| Interface | Description |
|---|---|
| BitmapSerdeFactory | |
| CacheableObjectStrategy<T> |
Implementing CacheableObjectStrategy instead of ObjectSrategy indicates
that a column scan may cache the results of fromByteBuffer
|
| CompressedObjectStrategy.BufferConverter<T> | |
| CompressedObjectStrategy.Compressor | |
| CompressedObjectStrategy.Decompressor | |
| CompressionFactory.LongEncodingReader | |
| CompressionFactory.LongEncodingWriter |
This writer output encoded values to the given ByteBuffer or OutputStream.
|
| DoubleSupplierSerializer | |
| FloatSupplierSerializer | |
| Indexed<T> | |
| IndexedDoubles | |
| IndexedFloats |
Get a float at an index (array or list lookup abstraction without boxing).
|
| IndexedInts |
Get a int an index (array or list lookup abstraction without boxing).
|
| IndexedIntsWriter | |
| IndexedLongs |
Get a long at an index (array or list lookup abstraction without boxing).
|
| IndexedMultivalue<T extends IndexedInts> | |
| IOPeon | |
| LongSupplierSerializer | |
| ObjectStrategy<T> | |
| ReadableOffset |
A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
|
| VSizeLongSerde.LongDeserializer | |
| VSizeLongSerde.LongSerializer | |
| WritableSupplier<T> |
| Enum | Description |
|---|---|
| CompressedObjectStrategy.CompressionStrategy |
Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents.
|
| CompressionFactory.LongEncodingFormat | |
| CompressionFactory.LongEncodingStrategy |
The compression of decompression of encodings are separated into different enums.
|
Copyright © 2011–2017. All rights reserved.