| Interface | Description |
|---|---|
| ByteBufferProvider | |
| IOIterator<T> | |
| NumberSerializer | |
| StagedSerde<T> |
StagedSerde is useful when you have objects that have their own internal logic to serialize, but you wish to
compose the results of multiple serialized objects into a single ByteBuffer (or wrapped byte[]). |
| StorableBuffer |
It's useful to return this object when multiple serializable objects are to be composed into a single ByteBuffer
or byte[].
|
| Class | Description |
|---|---|
| BlockCompressedPayloadBuffer | |
| BlockCompressedPayloadBufferFactory | |
| BlockCompressedPayloadReader | |
| BlockCompressedPayloadSerializer | |
| BlockCompressedPayloadWriter | |
| BlockCompressedPayloadWriter.Builder | |
| BlockIndexWriter | |
| CellIndexReader | |
| CellIndexWriter | |
| CellReader |
CellReader is intended to read the data written byte
CellWriter. |
| CellReader.Builder | |
| CellWriter |
usage:
|
| CellWriter.Builder | |
| IndexWriter | |
| IntIndexView | |
| IntIndexView.EntrySpan | |
| IntSerializer | |
| LongSerializer | |
| NativeClearedByteBufferProvider |
supplies direct, 64k, clear()'d ByteBuffers wrapped in a ResourceHolder.
|
| PayloadEntrySpan |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.