Class StateMgrDataIdx
java.lang.Object
org.apache.jena.dboe.transaction.txn.StateMgrBase
org.apache.jena.dboe.transaction.txn.StateMgrData
org.apache.jena.dboe.transaction.txn.StateMgrDataIdx
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync
StateManagement for a number of long values,
state accessed by index.
-
Constructor Summary
ConstructorsConstructorDescriptionStateMgrDataIdx(org.apache.jena.dboe.base.file.BufferChannel storage, long... initialData) -
Method Summary
Methods inherited from class org.apache.jena.dboe.transaction.txn.StateMgrBase
close, getBufferChannel, getState, readState, setState, sync, writeState
-
Constructor Details
-
StateMgrDataIdx
public StateMgrDataIdx(org.apache.jena.dboe.base.file.BufferChannel storage, long... initialData)
-
-
Method Details
-
getData
public long[] getData() -
setData
public void setData(long... newData) -
get
public long get(int i) -
set
public void set(int i, long v)
-