Class NumericValuesMeta


  • public class NumericValuesMeta
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumericValuesMeta​(org.apache.lucene.store.DataInput input)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void write​(org.apache.lucene.store.IndexOutput out, long valueCount, int blockSize, long blockMetaOffset)  
      • Methods inherited from class java.lang.Object

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

      • valueCount

        public final long valueCount
      • blockSize

        public final int blockSize
      • blockMetaOffset

        public final long blockMetaOffset
    • Constructor Detail

      • NumericValuesMeta

        public NumericValuesMeta​(org.apache.lucene.store.DataInput input)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public static void write​(org.apache.lucene.store.IndexOutput out,
                                 long valueCount,
                                 int blockSize,
                                 long blockMetaOffset)
                          throws java.io.IOException
        Throws:
        java.io.IOException