Uses of Class
org.h2.mvstore.tx.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in org.h2.mvstore.tx
Fields in org.h2.mvstore.tx declared as SnapshotModifier and TypeFieldDescriptionprivate Snapshot<K, VersionedValue<V>> TransactionMap.snapshotSnapshot of this map as of beginning of transaction or first usage within transaction or beginning of the statement, depending on isolation levelprivate Snapshot<K, VersionedValue<V>> TransactionMap.statementSnapshotSnapshot of this map as of beginning of beginning of the statementMethods in org.h2.mvstore.tx that return SnapshotModifier and TypeMethodDescription(package private) Snapshot<K, VersionedValue<V>> TransactionMap.createSnapshot()Create a new snapshot for this map.(package private) Snapshot<K, VersionedValue<V>> TransactionMap.getSnapshot()(package private) Snapshot<K, VersionedValue<V>> TransactionMap.getStatementSnapshot()Methods in org.h2.mvstore.tx with parameters of type SnapshotModifier and TypeMethodDescription(package private) voidTransactionMap.setStatementSnapshot(Snapshot<K, VersionedValue<V>> snapshot) Constructors in org.h2.mvstore.tx with parameters of type SnapshotModifierConstructorDescription(package private)TMIterator(TransactionMap<K, V> transactionMap, K from, K to, Snapshot<K, VersionedValue<V>> snapshot, boolean reverse, boolean forEntries) (package private)UncommittedIterator(TransactionMap<K, V> transactionMap, K from, K to, Snapshot<K, VersionedValue<V>> snapshot, boolean reverse, boolean forEntries)