Uses of Class
org.apache.cassandra.dht.Murmur3Partitioner.LongToken
-
Packages that use Murmur3Partitioner.LongToken Package Description org.apache.cassandra.dht -
-
Uses of Murmur3Partitioner.LongToken in org.apache.cassandra.dht
Fields in org.apache.cassandra.dht declared as Murmur3Partitioner.LongToken Modifier and Type Field Description static Murmur3Partitioner.LongTokenMurmur3Partitioner. MINIMUMMethods in org.apache.cassandra.dht that return Murmur3Partitioner.LongToken Modifier and Type Method Description Murmur3Partitioner.LongTokenMurmur3Partitioner. getMinimumToken()Murmur3Partitioner.LongTokenMurmur3Partitioner. getRandomToken()Murmur3Partitioner.LongTokenMurmur3Partitioner. getRandomToken(java.util.Random r)Murmur3Partitioner.LongTokenMurmur3Partitioner. getToken(java.nio.ByteBuffer key)Generate the token of a key.Methods in org.apache.cassandra.dht with parameters of type Murmur3Partitioner.LongToken Modifier and Type Method Description static java.nio.ByteBufferMurmur3Partitioner.LongToken. keyForToken(Murmur3Partitioner.LongToken token)Reverses murmur3 to find a possible 16 byte key that generates a given token
-