A C E G K O R S T 

A

addAtomicKVStores(File, List<AtomicKVStore>) - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 
allowBothTransactionsToFail() - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
AtomicKVStoreTest - Class in org.jsimpledb.kv.test
 
AtomicKVStoreTest() - Constructor for class org.jsimpledb.kv.test.AtomicKVStoreTest
 

C

call() - Method in class org.jsimpledb.kv.test.KVDatabaseTest.Reader
 
cleanup() - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 
compact(AtomicKVStore) - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 
createAtomicKVStore(File) - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 

E

executor - Variable in class org.jsimpledb.kv.test.KVDatabaseTest
 

G

genAtomicKVStores() - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 
getDBs() - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
getFail() - Method in class org.jsimpledb.kv.test.KVDatabaseTest.RandomTask
 
getKVDatabase() - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
getNumTries() - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 

K

kv(String...) - Static method in class org.jsimpledb.kv.test.KVTestSupport
 
KVDatabaseTest - Class in org.jsimpledb.kv.test
 
KVDatabaseTest() - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest
 
KVDatabaseTest.Committer - Class in org.jsimpledb.kv.test
 
KVDatabaseTest.Committer(KVTransaction) - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest.Committer
 
KVDatabaseTest.RandomTask - Class in org.jsimpledb.kv.test
 
KVDatabaseTest.RandomTask(int, KVDatabase, long) - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest.RandomTask
 
KVDatabaseTest.RandomTask(int, KVDatabase, TreeMap<byte[], byte[]>, long) - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest.RandomTask
 
KVDatabaseTest.Reader - Class in org.jsimpledb.kv.test
 
KVDatabaseTest.Reader(KVTransaction, byte[], boolean) - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest.Reader
 
KVDatabaseTest.Reader(KVTransaction, byte[]) - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest.Reader
 
KVDatabaseTest.Transactional<V> - Interface in org.jsimpledb.kv.test
 
KVDatabaseTest.Writer - Class in org.jsimpledb.kv.test
 
KVDatabaseTest.Writer(KVTransaction, byte[], byte[]) - Constructor for class org.jsimpledb.kv.test.KVDatabaseTest.Writer
 
KVTestSupport - Class in org.jsimpledb.kv.test
Base class for key/value unit tests.
KVTestSupport() - Constructor for class org.jsimpledb.kv.test.KVTestSupport
 

O

org.jsimpledb.kv.test - package org.jsimpledb.kv.test
JSimpleDB key/value unit test support classes.

R

run() - Method in class org.jsimpledb.kv.test.KVDatabaseTest.Committer
 
run() - Method in class org.jsimpledb.kv.test.KVDatabaseTest.RandomTask
 
run() - Method in class org.jsimpledb.kv.test.KVDatabaseTest.Writer
 

S

s(KVPair) - Method in class org.jsimpledb.kv.test.KVTestSupport
 
setup() - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
showKV(KVTransaction, String) - Method in class org.jsimpledb.kv.test.KVTestSupport
Dump KV contents to the log.
showKV(KVTransaction, String, byte[], byte[]) - Method in class org.jsimpledb.kv.test.KVTestSupport
Dump KV portion to the log.
stringView(NavigableMap<byte[], byte[]>) - Static method in class org.jsimpledb.kv.test.KVTestSupport
 
stringView(NavigableSet<byte[]>) - Static method in class org.jsimpledb.kv.test.KVTestSupport
 

T

teardown() - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
testAtomicKVStore(AtomicKVStore) - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 
testChangeUnderneath(AtomicKVStore) - Method in class org.jsimpledb.kv.test.AtomicKVStoreTest
 
testConflictingTransactions(KVDatabase) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
testKeyWatch(KVDatabase) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
testNonconflictingTransactions(KVDatabase) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
testParallelTransactions(KVDatabase) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
This test runs transactions in parallel and verifies there is no "leakage" between them.
testParallelTransactions(KVDatabase[]) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
testSequentialTransactions(KVDatabase) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
This test runs transactions sequentially and verifies that each transaction sees the changes that were committed in the previous transaction.
testSimpleStuff(KVDatabase) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
toString() - Method in class org.jsimpledb.kv.test.KVDatabaseTest.RandomTask
 
transact(KVTransaction) - Method in interface org.jsimpledb.kv.test.KVDatabaseTest.Transactional
 
tryNtimes(KVDatabase, KVDatabaseTest.Transactional<V>) - Method in class org.jsimpledb.kv.test.KVDatabaseTest
 
A C E G K O R S T 

Copyright © 2016. All rights reserved.