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>
public final class PermanentBlobKey extends BlobKey
BLOB key referencing permanent BLOB files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermanentBlobKey()
Constructs a new BLOB key.
-