Class Tokenizer

  • All Implemented Interfaces:
    java.io.Serializable

    public class Tokenizer
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Tokenizer​(java.util.List<java.lang.Integer> keyColumnIndexes, java.util.List<java.lang.String> partitionKeyColumns, java.util.List<ColumnType<?>> partitionKeyColumnTypes, boolean isMurmur3Partitioner)  
      Tokenizer​(BroadcastableTableSchema broadcastableTableSchema, boolean isMurmur3Partitioner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DecoratedKey getDecoratedKey​(java.lang.Object[] columns)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tokenizer

        public Tokenizer​(java.util.List<java.lang.Integer> keyColumnIndexes,
                         java.util.List<java.lang.String> partitionKeyColumns,
                         java.util.List<ColumnType<?>> partitionKeyColumnTypes,
                         boolean isMurmur3Partitioner)
    • Method Detail

      • getDecoratedKey

        public DecoratedKey getDecoratedKey​(java.lang.Object[] columns)