Uses of Interface
org.apache.flink.runtime.blob.BlobStore
-
Packages that use BlobStore Package Description org.apache.flink.runtime.blob org.apache.flink.runtime.highavailability org.apache.flink.runtime.highavailability.nonha -
-
Uses of BlobStore in org.apache.flink.runtime.blob
Subinterfaces of BlobStore in org.apache.flink.runtime.blob Modifier and Type Interface Description interfaceBlobStoreServiceService interface for the BlobStore which allows to close and clean up its data.Classes in org.apache.flink.runtime.blob that implement BlobStore Modifier and Type Class Description classFileSystemBlobStoreBlob store backed byFileSystem.classVoidBlobStoreA blob store doing nothing.Methods in org.apache.flink.runtime.blob with parameters of type BlobStore Modifier and Type Method Description static 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 BlobStore Constructor Description BlobServer(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 BlobStore Modifier and Type Method Description BlobStoreAbstractHaServices. createBlobStore()BlobStoreHighAvailabilityServices. 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 Modifier and Type Method Description BlobStoreAbstractNonHaServices. createBlobStore()
-