public abstract class AbstractClusteringPrefix extends java.lang.Object implements ClusteringPrefix
ClusteringPrefix.Deserializer, ClusteringPrefix.Kind, ClusteringPrefix.Serializer
serializer
Constructor and Description |
---|
AbstractClusteringPrefix() |
Modifier and Type | Method and Description |
---|---|
ClusteringPrefix |
clustering() |
int |
dataSize()
The size of the data hold by this prefix.
|
void |
digest(java.security.MessageDigest digest)
Adds the data of this clustering prefix to the provided digest.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
get, getRawValues, kind, size, toString
unsharedHeapSize
public ClusteringPrefix clustering()
clustering
in interface Clusterable
public int dataSize()
ClusteringPrefix
dataSize
in interface ClusteringPrefix
public void digest(java.security.MessageDigest digest)
ClusteringPrefix
digest
in interface ClusteringPrefix
digest
- the digest to which to add this prefix.public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2016 The Apache Software Foundation