A C D F G L M O P R S T W 

A

adjustCounter(byte[], long) - Method in class org.jsimpledb.kv.leveldb.SnapshotLevelDBKVStore
 

C

close() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
Close this instance.
close() - Method in class org.jsimpledb.kv.leveldb.SnapshotLevelDBKVStore
 
createAtomicKVStore(Object) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVImplementation
 
createKVDatabase(Object, KVDatabase, AtomicKVStore) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVImplementation
 
createSnapshotKVTransaction(SnapshotVersion) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVDatabase
 
createTransaction() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVDatabase
 

D

DB_FACTORY_PROPERTY - Static variable in class org.jsimpledb.kv.leveldb.LevelDBUtil
The name of a system property that can be set to override the default DBFactory logic.
delegate() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
 

F

finalize() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Finalize this instance.
finalize() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
Finalize this instance.

G

get(byte[]) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
 
getCommandLineOptions() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVImplementation
 
getDB() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Get the underlying DB associated with this instance.
getDB() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
Get the DB underlying this instance.
getDefaultDBFactory() - Static method in class org.jsimpledb.kv.leveldb.LevelDBUtil
Get the default DBFactory.
getDescription(Object) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVImplementation
 
getDirectory() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Get the filesystem directory containing the database.
getKVDatabase() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVTransaction
 
getOptions() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Get the Options this instance will use when opening the database at startup.
getRange(byte[], byte[], boolean) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
 

L

LEVELDB_CLASS_NAME - Static variable in class org.jsimpledb.kv.leveldb.LevelDBUtil
Class name for the DBFactory provided by leveldb.
LevelDBAtomicKVStore - Class in org.jsimpledb.kv.leveldb
An AtomicKVStore view of a LevelDB database.
LevelDBAtomicKVStore() - Constructor for class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Constructor.
LevelDBAtomicKVStore(DBFactory) - Constructor for class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Constructor.
LEVELDBJNI_CLASS_NAME - Static variable in class org.jsimpledb.kv.leveldb.LevelDBUtil
Class name for the DBFactory provided by leveldbjni.
LevelDBKVDatabase - Class in org.jsimpledb.kv.leveldb
KVDatabase implementation based on a LevelDBAtomicKVStore, providing concurrent transactions and linearizable ACID semantics.
LevelDBKVDatabase() - Constructor for class org.jsimpledb.kv.leveldb.LevelDBKVDatabase
 
LevelDBKVImplementation - Class in org.jsimpledb.kv.leveldb
 
LevelDBKVImplementation() - Constructor for class org.jsimpledb.kv.leveldb.LevelDBKVImplementation
 
LevelDBKVStore - Class in org.jsimpledb.kv.leveldb
Straightforward KVStore view of a LevelDB database.
LevelDBKVStore(DB) - Constructor for class org.jsimpledb.kv.leveldb.LevelDBKVStore
Convenience constructor.
LevelDBKVStore(DB, ReadOptions, WriteBatch) - Constructor for class org.jsimpledb.kv.leveldb.LevelDBKVStore
Constructor.
LevelDBKVTransaction - Class in org.jsimpledb.kv.leveldb
LevelDBKVDatabase transaction.
LevelDBUtil - Class in org.jsimpledb.kv.leveldb
Utility methods for use with LevelDB.

M

mutate(Mutations, boolean) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
 

O

org.jsimpledb.kv.leveldb - package org.jsimpledb.kv.leveldb
KVDatabase implementation based on LevelDB.

P

parseCommandLineOptions(ArrayDeque<String>) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVImplementation
 
put(byte[], byte[]) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
 
put(byte[], byte[]) - Method in class org.jsimpledb.kv.leveldb.SnapshotLevelDBKVStore
 

R

remove(byte[]) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
 
remove(byte[]) - Method in class org.jsimpledb.kv.leveldb.SnapshotLevelDBKVStore
 
removeRange(byte[], byte[]) - Method in class org.jsimpledb.kv.leveldb.SnapshotLevelDBKVStore
 

S

setBlockRestartInterval(int) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the number of keys between restart points for delta encoding of keys.
setBlockSize(int) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the block size.
setCacheSize(long) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the cache size.
setCompressionType(CompressionType) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the compression type.
setCreateIfMissing(boolean) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure whether to create the database if missing.
setDirectory(File) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the filesystem directory containing the database.
setErrorIfExists(boolean) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure whether to throw an error if the database already exists.
setKVStore(LevelDBAtomicKVStore) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVDatabase
Configure the underlying LevelDBAtomicKVStore used by this instance.
setMaxOpenFiles(int) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the maximum number of open files.
setOptions(Options) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Set the Options this instance will use when opening the database at startup.
setParanoidChecks(boolean) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure whether paranoid checks are enabled.
setVerifyChecksums(boolean) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure whether to verify checksums.
setWriteBufferSize(int) - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
Configure the write buffer size.
snapshot() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
 
SnapshotLevelDBKVStore - Class in org.jsimpledb.kv.leveldb
Read-only KVStore view of a LevelDB Snapshot.
SnapshotLevelDBKVStore(DB, boolean) - Constructor for class org.jsimpledb.kv.leveldb.SnapshotLevelDBKVStore
Constructor.
start() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
 
stop() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
 

T

toString() - Method in class org.jsimpledb.kv.leveldb.LevelDBAtomicKVStore
 
toString() - Method in class org.jsimpledb.kv.leveldb.LevelDBKVStore
 

W

wrapException(SnapshotKVTransaction, RuntimeException) - Method in class org.jsimpledb.kv.leveldb.LevelDBKVDatabase
 
A C D F G L M O P R S T W 

Copyright © 2016. All rights reserved.