Package org.apache.cassandra.bridge
Interface Tokenizer
-
public interface TokenizerInterface that converts partition key to a BigInteger token
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigIntegertoToken(java.nio.ByteBuffer partitionKey)
-