Uses of Class
org.apache.lucene.util.LongValues
-
Packages that use LongValues Package Description org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of LongValues in org.apache.lucene.util.packed
Subclasses of LongValues in org.apache.lucene.util.packed Modifier and Type Class Description class
AppendingDeltaPackedLongBuffer
Utility class to buffer a list of signed longs in memory.class
AppendingPackedLongBuffer
Utility class to buffer a list of signed longs in memory.class
BlockPackedReader
Provides random access to a stream written withBlockPackedWriter
.class
MonotonicAppendingLongBuffer
Utility class to buffer signed longs in memory, which is optimized for the case where the sequence is monotonic, although it can encode any sequence of arbitrary longs.class
MonotonicBlockPackedReader
Provides random access to a stream written withMonotonicBlockPackedWriter
.class
PagedGrowableWriter
class
PagedMutable
APagedMutable
.
-