Class DocValuesForUtil

java.lang.Object
org.elasticsearch.index.codec.tsdb.DocValuesForUtil

public class DocValuesForUtil extends Object
  • Constructor Details

    • DocValuesForUtil

      public DocValuesForUtil()
  • Method Details

    • roundBits

      public static int roundBits(int bitsPerValue)
    • encode

      public void encode(long[] in, int bitsPerValue, org.apache.lucene.store.DataOutput out) throws IOException
      Throws:
      IOException
    • decode

      public void decode(int bitsPerValue, org.apache.lucene.store.DataInput in, long[] out) throws IOException
      Throws:
      IOException