private static class Lucene70DocValuesConsumer.MinMaxTracker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
max |
(package private) long |
min |
(package private) long |
numValues |
(package private) long |
spaceInBits |
Constructor and Description |
---|
MinMaxTracker() |
Modifier and Type | Method and 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.
|