Package | Description |
---|---|
org.apache.cassandra.dht |
Modifier and Type | Field and Description |
---|---|
static Murmur3Partitioner.LongToken |
Murmur3Partitioner.MINIMUM |
Modifier and Type | Method and Description |
---|---|
Murmur3Partitioner.LongToken |
Murmur3Partitioner.getMinimumToken() |
Murmur3Partitioner.LongToken |
Murmur3Partitioner.getRandomToken() |
Murmur3Partitioner.LongToken |
Murmur3Partitioner.getRandomToken(java.util.Random r) |
Murmur3Partitioner.LongToken |
Murmur3Partitioner.getToken(java.nio.ByteBuffer key)
Generate the token of a key.
|
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
Murmur3Partitioner.LongToken.keyForToken(Murmur3Partitioner.LongToken token)
Reverses murmur3 to find a possible 16 byte key that generates a given token
|
Copyright © 2009-2020 The Apache Software Foundation