Package | Description |
---|---|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BulkOperationPacked
Non-specialized
BulkOperation for PackedInts.Format.PACKED . |
(package private) class |
BulkOperationPacked1
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked10
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked11
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked12
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked13
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked14
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked15
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked16
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked17
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked18
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked19
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked2
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked20
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked21
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked22
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked23
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked24
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked3
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked4
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked5
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked6
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked7
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked8
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPacked9
Efficient sequential read/write of packed integers.
|
(package private) class |
BulkOperationPackedSingleBlock
Non-specialized
BulkOperation for PackedInts.Format.PACKED_SINGLE_BLOCK . |
Modifier and Type | Field and Description |
---|---|
(package private) BulkOperation |
PackedReaderIterator.bulkOperation |
(package private) BulkOperation |
DirectWriter.encoder |
(package private) BulkOperation |
PackedWriter.encoder |
private static BulkOperation[] |
BulkOperation.packedBulkOps |
private static BulkOperation[] |
BulkOperation.packedSingleBlockBulkOps |
Modifier and Type | Method and Description |
---|---|
static BulkOperation |
BulkOperation.of(PackedInts.Format format,
int bitsPerValue) |