Class Lucene70DocValuesConsumer.MinMaxTracker
- java.lang.Object
-
- org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.MinMaxTracker
-
- Enclosing class:
- Lucene70DocValuesConsumer
private static class Lucene70DocValuesConsumer.MinMaxTracker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
max
(package private) long
min
(package private) long
numValues
(package private) long
spaceInBits
-
Constructor Summary
Constructors Constructor Description MinMaxTracker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
finish()
Update the required space.(package private) void
nextBlock()
Update space usage and get ready for accumulating values for the next block.private void
reset()
(package private) void
update(long v)
Accumulate a new value.
-