Class Lucene70DocValuesConsumer.MinMaxTracker
java.lang.Object
org.apache.lucene.backward_codecs.lucene70.Lucene70DocValuesConsumer.MinMaxTracker
- Enclosing class:
- Lucene70DocValuesConsumer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) long
(package private) long
(package private) long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
long min -
max
long max -
numValues
long numValues -
spaceInBits
long spaceInBits
-
-
Constructor Details
-
MinMaxTracker
MinMaxTracker()
-
-
Method Details
-
reset
private void reset() -
update
void update(long v) Accumulate a new value. -
finish
void finish()Update the required space. -
nextBlock
void nextBlock()Update space usage and get ready for accumulating values for the next block.
-