Uses of Interface
org.apache.flink.runtime.blob.BlobStoreService
-
Packages that use BlobStoreService Package Description org.apache.flink.runtime.blob org.apache.flink.runtime.highavailability org.apache.flink.runtime.highavailability.zookeeper -
-
Uses of BlobStoreService in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement BlobStoreService 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 that return BlobStoreService Modifier and Type Method Description static BlobStoreService
BlobUtils. createBlobStoreFromConfig(org.apache.flink.configuration.Configuration config)
Creates a BlobStore based on the parameters set in the configuration. -
Uses of BlobStoreService in org.apache.flink.runtime.highavailability
Constructors in org.apache.flink.runtime.highavailability with parameters of type BlobStoreService Constructor Description AbstractHaServices(org.apache.flink.configuration.Configuration config, LeaderElectionDriverFactory driverFactory, Executor ioExecutor, BlobStoreService blobStoreService, JobResultStore jobResultStore)
-
Uses of BlobStoreService in org.apache.flink.runtime.highavailability.zookeeper
Constructors in org.apache.flink.runtime.highavailability.zookeeper with parameters of type BlobStoreService Constructor Description ZooKeeperLeaderElectionHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper, org.apache.flink.configuration.Configuration configuration, Executor executor, BlobStoreService blobStoreService)
-