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