| Class and Description | 
|---|
| CompressionFactory.LongEncodingStrategy
 The compression of decompression of encodings are separated into different enums. 
 | 
| CompressionStrategy
 Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents. 
 | 
| Class and Description | 
|---|
| ObjectStrategy | 
| Class and Description | 
|---|
| ObjectStrategy | 
| Class and Description | 
|---|
| ObjectStrategy | 
| Class and Description | 
|---|
| ObjectStrategy | 
| Class and Description | 
|---|
| ObjectStrategy | 
| Class and Description | 
|---|
| Indexed | 
| Class and Description | 
|---|
| BitmapSerdeFactory | 
| BitmapValues
 Doesn't extend  
IntIterable to avoid accidential for-each iteration with boxing. | 
| CompressedColumnarLongsSupplier | 
| CompressionFactory.LongEncodingStrategy
 The compression of decompression of encodings are separated into different enums. 
 | 
| CompressionStrategy
 Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents. 
 | 
| GenericIndexed
 A generic, flat storage mechanism. 
 | 
| Indexed | 
| IndexedInts
 Get a int an index (array or list lookup abstraction without boxing). 
 | 
| ObjectStrategy | 
| Offset
 The "mutable" version of a ReadableOffset. 
 | 
| ReadableOffset
 A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array. 
 | 
| VSizeColumnarMultiInts | 
| Class and Description | 
|---|
| CachingIndexed | 
| ColumnarDoubles
 Resource that provides random access to a packed array of primitive doubles. 
 | 
| ColumnarFloats
 Resource that provides random access to a packed array of primitive floats. 
 | 
| ColumnarInts
 Resource that provides random access to a packed array of primitive int values. 
 | 
| ColumnarLongs
 Resource that provides random access to a packed array of primitive longs. 
 | 
| ColumnarMultiInts
 Resource that provides random access to a packed array of short arrays of ints ( 
IndexedInts). | 
| Indexed | 
| IndexedInts
 Get a int an index (array or list lookup abstraction without boxing). 
 | 
| ReadableOffset
 A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array. 
 | 
| Class and Description | 
|---|
| ArrayBasedIndexedInts | 
| BitmapSerdeFactory | 
| BitmapValues
 Doesn't extend  
IntIterable to avoid accidential for-each iteration with boxing. | 
| ColumnarDoubles
 Resource that provides random access to a packed array of primitive doubles. 
 | 
| ColumnarDoublesSerializer
 Serializer that produces  
ColumnarDoubles. | 
| ColumnarFloats
 Resource that provides random access to a packed array of primitive floats. 
 | 
| ColumnarFloatsSerializer
 Serializer that produces  
ColumnarFloats. | 
| ColumnarInts
 Resource that provides random access to a packed array of primitive int values. 
 | 
| ColumnarIntsSerializer
 Serializer that produces either  
ColumnarInts or ColumnarMultiInts. | 
| ColumnarLongs
 Resource that provides random access to a packed array of primitive longs. 
 | 
| ColumnarLongsSerializer
 Serializer that produces  
ColumnarLongs. | 
| ColumnarMultiInts
 Resource that provides random access to a packed array of short arrays of ints ( 
IndexedInts). | 
| ColumnarMultiIntsSerializer
 Serializer that produces  
ColumnarMultiInts. | 
| CompressedColumnarFloatsSupplier | 
| CompressedColumnarIntsSupplier | 
| CompressedColumnarLongsSupplier | 
| CompressedVSizeColumnarIntsSerializer
 Streams array of integers out in the binary format described by  
CompressedVSizeColumnarIntsSupplier | 
| CompressedVSizeColumnarIntsSupplier | 
| CompressedVSizeColumnarMultiIntsSupplier
 Format -
 byte 1 - version
 offsets -  
ColumnarInts of length num of rows + 1 representing offsets of starting index of first element of
           each row in values index and last element equal to length of values column, the last element in the offsets
           represents the total length of values column. | 
| CompressionFactory.LongEncodingFormat | 
| CompressionFactory.LongEncodingReader | 
| CompressionFactory.LongEncodingStrategy
 The compression of decompression of encodings are separated into different enums. 
 | 
| CompressionFactory.LongEncodingWriter
 This writer output encoded values to the given ByteBuffer or OutputStream. 
 | 
| CompressionStrategy
 Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents. 
 | 
| CompressionStrategy.Compressor | 
| CompressionStrategy.Decompressor | 
| ConciseBitmapSerdeFactory | 
| GenericIndexed
 A generic, flat storage mechanism. 
 | 
| Indexed | 
| IndexedInts
 Get a int an index (array or list lookup abstraction without boxing). 
 | 
| IndexedIterable | 
| ObjectStrategy | 
| Offset
 The "mutable" version of a ReadableOffset. 
 | 
| RangeIndexedInts
 An IndexedInts that always returns [0, 1, ..., N]. 
 | 
| ReadableOffset
 A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array. 
 | 
| SingleIndexedInt | 
| SingleValueColumnarIntsSerializer
 Serializer that produces  
ColumnarInts. | 
| V3CompressedVSizeColumnarMultiIntsSerializer
 Streams array of integers out in the binary format described by  
V3CompressedVSizeColumnarMultiIntsSupplier | 
| V3CompressedVSizeColumnarMultiIntsSupplier
 The format is mostly the same with  
CompressedVSizeColumnarMultiIntsSupplier (which has version 0x2, so we
 call it V2), the only difference is V3's offsets is not VSize encoded, it's just compressed. | 
| VSizeColumnarInts | 
| VSizeColumnarMultiInts | 
| VSizeLongSerde.LongDeserializer | 
| VSizeLongSerde.LongSerializer | 
| WritableSupplier | 
| ZeroIndexedInts
 An IndexedInts that always returns a row containing a single zero. 
 | 
| Class and Description | 
|---|
| IndexedInts
 Get a int an index (array or list lookup abstraction without boxing). 
 | 
| Offset
 The "mutable" version of a ReadableOffset. 
 | 
| Class and Description | 
|---|
| BitmapValues
 Doesn't extend  
IntIterable to avoid accidential for-each iteration with boxing. | 
| Indexed | 
| Class and Description | 
|---|
| BitmapSerdeFactory | 
| ByteBufferWriter | 
| ColumnarDoubles
 Resource that provides random access to a packed array of primitive doubles. 
 | 
| ColumnarInts
 Resource that provides random access to a packed array of primitive int values. 
 | 
| ColumnarIntsSerializer
 Serializer that produces either  
ColumnarInts or ColumnarMultiInts. | 
| ColumnarMultiInts
 Resource that provides random access to a packed array of short arrays of ints ( 
IndexedInts). | 
| CompressedColumnarFloatsSupplier | 
| CompressedColumnarLongsSupplier | 
| GenericIndexed
 A generic, flat storage mechanism. 
 | 
| GenericIndexedWriter
 Streams arrays of objects out in the binary format described by  
GenericIndexed | 
| ObjectStrategy | 
| Class and Description | 
|---|
| IndexedInts
 Get a int an index (array or list lookup abstraction without boxing). 
 | 
Copyright © 2011–2018. All rights reserved.