Package org.apache.flink.runtime.blob
Class PermanentBlobKey
java.lang.Object
org.apache.flink.runtime.blob.BlobKey
org.apache.flink.runtime.blob.PermanentBlobKey
- All Implemented Interfaces:
Serializable,Comparable<BlobKey>
BLOB key referencing permanent BLOB files.
- See Also:
-
Constructor Details
-
PermanentBlobKey
@VisibleForTesting public PermanentBlobKey()Constructs a new BLOB key.
-