public class BehmSlotAccessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
baseAddr |
protected long |
size |
| Modifier and Type | Method and Description |
|---|---|
long |
getKey(int slot) |
long |
getValue(int slot) |
boolean |
isAssigned(int slot) |
NativeMemoryData |
keyData(int slot) |
void |
setKey(int slot,
long key) |
void |
setValue(int slot,
long value) |
String |
toString() |
public boolean isAssigned(int slot)
public long getKey(int slot)
public void setKey(int slot,
long key)
public long getValue(int slot)
public void setValue(int slot,
long value)
public NativeMemoryData keyData(int slot)
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.