public class PersistentIntegerArray extends LocalPersistentBase
_id, _state| Constructor and Description |
|---|
PersistentIntegerArray(SlotChangeFactory slotChangeFactory,
TransactionalIdSystem idSystem,
int id) |
PersistentIntegerArray(SlotChangeFactory slotChangeFactory,
TransactionalIdSystem idSystem,
int[] arr) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
array() |
byte |
getIdentifier() |
int |
ownLength() |
void |
readThis(Transaction trans,
ByteArrayBuffer reader) |
SlotChangeFactory |
slotChangeFactory() |
void |
writeThis(Transaction trans,
ByteArrayBuffer writer) |
idSystem, readBufferByIdfree, linkLength, newWriteBuffer, produceReadBuffer, produceWriteBuffer, read, read, write, writeObjectBegin, writeOwnIDbeginProcessing, endProcessing, getID, hashCode, isActive, isDirty, isNew, setID, setStateClean, setStateDeactivated, setStateDirtypublic PersistentIntegerArray(SlotChangeFactory slotChangeFactory, TransactionalIdSystem idSystem, int[] arr)
public PersistentIntegerArray(SlotChangeFactory slotChangeFactory, TransactionalIdSystem idSystem, int id)
public byte getIdentifier()
public int ownLength()
public void readThis(Transaction trans, ByteArrayBuffer reader)
public void writeThis(Transaction trans, ByteArrayBuffer writer)
public int[] array()
public SlotChangeFactory slotChangeFactory()
slotChangeFactory in class PersistentBase