Class StateMgrData
- java.lang.Object
-
- org.apache.jena.dboe.transaction.txn.StateMgrBase
-
- org.apache.jena.dboe.transaction.txn.StateMgrData
-
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable,org.apache.jena.atlas.lib.Sync
- Direct Known Subclasses:
StateMgrDataIdx
public class StateMgrData extends StateMgrBase
StateManagement for a number of long values, a common need (might as well store ints as long on disk for small numbers of integers)
-
-
Constructor Summary
Constructors Constructor Description StateMgrData(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 Detail
-
StateMgrData
public StateMgrData(BufferChannel storage, long... initialData)
-
-