public class PreHashedDecoratedKey extends BufferDecoratedKey
PartitionPosition.ForKey, PartitionPosition.Kind, PartitionPosition.RowPositionSerializer
comparator
serializer
Constructor and Description |
---|
PreHashedDecoratedKey(Token token,
java.nio.ByteBuffer key,
long hash0,
long hash1) |
Modifier and Type | Method and Description |
---|---|
void |
filterHash(long[] dest)
Places the murmur3 hash of the key in the given long array of size at least two.
|
getKey
public PreHashedDecoratedKey(Token token, java.nio.ByteBuffer key, long hash0, long hash1)
public void filterHash(long[] dest)
IFilter.FilterKey
filterHash
in interface IFilter.FilterKey
filterHash
in class DecoratedKey
Copyright © 2016 The Apache Software Foundation