Interface Tokenizer


  • public interface Tokenizer
    Interface that converts partition key to a BigInteger token
    • Method Detail

      • toToken

        java.math.BigInteger toToken​(java.nio.ByteBuffer partitionKey)