Was this page helpful?
Murmur3Token¶
Murmur3Token()
Represents a token from a Cassandra ring where the partitioner is Murmur3Partitioner.
The raw token type is a varint (represented by MutableLong).
Constructor¶
new Murmur3Token()
Source
Represents a token from a Cassandra ring where the partitioner is Murmur3Partitioner.
The raw token type is a varint (represented by MutableLong).
Source
Was this page helpful?
On this page