Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
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