| Interface | Description |
|---|---|
| IIOBufferBackedEntity |
Represents an entity backed by IOBuffer storage
|
| IIONativeBackedEntity |
Represents an entity backed by native storage
|
| IOElasticBuffer.Initializer |
Used to initialize the buffer
The user registers an instance of this interface with an
IOElasticBuffer
buffer to initialize the contents of the backing IO buffer when first created by
the IOElasticBuffer buffer. |
| IOElasticBuffer.Sizer |
Used as an optional provider for the size of the backing
IOBuffer
to create. |
| Class | Description |
|---|---|
| IOBuffer |
Implements an IO buffer.
|
| IOBuffer.ParsedCount |
Used to store the number of bytes parsed during a deserialization process
|
| IOBuffer.VarintDeserializeLength |
Used to store the number of bytes deserialized by a varint get
|
| IOBufferPacket | |
| IOConfig |
Class containing configuration information for the IO package.
|
| IOElasticBuffer |
Implements an elastic IO buffer.
|
| IONativePacket |
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.