Package | Description |
---|---|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Class and 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 with
BlockPackedWriter . |
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 with
MonotonicBlockPackedWriter . |
class |
PagedGrowableWriter
|
class |
PagedMutable
A
PagedMutable . |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.