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 interface
BlobStoreService
Service 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 class
FileSystemBlobStore
Blob store backed byFileSystem
.class
VoidBlobStore
A blob store doing nothing.Methods in org.apache.flink.runtime.blob with parameters of type BlobStore Modifier and Type Method Description static BlobServer
BlobUtils. createBlobServer(org.apache.flink.configuration.Configuration configuration, org.apache.flink.util.Reference<File> fallbackStorageDirectory, BlobStore blobStore)
Creates theBlobServer
from 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 BlobStore
AbstractHaServices. createBlobStore()
BlobStore
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 Modifier and Type Method Description BlobStore
AbstractNonHaServices. createBlobStore()
-