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>
BLOB key referencing transient BLOB files.
- See Also:
-
Constructor Details
-
TransientBlobKey
@VisibleForTesting public TransientBlobKey()Constructs a new BLOB key.
-