Uses of Interface
org.apache.flink.runtime.blob.BlobView
Packages that use BlobView
-
Uses of BlobView in org.apache.flink.runtime.blob
Subinterfaces of BlobView in org.apache.flink.runtime.blobModifier and TypeInterfaceDescriptioninterfaceA blob store.interfaceService interface for the BlobStore which allows to close and clean up its data.Classes in org.apache.flink.runtime.blob that implement BlobViewModifier and TypeClassDescriptionclassBlob store backed byFileSystem.classA blob store doing nothing.Fields in org.apache.flink.runtime.blob declared as BlobViewModifier and TypeFieldDescriptionprotected final BlobViewAbstractBlobCache.blobViewBlob store for distributed file storage, e.g. in HA.Methods in org.apache.flink.runtime.blob with parameters of type BlobViewModifier and TypeMethodDescriptionstatic BlobCacheServiceBlobUtils.createBlobCacheService(org.apache.flink.configuration.Configuration configuration, org.apache.flink.util.Reference<File> fallbackStorageDirectory, BlobView blobView, InetSocketAddress serverAddress) Creates theBlobCacheServicefrom the given configuration, fallback storage directory, blob view and blob server address.Constructors in org.apache.flink.runtime.blob with parameters of type BlobViewModifierConstructorDescriptionAbstractBlobCache(org.apache.flink.configuration.Configuration blobClientConfig, org.apache.flink.util.Reference<File> storageDir, BlobView blobView, org.slf4j.Logger logger, InetSocketAddress serverAddress) BlobCacheService(org.apache.flink.configuration.Configuration blobClientConfig, File storageDir, BlobView blobView, InetSocketAddress serverAddress) BlobCacheService(org.apache.flink.configuration.Configuration blobClientConfig, org.apache.flink.util.Reference<File> storageDir, BlobView blobView, InetSocketAddress serverAddress) Instantiates a new BLOB cache.PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig, File storageDir, BlobView blobView, InetSocketAddress serverAddress) PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig, File storageDir, BlobView blobView, InetSocketAddress serverAddress, BlobCacheSizeTracker blobCacheSizeTracker) PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig, org.apache.flink.util.Reference<File> storageDir, BlobView blobView, InetSocketAddress serverAddress) Instantiates a new cache for permanent BLOBs which are also available in an HA store.PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig, org.apache.flink.util.Reference<File> storageDir, BlobView blobView, InetSocketAddress serverAddress, BlobCacheSizeTracker blobCacheSizeTracker)