| Interface | Description |
|---|---|
| BTreeMapJava.ConcurrentNavigableMap2<K,V> | |
| CC |
Compilation Configuration.
|
| MapModificationListener<K,V> |
Callback interface for
MapExtra modification notifications. |
| QueueLongTakeUntil |
Callback interface for
QueueLong |
| Serializer<A> |
This interface specifies how Java Objects are serialized and de-serialized
and also how objects are compared, hashed and tested for equality for use
with MapDB.
|
| StoreBinaryGetLong |
Binary operations performed on
StoreBinary which retuns long |
| WriteAheadLog.WALReplay |
| Class | Description |
|---|---|
| Atomic |
A small toolkit of classes that support lock-free thread-safe
programming on single records.
|
| Atomic.Boolean |
A
boolean record that may be updated atomically. |
| Atomic.Integer |
An
int record that may be updated atomically. |
| Atomic.Long |
A
long record that may be updated atomically. |
| Atomic.String |
A
String record that may be updated atomically. |
| Atomic.Var<E> |
Atomically updated variable which may contain any type of record.
|
| BTreeMapJava |
Java code for BTreeMap.
|
| BTreeMapJava.BinaryGet<K,V> | |
| BTreeMapJava.DescendingMap<K,V> | |
| BTreeMapJava.KeySet<E> | |
| BTreeMapJava.Node | |
| BTreeMapJava.NodeSerializer | |
| BTreeMapJava.SubMap<K,V> | |
| DataInput2 |
Used for serialization
|
| DataInput2.ByteArray |
DataInput on top of
byte[] |
| DataInput2.ByteBuffer |
Wraps
ByteBuffer and provides DataInput |
| DataInput2.DataInputToStream |
Wraps
DataInput into InputStream |
| DataInput2.Stream | |
| DataIO |
Various IO classes and utilities..
|
| DataOutput2 |
Output of serialization
|
| WriteAheadLog |
WAL shared between
StoreWAL |
Copyright © 2018. All Rights Reserved.