Uses of Interface
org.apache.flink.runtime.blob.BlobStoreService
Packages that use BlobStoreService
Package
Description
-
Uses of BlobStoreService in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement BlobStoreServiceModifier and TypeClassDescriptionclassBlob store backed byFileSystem.classA blob store doing nothing.Methods in org.apache.flink.runtime.blob that return BlobStoreServiceModifier and TypeMethodDescriptionstatic BlobStoreServiceBlobUtils.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 BlobStoreServiceModifierConstructorDescriptionprotectedAbstractHaServices(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 BlobStoreServiceModifierConstructorDescriptionZooKeeperLeaderElectionHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper, org.apache.flink.configuration.Configuration configuration, Executor executor, BlobStoreService blobStoreService)