| Package | Description |
|---|---|
| org.nustaq.offheap.bytez | |
| org.nustaq.offheap.bytez.malloc | |
| org.nustaq.offheap.bytez.niobuffers | |
| org.nustaq.offheap.bytez.onheap | |
| org.nustaq.serialization.coders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bytez
abstraction of byte arrays similar to ByteBuffer without the need to create temp objects in order to get long,int,..
|
| Modifier and Type | Method and Description |
|---|---|
BasicBytez |
BasicBytez.newInstance(long size) |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteSink.copyTo(BasicBytez other,
long otherByteIndex,
long myByteIndex,
long lenBytes) |
void |
BasicBytez.copyTo(BasicBytez other,
long otherByteIndex,
long myByteIndex,
long lenBytes) |
| Modifier and Type | Class and Description |
|---|---|
class |
MallocBytez
Date: 17.11.13
Time: 00:01
implementation of Bytez interface using unsafe on raw allocated memory
|
class |
MMFBytez
Bytez allocated inside a memory mapped file.
|
| Modifier and Type | Method and Description |
|---|---|
BasicBytez |
MallocBytez.newInstance(long size) |
| Modifier and Type | Method and Description |
|---|---|
void |
MallocBytez.copyTo(BasicBytez other,
long otherByteIndex,
long myByteIndex,
long lenBytes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferBasicBytez
Created by moelrue on 5/5/15.
|
| Modifier and Type | Method and Description |
|---|---|
BasicBytez |
ByteBufferBasicBytez.newInstance(long size) |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBufferBasicBytez.copyTo(BasicBytez other,
long otherByteIndex,
long myByteIndex,
long lenBytes) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapBytez
byte array abstraction based on heap byte arrays.
|
| Modifier and Type | Method and Description |
|---|---|
BasicBytez |
HeapBytez.newInstance(long size) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeapBytez.copyTo(BasicBytez other,
long otherByteIndex,
long myByteIndex,
long lenBytes) |
| Modifier and Type | Method and Description |
|---|---|
BasicBytez |
FSTBytezDecoder.getInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
FSTBytezDecoder.setInput(BasicBytez input) |
| Constructor and Description |
|---|
FSTBytezDecoder(FSTConfiguration conf,
BasicBytez input) |
FSTBytezEncoder(FSTConfiguration conf,
BasicBytez base) |
Copyright © 2015. All rights reserved.