Class AdjacencyCompression


  • public final class AdjacencyCompression
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int applyDeltaEncoding​(org.apache.lucene.util.LongsRef data, Aggregation aggregation)  
      static int compress​(org.apache.lucene.util.LongsRef data, byte[] out)  
      static void copyFrom​(org.apache.lucene.util.LongsRef into, CompressedLongArray array)  
      • Methods inherited from class java.lang.Object

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

      • copyFrom

        public static void copyFrom​(org.apache.lucene.util.LongsRef into,
                                    CompressedLongArray array)
      • applyDeltaEncoding

        public static int applyDeltaEncoding​(org.apache.lucene.util.LongsRef data,
                                             Aggregation aggregation)
      • compress

        public static int compress​(org.apache.lucene.util.LongsRef data,
                                   byte[] out)