Uses of Interface
org.apache.flink.runtime.blob.BlobView
-
Packages that use BlobView Package Description org.apache.flink.runtime.blob -
-
Uses of BlobView in org.apache.flink.runtime.blob
Subinterfaces of BlobView in org.apache.flink.runtime.blob Modifier and Type Interface Description interfaceBlobStoreA blob store.interfaceBlobStoreServiceService interface for the BlobStore which allows to close and clean up its data.Classes in org.apache.flink.runtime.blob that implement BlobView Modifier and Type Class Description classFileSystemBlobStoreBlob store backed byFileSystem.classVoidBlobStoreA blob store doing nothing.Fields in org.apache.flink.runtime.blob declared as BlobView Modifier and Type Field Description protected BlobViewAbstractBlobCache. blobViewBlob store for distributed file storage, e.g. in HA.Methods in org.apache.flink.runtime.blob with parameters of type BlobView Modifier and Type Method Description static 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 BlobView Constructor Description AbstractBlobCache(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)
-