Uses of Class
org.apache.flink.runtime.blob.AbstractBlobCache
-
Packages that use AbstractBlobCache Package Description org.apache.flink.runtime.blob -
-
Uses of AbstractBlobCache in org.apache.flink.runtime.blob
Subclasses of AbstractBlobCache in org.apache.flink.runtime.blob Modifier and Type Class Description class
PermanentBlobCache
Provides a cache for permanent BLOB files including a per-job ref-counting and a staged cleanup.class
TransientBlobCache
Provides access to transient BLOB files stored at theBlobServer
.
-