Uses of Class
io.permazen.kv.mvcc.MutableView
Packages that use MutableView
Package
Description
A simple
KVStore
implementation based on a sorted array of key/value pairs.Caching
KVStore
and KVDatabase
layers.KVDatabase
implementation based on LevelDB.Utility classes for MVCC type operations using a
KVStore
.AtomicKVStore
and KVDatabase
implementations based
on H2 MVStore.KVDatabase
implementation based on Google Cloud Spanner.-
Uses of MutableView in io.permazen.kv.array
Methods in io.permazen.kv.array with parameters of type MutableViewModifier and TypeMethodDescriptionprotected ArrayKVTransaction
ArrayKVDatabase.createSnapshotKVTransaction
(MutableView view, long baseVersion) -
Uses of MutableView in io.permazen.kv.caching
Fields in io.permazen.kv.caching declared as MutableViewModifier and TypeFieldDescriptionprotected final MutableView
CachingKVTransaction.view
TheMutableView
that accumulates any mutations. -
Uses of MutableView in io.permazen.kv.leveldb
Methods in io.permazen.kv.leveldb with parameters of type MutableViewModifier and TypeMethodDescriptionprotected LevelDBKVTransaction
LevelDBKVDatabase.createSnapshotKVTransaction
(MutableView view, long baseVersion) -
Uses of MutableView in io.permazen.kv.mvcc
Methods in io.permazen.kv.mvcc that return MutableViewModifier and TypeMethodDescriptionMutableView.clone()
Clone this instance.SnapshotKVTransaction.getMutableView()
Get theMutableView
associated with this instance.Methods in io.permazen.kv.mvcc with parameters of type MutableViewModifier and TypeMethodDescriptionprotected SnapshotKVTransaction
SnapshotKVDatabase.createSnapshotKVTransaction
(MutableView view, long baseVersion) Instantiate a newSnapshotKVTransaction
instance.Constructors in io.permazen.kv.mvcc with parameters of type MutableViewModifierConstructorDescriptionprotected
SnapshotKVTransaction
(SnapshotKVDatabase kvdb, MutableView view, long baseVersion) Constructor. -
Uses of MutableView in io.permazen.kv.mvstore
Methods in io.permazen.kv.mvstore with parameters of type MutableViewModifier and TypeMethodDescriptionprotected MVStoreKVTransaction
MVStoreKVDatabase.createSnapshotKVTransaction
(MutableView view, long baseVersion) -
Uses of MutableView in io.permazen.kv.spanner
Subclasses of MutableView in io.permazen.kv.spanner