Class | Description |
---|---|
JniDB | |
JniDBIterator | |
JniSnapshot | |
JniWriteBatch | |
NativeBuffer |
A NativeBuffer allocates a native buffer on the heap.
|
NativeCache |
Provides a java interface to the C++ leveldb::Cache class.
|
NativeComparator |
Provides a java interface to the C++ leveldb::Comparator class.
|
NativeComparator.ComparatorJNI | |
NativeDB |
The DB object provides the main interface to acessing LevelDB
|
NativeIterator |
Provides a java interface to the C++ leveldb::Iterator class.
|
NativeLogger |
Provides a java interface to the C++ leveldb::Logger class.
|
NativeLogger.LoggerJNI | |
NativeOptions |
Provides a java interface to the C++ leveldb::Options class.
|
NativeRange |
Provides a java interface to the C++ leveldb::ReadOptions class.
|
NativeRange.RangeJNI | |
NativeReadOptions |
Provides a java interface to the C++ leveldb::ReadOptions class.
|
NativeSnapshot |
Provides a java interface to the C++ leveldb::Snapshot class.
|
NativeWriteBatch |
Provides a java interface to the C++ leveldb::WriteBatch class.
|
NativeWriteOptions |
Provides a java interface to the C++ leveldb::WriteOptions class.
|
Util |
Some miscellaneous utility functions.
|
Enum | Description |
---|---|
NativeCompressionType |
Provides a java interface to the C++ leveldb::CompressionType enum.
|
Exception | Description |
---|---|
NativeDB.DBException |
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.