Search Java Classes and Packages
Search Java Frameworks and Libraries
# Classes and Interfaces in #MapDB - 36 results found.
| Name | Description | Type | Package | Framework |
| AsyncWriteEngine | Engine wrapper which provides asynchronous serialization and asynchronous write. | Class | org.mapdb | MapDB |
|
| Atomic | A small toolkit of classes that support lock-free thread-safe programming on single records. | Class | org.mapdb | MapDB |
|
| Bind | Binding is simple yet powerful way to keep secondary collection synchronized with primary collection. | Class | org.mapdb | MapDB |
|
| BTreeKeySerializer | Custom serializer for BTreeMap keys which enables Delta encoding. | Class | org.mapdb | MapDB |
|
| BTreeMap | A scalable concurrent ConcurrentNavigableMap implementation. | Class | org.mapdb | MapDB |
|
| Caches | | Class | org.mapdb | MapDB |
|
| CC | Compiler Configuration. | Interface | org.mapdb | MapDB |
|
| CompressLZF | This class implements the LZF lossless data compression algorithm. | Class | org.mapdb | MapDB |
|
| DataInput2 | | Class | org.mapdb | MapDB |
|
| DataOutput2 | | Class | org.mapdb | MapDB |
|
| DB | A database with easy access to named maps and other collections. | Class | org.mapdb | MapDB |
|
| DBMaker | A builder class for creating and opening a database. | Class | org.mapdb | MapDB |
|
| EncryptionXTEA | An implementation of the EncryptionXTEA block cipher algorithm. | Class | org.mapdb | MapDB |
|
| Engine | Centerpiece for record management, Engine is simple key value store. | Interface | org.mapdb | MapDB |
|
| EngineWrapper | EngineWrapper adapter. | Class | org.mapdb | MapDB |
|
| Fun | Functional stuff. | Class | org.mapdb | MapDB |
|
| Hasher | Calculates hash from an object. | Interface | org.mapdb | MapDB |
|
| HTreeMap | Thread safe concurrent HashMap This map uses full 32bit hash from beginning, There is no initial load factor and rehash. | Class | org.mapdb | MapDB |
|
| LongConcurrentHashMap | Thread safe LongMap. | Class | org.mapdb | MapDB |
|
| LongConcurrentLRUMap | A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead to utilize multiple CPU cores more effectively. | Class | org.mapdb | MapDB |
|
| LongHashMap | LongHashMap is an implementation of LongMap without concurrency locking. | Class | org.mapdb | MapDB |
|
| LongMap | | Class | org.mapdb | MapDB |
|
| Pump | Data Pump moves data from one source to other. | Class | org.mapdb | MapDB |
|
| Queues | | Class | org.mapdb | MapDB |
|
| Serializer | | Interface | org.mapdb | MapDB |
|
| SerializerBase | | Class | org.mapdb | MapDB |
|
| SerializerPojo | Serializer which handles POJO, object graphs etc. | Class | org.mapdb | MapDB |
|
| Store | Low level record store. | Class | org.mapdb | MapDB |
|
| StoreDirect | Storage Engine which saves record directly into file. | Class | org.mapdb | MapDB |
|
| StoreHeap | Store which keeps all instances on heap. | Class | org.mapdb | MapDB |
|
| StoreWAL | | Class | org.mapdb | MapDB |
|
| TxBlock | | Interface | org.mapdb | MapDB |
|
| TxEngine | Naive implementation of Snapshots on top of StorageEngine. | Class | org.mapdb | MapDB |
|
| TxMaker | | Class | org.mapdb | MapDB |
|
| TxRollbackException | Exception thrown when transaction is rolled back. | Class | org.mapdb | MapDB |
|
| Volume | | Class | org.mapdb | MapDB |