Package org.apache.flink.runtime.blob
Class TransientBlobKey
- java.lang.Object
-
- org.apache.flink.runtime.blob.BlobKey
-
- org.apache.flink.runtime.blob.TransientBlobKey
-
- All Implemented Interfaces:
Serializable
,Comparable<BlobKey>
public final class TransientBlobKey extends BlobKey
BLOB key referencing transient BLOB files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransientBlobKey()
Constructs a new BLOB key.
-