public final class TransientBlobKey extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SIZE
Size of the internal BLOB key in bytes.
|
Constructor and Description |
---|
TransientBlobKey()
Constructs a new BLOB key.
|
Modifier and Type | Method and Description |
---|---|
void |
addToMessageDigest(MessageDigest md)
Adds the BLOB key to the given
MessageDigest . |
int |
compareTo(org.apache.flink.runtime.blob.BlobKey o) |
boolean |
equals(Object obj) |
byte[] |
getHash()
Returns the hash component of this key.
|
int |
hashCode() |
String |
toString() |
public static final int SIZE
@VisibleForTesting public TransientBlobKey()
@VisibleForTesting public byte[] getHash()
public void addToMessageDigest(MessageDigest md)
MessageDigest
.md
- the message digest to add the BLOB key topublic int compareTo(org.apache.flink.runtime.blob.BlobKey o)
compareTo
in interface Comparable<org.apache.flink.runtime.blob.BlobKey>
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.