public final class BlobKey extends Object implements Serializable, 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() |
String |
toString() |
public void addToMessageDigest(MessageDigest md)
MessageDigest.md - the message digest to add the BLOB key topublic int compareTo(BlobKey o)
compareTo in interface Comparable<BlobKey>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.