Uses of Class
org.apache.flink.runtime.blob.PermanentBlobCache
-
Packages that use PermanentBlobCache Package Description org.apache.flink.runtime.blob -
-
Uses of PermanentBlobCache in org.apache.flink.runtime.blob
Methods in org.apache.flink.runtime.blob that return PermanentBlobCache Modifier and Type Method Description PermanentBlobCache
BlobCacheService. getPermanentBlobService()
Constructors in org.apache.flink.runtime.blob with parameters of type PermanentBlobCache Constructor Description BlobCacheService(PermanentBlobCache permanentBlobCache, TransientBlobCache transientBlobCache)
Instantiates a new BLOB cache.
-