Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.mapdb Classes and Interfaces - 109 results found.
NameDescriptionTypePackageFramework
AsyncWriteEngineEngine wrapper which provides asynchronous serialization and asynchronous write.Classorg.mapdbMapDB
AsyncWriteEngine .WriterRunnableClassorg.mapdbMapDB
AtomicA small toolkit of classes that support lock-free thread-safe programming on single records.Classorg.mapdbMapDB
Atomic .BooleanA boolean record that may be updated atomically.Classorg.mapdbMapDB
Atomic .IntegerAn int record that may be updated atomically.Classorg.mapdbMapDB
Atomic .LongA long record that may be updated atomically.Classorg.mapdbMapDB
Atomic .StringA String record that may be updated atomically.Classorg.mapdbMapDB
Atomic .VarAtomically updated variable which may contain any type of record.Classorg.mapdbMapDB
BindBinding is simple yet powerful way to keep secondary collection synchronized with primary collection.Classorg.mapdbMapDB
Bind .MapListenerListener called when Map is modified.Interfaceorg.mapdbMapDB
Bind .MapWithModificationListenerPrimary Maps must provide notifications when it is modified.Interfaceorg.mapdbMapDB
BTreeKeySerializerCustom serializer for BTreeMap keys which enables Delta encoding.Classorg.mapdbMapDB
BTreeKeySerializer .BasicKeySerializerBasic Key Serializer which just writes data without applying any compression.Classorg.mapdbMapDB
BTreeKeySerializer .Tuple2KeySerializerApplies delta compression on array of tuple.Classorg.mapdbMapDB
BTreeKeySerializer .Tuple3KeySerializerApplies delta compression on array of tuple.Classorg.mapdbMapDB
BTreeKeySerializer .Tuple4KeySerializerApplies delta compression on array of tuple.Classorg.mapdbMapDB
BTreeKeySerializer .Tuple5KeySerializerApplies delta compression on array of tuple.Classorg.mapdbMapDB
BTreeKeySerializer .Tuple6KeySerializerApplies delta compression on array of tuple.Classorg.mapdbMapDB
BTreeMapA scalable concurrent ConcurrentNavigableMap implementation.Classorg.mapdbMapDB
BTreeMap .BNodeInterfaceorg.mapdbMapDB
BTreeMap .BTreeIteratorClassorg.mapdbMapDB
BTreeMap .DescendingMapClassorg.mapdbMapDB
BTreeMap .DirNodeClassorg.mapdbMapDB
BTreeMap .LeafNodeClassorg.mapdbMapDB
BTreeMap .NodeSerializerClassorg.mapdbMapDB
BTreeMap .SubMapClassorg.mapdbMapDB
BTreeMap .ValRefif valsOutsideNodes is true, this class is used instead of values.Classorg.mapdbMapDB
CachesClassorg.mapdbMapDB
Caches .HardRefCache created objects using hard reference.Classorg.mapdbMapDB
Caches .HashTableFixed size cache which uses hash table.Classorg.mapdbMapDB
Caches .LRULeast Recently Used cache.Classorg.mapdbMapDB
Caches .WeakSoftRefClassorg.mapdbMapDB
Caches .WeakSoftRef .CacheItemInterfaceorg.mapdbMapDB
Caches .WeakSoftRef .CacheSoftItemClassorg.mapdbMapDB
Caches .WeakSoftRef .CacheWeakItemClassorg.mapdbMapDB
CCCompiler Configuration.Interfaceorg.mapdbMapDB
CompressLZFThis class implements the LZF lossless data compression algorithm.Classorg.mapdbMapDB
DataInput2Classorg.mapdbMapDB
DataOutput2Classorg.mapdbMapDB
DBA database with easy access to named maps and other collections.Classorg.mapdbMapDB
DB .IdentityWrapperClassorg.mapdbMapDB
DBMakerA builder class for creating and opening a database.Classorg.mapdbMapDB
DBMaker .KeysInterfaceorg.mapdbMapDB
EncryptionXTEAAn implementation of the EncryptionXTEA block cipher algorithm.Classorg.mapdbMapDB
EngineCenterpiece for record management, Engine is simple key value store.Interfaceorg.mapdbMapDB
EngineWrapperEngineWrapper adapter.Classorg.mapdbMapDB
EngineWrapper .CloseOnJVMShutdownCloses Engine on JVM shutdown using shutdown hook: Runtime.Classorg.mapdbMapDB
EngineWrapper .ImmutabilityCheckEnginecheck if Record Instances were not modified while in cache.Classorg.mapdbMapDB
EngineWrapper .ImmutabilityCheckEngine .ItemClassorg.mapdbMapDB
EngineWrapper .ReadOnlyEngineClassorg.mapdbMapDB
EngineWrapper .SerializerCheckEngineWrapperClassorg.mapdbMapDB
EngineWrapper .SynchronizedEngineWrapperEngine wrapper with all methods synchronized on global lock, useful to diagnose concurrency issues.Classorg.mapdbMapDB
FunFunctional stuff.Classorg.mapdbMapDB
Fun .ArrayComparatorClassorg.mapdbMapDB
Fun .Function0Interfaceorg.mapdbMapDB
Fun .Function1Interfaceorg.mapdbMapDB
Fun .Function2Interfaceorg.mapdbMapDB
Fun .Tuple2Classorg.mapdbMapDB
Fun .Tuple2ComparatorClassorg.mapdbMapDB
Fun .Tuple3Classorg.mapdbMapDB
Fun .Tuple3ComparatorClassorg.mapdbMapDB
Fun .Tuple4Classorg.mapdbMapDB
Fun .Tuple4ComparatorClassorg.mapdbMapDB
Fun .Tuple5Classorg.mapdbMapDB
Fun .Tuple5ComparatorClassorg.mapdbMapDB
Fun .Tuple6Classorg.mapdbMapDB
Fun .Tuple6ComparatorClassorg.mapdbMapDB
HasherCalculates hash from an object.Interfaceorg.mapdbMapDB
HTreeMapThread safe concurrent HashMap This map uses full 32bit hash from beginning, There is no initial load factor and rehash.Classorg.mapdbMapDB
HTreeMap .ExpireLinkNodeClassorg.mapdbMapDB
HTreeMap .ExpireRunnableClassorg.mapdbMapDB
HTreeMap .LinkedNodeClassorg.mapdbMapDB
LongConcurrentHashMapThread safe LongMap.Classorg.mapdbMapDB
LongConcurrentLRUMapA LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead to utilize multiple CPU cores more effectively.Classorg.mapdbMapDB
LongHashMapLongHashMap is an implementation of LongMap without concurrency locking.Classorg.mapdbMapDB
LongMapClassorg.mapdbMapDB
LongMap .LongMapIteratorInterfaceorg.mapdbMapDB
PumpData Pump moves data from one source to other.Classorg.mapdbMapDB
QueuesClassorg.mapdbMapDB
Queues .CircularQueueClassorg.mapdbMapDB
Queues .QueueClassorg.mapdbMapDB
Queues .SimpleQueueClassorg.mapdbMapDB
Queues .SimpleQueue .NodeClassorg.mapdbMapDB
Queues .SimpleQueue .NodeSerializerClassorg.mapdbMapDB
Queues .StackClassorg.mapdbMapDB
SerializerInterfaceorg.mapdbMapDB
Serializer .CompressionWrapperwraps another serializer and (de)compresses its output/inputSee Also:Serialized FormClassorg.mapdbMapDB
SerializerBaseClassorg.mapdbMapDB
SerializerBase .FastArrayListUtility class similar to ArrayList, but with fast identity search.Classorg.mapdbMapDB
SerializerBase .HeaderInterfaceorg.mapdbMapDB
SerializerBase .HeaderMapDBInterfaceorg.mapdbMapDB
SerializerBase .singletonsClassorg.mapdbMapDB
SerializerPojoSerializer which handles POJO, object graphs etc.Classorg.mapdbMapDB
SerializerPojo .ClassInfoStores info about single class stored in MapDB.Classorg.mapdbMapDB
SerializerPojo .FieldInfoStores info about single field stored in MapDB.Classorg.mapdbMapDB
StoreLow level record store.Classorg.mapdbMapDB
StoreDirectStorage Engine which saves record directly into file.Classorg.mapdbMapDB
StoreHeapStore which keeps all instances on heap.Classorg.mapdbMapDB
StoreWALClassorg.mapdbMapDB
TxBlockInterfaceorg.mapdbMapDB
TxEngineNaive implementation of Snapshots on top of StorageEngine.Classorg.mapdbMapDB
TxMakerClassorg.mapdbMapDB
TxRollbackExceptionException thrown when transaction is rolled back.Classorg.mapdbMapDB
VolumeClassorg.mapdbMapDB
Volume .ByteBufferVolAbstract Volume over bunch of ByteBuffers It leaves ByteBufferVol details (allocation, disposal) on subclasses.Classorg.mapdbMapDB
Volume .FactoryInterfaceorg.mapdbMapDB
Volume .FileChannelVolVolume which uses FileChannel.Classorg.mapdbMapDB
Volume .MappedFileVolClassorg.mapdbMapDB
Volume .MemoryVolClassorg.mapdbMapDB