Class PreparedDictionaryGenerator


  • public class PreparedDictionaryGenerator
    extends java.lang.Object
    Java prepared (raw) dictionary producer.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PreparedDictionary generate​(java.nio.ByteBuffer src)  
      static PreparedDictionary generate​(java.nio.ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)  
      • Methods inherited from class java.lang.Object

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

      • generate

        public static PreparedDictionary generate​(java.nio.ByteBuffer src,
                                                  int bucketBits,
                                                  int slotBits,
                                                  int hashBits,
                                                  int blockBits)