Uses of Class
org.apache.cassandra.dht.Murmur3Partitioner.LongToken
Packages that use Murmur3Partitioner.LongToken
-
Uses of Murmur3Partitioner.LongToken in org.apache.cassandra.dht
Fields in org.apache.cassandra.dht declared as Murmur3Partitioner.LongTokenModifier and TypeFieldDescriptionstatic final Murmur3Partitioner.LongTokenMurmur3Partitioner.MINIMUMMethods in org.apache.cassandra.dht that return Murmur3Partitioner.LongTokenModifier and TypeMethodDescriptionMurmur3Partitioner.LongToken.decreaseSlightly()Murmur3Partitioner.getMinimumToken()Murmur3Partitioner.getRandomToken()Murmur3Partitioner.getRandomToken(Random r) Murmur3Partitioner.getToken(ByteBuffer key) Generate the token of a key.Murmur3Partitioner.LongToken.nextValidToken()Methods in org.apache.cassandra.dht with parameters of type Murmur3Partitioner.LongTokenModifier and TypeMethodDescriptionstatic ByteBufferMurmur3Partitioner.LongToken.keyForToken(Murmur3Partitioner.LongToken token) Reverses murmur3 to find a possible 16 byte key that generates a given token