Uses of Interface
org.apache.flink.runtime.blob.BlobStore
Packages that use BlobStore
Package
Description
-
Uses of BlobStore in org.apache.flink.runtime.blob
Subinterfaces of BlobStore in org.apache.flink.runtime.blobModifier and TypeInterfaceDescriptioninterfaceService interface for the BlobStore which allows to close and clean up its data.Classes in org.apache.flink.runtime.blob that implement BlobStoreModifier and TypeClassDescriptionclassBlob store backed byFileSystem.classA blob store doing nothing.Methods in org.apache.flink.runtime.blob with parameters of type BlobStoreModifier and TypeMethodDescriptionstatic BlobServerBlobUtils.createBlobServer(org.apache.flink.configuration.Configuration configuration, org.apache.flink.util.Reference<File> fallbackStorageDirectory, BlobStore blobStore) Creates theBlobServerfrom the given configuration, fallback storage directory and blob store.Constructors in org.apache.flink.runtime.blob with parameters of type BlobStoreModifierConstructorDescriptionBlobServer(org.apache.flink.configuration.Configuration config, File storageDir, BlobStore blobStore) BlobServer(org.apache.flink.configuration.Configuration config, org.apache.flink.util.Reference<File> storageDir, BlobStore blobStore) Instantiates a new BLOB server and binds it to a free network port. -
Uses of BlobStore in org.apache.flink.runtime.highavailability
Methods in org.apache.flink.runtime.highavailability that return BlobStoreModifier and TypeMethodDescriptionAbstractHaServices.createBlobStore()HighAvailabilityServices.createBlobStore()Creates the BLOB store in which BLOBs are stored in a highly-available fashion. -
Uses of BlobStore in org.apache.flink.runtime.highavailability.nonha
Methods in org.apache.flink.runtime.highavailability.nonha that return BlobStore