Package io.permazen.kv.test
Class AtomicKVStoreTest
java.lang.Object
io.permazen.test.TestSupport
io.permazen.kv.test.KVTestSupport
io.permazen.kv.test.AtomicKVStoreTest
-
Field Summary
Fields inherited from class io.permazen.kv.test.KVTestSupport
numTransactionAttempts, numTransactionRetriesFields inherited from class io.permazen.test.TestSupport
log, random, validator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAtomicKVStores(File dir, List<AtomicKVStore> list) voidcleanup()protected voidcompact(AtomicKVStore kvstore) protected abstract AtomicKVStorecreateAtomicKVStore(File dir) AtomicKVStore[][]voidvoidtestChangeUnderneath(AtomicKVStore kvstore) Methods inherited from class io.permazen.kv.test.KVTestSupport
b, createKVTransaction, doCreateTransaction, getNumTries, kv, mapRetryExceptionMessage, s, s, setupTransactionAttemptCounters, showKV, showKV, stringView, stringView, teardownTransactionAttemptCounters, toXmlString, toXmlString, tryNtimes, tryNtimesWithResult, updateRetryStatsMethods inherited from class io.permazen.test.TestSupport
assertEquals, assertEquals, assertSameOrDiff, buildList, buildMap, buildSet, buildSortedMap, buildSortedSet, checkMap, checkSet, checkValid, createTempDirectory, deleteDirectoryHierarchy, diff, getRandom, readResource, readResource, readResource, seedRandom, setUpValidator, show
-
Constructor Details
-
AtomicKVStoreTest
public AtomicKVStoreTest()
-
-
Method Details