Interface | Description |
---|---|
CacheableObjectStrategy<T> |
Implementing CacheableObjectStrategy instead of ObjectSrategy indicates
that a column scan may cache the results of fromByteBuffer
|
CompressedObjectStrategy.BufferConverter<T> | |
Indexed<T> | |
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).
|
IndexedLongs |
Get a long at an index (array or list lookup abstraction without boxing).
|
IOPeon | |
ObjectStrategy<T> | |
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.
|
Class | Description |
---|---|
ArrayBasedIndexedInts | |
ArrayBasedOffset | |
ArrayIndexed<T> | |
ByteBufferSerializer<T> | |
ByteBufferWriter<T> | |
CompressedFloatBufferObjectStrategy | |
CompressedFloatsIndexedSupplier | |
CompressedFloatsSupplierSerializer | |
CompressedLongBufferObjectStrategy | |
CompressedLongsIndexedSupplier | |
CompressedLongsSupplierSerializer | |
CompressedObjectStrategy<T extends Buffer> | |
ConciseCompressedIndexedInts | |
EmptyIndexedInts | |
GenericIndexed<T> |
A generic, flat storage mechanism.
|
GenericIndexedWriter<T> |
Streams arrays of objects out in the binary format described by GenericIndexed
|
Indexedids | |
IndexedIntsIterator | |
IndexedIterable<T> | |
IndexedList<T> | |
IndexedRTree | |
InMemoryCompressedFloats | |
InMemoryCompressedLongs | |
IntBufferIndexedInts | |
IntersectingOffset | |
ListIndexed<T> | |
StartLimitedOffset | |
TmpFileIOPeon | |
UnioningOffset | |
VSizeIndexed | |
VSizeIndexedInts | |
VSizeIndexedWriter |
Streams arrays of objects out in the binary format described by VSizeIndexed
|
Copyright © 2015. All rights reserved.