| Package | Description |
|---|---|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| org.apache.ignite.internal.binary.builder |
Contains classes specific to binary builder API.
|
| org.apache.ignite.internal.binary.streams |
Contains binary APIs implementation for streams.
|
| org.apache.ignite.internal.processors.platform.memory |
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryUtils.fieldOffsetRelative(BinaryPositionReadable stream,
int pos,
int fieldOffsetSize)
Get relative field offset.
|
static IgniteBiTuple<Integer,Integer> |
BinaryUtils.footerAbsolute(BinaryPositionReadable in,
int start)
Get object's footer.
|
static int |
BinaryUtils.footerStartAbsolute(BinaryPositionReadable in,
int start)
Get object's footer.
|
static int |
BinaryUtils.footerStartRelative(BinaryPositionReadable in,
int start)
Get footer start of the object.
|
static int |
BinaryUtils.length(BinaryPositionReadable in,
int start)
Get binary object length.
|
static int |
BinaryUtils.rawOffsetAbsolute(BinaryPositionReadable in,
int start)
Get absolute raw offset of the object.
|
static int |
BinaryUtils.rawOffsetRelative(BinaryPositionReadable in,
int start)
Get relative raw offset of the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBuilderReader |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryInputStream
Binary input stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryAbstractInputStream
Binary abstract input stream.
|
class |
BinaryByteBufferInputStream |
class |
BinaryHeapInputStream
Binary heap input stream.
|
class |
BinaryOffheapInputStream
Binary off-heap input stream.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlatformInputStream
Interop output stream,
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformBigEndianInputStreamImpl
Interop input stream implementation working with BIG ENDIAN architecture.
|
class |
PlatformInputStreamImpl
Interop input stream implementation.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017