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
public final class StateMgrDataIdx extends StateMgrData
StateManagement for a number of long values, state accessed by index.
-
-
Constructor Summary
Constructors Constructor Description StateMgrDataIdx(BufferChannel storage, long... initialData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longget(int i)long[]getData()voidset(int i, long v)voidsetData(long... newData)-
Methods inherited from class org.apache.jena.dboe.transaction.txn.StateMgrBase
close, getBufferChannel, getState, readState, setState, sync, writeState
-
-
-
-
Constructor Detail
-
StateMgrDataIdx
public StateMgrDataIdx(BufferChannel storage, long... initialData)
-
-