| Constructor and Description |
|---|
OffheapRawMemory(long ptr,
int len)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
get(int idx)
Get byte value at the given index.
|
char |
getChar(int idx)
Get char value at the given index.
|
double |
getDouble(int idx)
Get double value at the given index.
|
float |
getFloat(int idx)
Get float value at the given index.
|
int |
getInt(int idx)
Get int value at the given index.
|
long |
getLong(int idx)
Get long value at the given index.
|
short |
getShort(int idx)
Get short value at the given index.
|
int |
length()
Get length.
|
long |
pointer() |
String |
toString() |
void |
update(long ptr,
int len)
Update pointer and length.
|
public OffheapRawMemory(long ptr,
int len)
ptr - Pointer.len - Length.public byte get(int idx)
public short getShort(int idx)
public char getChar(int idx)
public int getInt(int idx)
public long getLong(int idx)
public float getFloat(int idx)
public double getDouble(int idx)
public long pointer()
public void update(long ptr,
int len)
ptr - Pointer.len - Length.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.1-p166 Release Date : September 3 2019