public final class BlobKey extends Object implements IOReadableWritable, Comparable<BlobKey>
| Constructor and Description |
|---|
BlobKey()
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(BlobKey o) |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
read(DataInputView in) |
String |
toString() |
void |
write(DataOutputView out) |
public void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionpublic void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic int compareTo(BlobKey o)
compareTo in interface Comparable<BlobKey>public void addToMessageDigest(MessageDigest md)
MessageDigest.md - the message digest to add the BLOB key toCopyright © 2015 The Apache Software Foundation. All rights reserved.