Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

C

c - Variable in class org.mapdb.Fun.Tuple3
 
c - Variable in class org.mapdb.Fun.Tuple3Comparator
 
c - Variable in class org.mapdb.Fun.Tuple4
 
c - Variable in class org.mapdb.Fun.Tuple4Comparator
 
c - Variable in class org.mapdb.Fun.Tuple5
 
c - Variable in class org.mapdb.Fun.Tuple5Comparator
 
c - Variable in class org.mapdb.Fun.Tuple6
 
c - Variable in class org.mapdb.Fun.Tuple6Comparator
 
cache - Variable in class org.mapdb.Caches.LRU
 
cache - Static variable in interface org.mapdb.DBMaker.Keys
 
cache_disable - Static variable in interface org.mapdb.DBMaker.Keys
 
cache_hardRef - Static variable in interface org.mapdb.DBMaker.Keys
 
cache_hashTable - Static variable in interface org.mapdb.DBMaker.Keys
 
cache_lru - Static variable in interface org.mapdb.DBMaker.Keys
 
cache_softRef - Static variable in interface org.mapdb.DBMaker.Keys
 
cache_weakRef - Static variable in interface org.mapdb.DBMaker.Keys
 
cachedHashTable - Variable in class org.mapdb.CompressLZF
Hash table for matching byte sequences (reused for performance).
cacheDisable() - Method in class org.mapdb.DBMaker
Instance cache is enabled by default.
CacheEntry(long, V, long) - Constructor for class org.mapdb.LongConcurrentLRUMap.CacheEntry
 
cacheHardRefEnable() - Method in class org.mapdb.DBMaker
Enables unbounded hard reference cache.
cacheLRUEnable() - Method in class org.mapdb.DBMaker
Enables Least Recently Used cache.
cacheMaxSize - Variable in class org.mapdb.Caches.HashTable
 
cacheMaxSizeMask - Variable in class org.mapdb.Caches.HashTable
 
Caches - Class in org.mapdb
Contains various instance cache implementations
Caches() - Constructor for class org.mapdb.Caches
 
Caches.HardRef - Class in org.mapdb
Cache created objects using hard reference.
Caches.HashTable - Class in org.mapdb
Fixed size cache which uses hash table.
Caches.HashTable.HashItem - Class in org.mapdb
 
Caches.LRU - Class in org.mapdb
Least Recently Used cache.
Caches.WeakSoftRef - Class in org.mapdb
Instance cache which uses SoftReference or WeakReference Items can be removed from cache by Garbage Collector if
Caches.WeakSoftRef.CacheItem - Interface in org.mapdb
 
Caches.WeakSoftRef.CacheSoftItem<A> - Class in org.mapdb
 
Caches.WeakSoftRef.CacheWeakItem<A> - Class in org.mapdb
 
cacheSize(int) - Method in class org.mapdb.DBMaker
Set cache size.
cacheSize - Static variable in interface org.mapdb.DBMaker.Keys
 
CacheSoftItem(A, ReferenceQueue<A>, long) - Constructor for class org.mapdb.Caches.WeakSoftRef.CacheSoftItem
 
cacheSoftRefEnable() - Method in class org.mapdb.DBMaker
Enables unbounded cache which uses SoftReference.
CacheWeakItem(A, ReferenceQueue<A>, long) - Constructor for class org.mapdb.Caches.WeakSoftRef.CacheWeakItem
 
cacheWeakRefEnable() - Method in class org.mapdb.DBMaker
Enables unbounded cache which uses WeakReference.
calculateCapacity(int) - Static method in class org.mapdb.LongHashMap
Calculates the capacity of storage required for storing given number of elements
calculateStatistics() - Method in class org.mapdb.Store
get some statistics about store.
calculateStatistics() - Method in class org.mapdb.StoreAppend
Deprecated.
 
calculateStatistics() - Method in class org.mapdb.StoreDirect
 
calculateStatistics() - Method in class org.mapdb.StoreHeap
 
canRollback() - Method in interface org.mapdb.Engine
 
canRollback() - Method in class org.mapdb.EngineWrapper
 
canRollback() - Method in class org.mapdb.StoreAppend
Deprecated.
 
canRollback() - Method in class org.mapdb.StoreDirect
 
canRollback() - Method in class org.mapdb.StoreHeap
 
canRollback() - Method in class org.mapdb.StoreWAL
 
canRollback() - Method in class org.mapdb.TxEngine.Tx
 
canSnapshot() - Method in interface org.mapdb.Engine
 
canSnapshot() - Method in class org.mapdb.EngineWrapper
 
canSnapshot() - Method in class org.mapdb.EngineWrapper.ReadOnlyEngine
 
canSnapshot() - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
 
canSnapshot() - Method in class org.mapdb.Store
 
canSnapshot() - Method in class org.mapdb.TxEngine
 
canSnapshot() - Method in class org.mapdb.TxEngine.Tx
 
catalog - Variable in class org.mapdb.DB
view over named records
CATALOG_RECID - Static variable in interface org.mapdb.Engine
 
catGet(String, A) - Method in class org.mapdb.DB
 
catGet(String) - Method in class org.mapdb.DB
 
catPut(String, A) - Method in class org.mapdb.DB
 
catPut(String, A, A) - Method in class org.mapdb.DB
 
CC - Interface in org.mapdb
Compiler Configuration.
cComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
 
cComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
 
cComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
 
ceiling(E) - Method in class org.mapdb.BTreeMap.KeySet
 
ceilingEntry(K) - Method in class org.mapdb.BTreeMap
 
ceilingEntry(K) - Method in class org.mapdb.BTreeMap.DescendingMap
 
ceilingEntry(K) - Method in class org.mapdb.BTreeMap.SubMap
 
ceilingKey(K) - Method in class org.mapdb.BTreeMap
 
ceilingKey(K) - Method in class org.mapdb.BTreeMap.DescendingMap
 
ceilingKey(K) - Method in class org.mapdb.BTreeMap.SubMap
 
channel - Variable in class org.mapdb.Volume.FileChannelVol
 
CHAR - Static variable in interface org.mapdb.SerializerBase.Header
 
CHAR_0 - Static variable in interface org.mapdb.SerializerBase.Header
 
CHAR_1 - Static variable in interface org.mapdb.SerializerBase.Header
 
CHAR_255 - Static variable in interface org.mapdb.SerializerBase.Header
 
CHAR_ARRAY - Static variable in interface org.mapdb.Hasher
 
CHAR_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes `char[]` it adds header which contains size information
CHAR_ARRAY_COMPARATOR - Static variable in class org.mapdb.Fun
 
check() - Method in class org.mapdb.EngineWrapper.ImmutabilityCheckEngine.Item
 
CHECK_EVERY_N - Static variable in class org.mapdb.Caches.HardRef
 
CHECK_RECORD - Static variable in interface org.mapdb.Engine
 
checkClosed(V) - Static method in class org.mapdb.EngineWrapper
 
checkConcurrentMod() - Method in class org.mapdb.LongHashMap.AbstractMapIterator
 
checkFolder(File, boolean) - Static method in class org.mapdb.Volume.FileChannelVol
 
checkFreeMem() - Method in class org.mapdb.Caches.HardRef
 
checkHeaders() - Method in class org.mapdb.StoreDirect
 
checkHeaders() - Method in class org.mapdb.StoreWAL
 
checkKeyBounds(K) - Method in class org.mapdb.BTreeMap.DescendingMap
 
checkKeyBounds(K) - Method in class org.mapdb.BTreeMap.SubMap
 
checkLogRounding() - Method in class org.mapdb.StoreWAL
 
checkNameNotExists(String) - Method in class org.mapdb.DB
Checks that object with given name does not exist yet.
checkNotClosed() - Method in class org.mapdb.DB
 
checkSerializer(long, Serializer<A>) - Method in class org.mapdb.EngineWrapper.SerializerCheckEngineWrapper
 
checkShouldCreate(String) - Method in class org.mapdb.DB
 
checkState() - Method in class org.mapdb.AsyncWriteEngine
checks that background threads are ready and throws exception if not
checksum - Static variable in interface org.mapdb.DBMaker.Keys
 
checksum() - Method in class org.mapdb.EngineWrapper.ImmutabilityCheckEngine.Item
 
checksum - Variable in class org.mapdb.Store
 
CHECKSUM_FLAG_MASK - Static variable in class org.mapdb.Store
 
checksumEnable() - Method in class org.mapdb.DBMaker
Adds CRC32 checksum at end of each record to check data integrity.
checkType(String, String) - Method in class org.mapdb.DB
 
child() - Method in interface org.mapdb.BTreeMap.BNode
 
child - Variable in class org.mapdb.BTreeMap.DirNode
 
child() - Method in class org.mapdb.BTreeMap.DirNode
 
child() - Method in class org.mapdb.BTreeMap.LeafNode
 
CHUNK_SIZE - Static variable in class org.mapdb.Store
 
CHUNK_SIZE_MOD_MASK - Static variable in class org.mapdb.Store
 
chunks - Variable in class org.mapdb.Volume.ByteBufferVol
 
chunkShift - Variable in class org.mapdb.Volume.ByteBufferVol
 
chunkSize - Variable in class org.mapdb.Volume.ByteBufferVol
 
chunkSize - Variable in class org.mapdb.Volume.FileChannelVol
 
chunkSizeModMask - Variable in class org.mapdb.Volume.ByteBufferVol
 
CircularQueue(Engine, Serializer<E>, long, long, long) - Constructor for class org.mapdb.Queues.CircularQueue
 
CLASS - Static variable in interface org.mapdb.SerializerBase.Header
 
class2classId - Variable in class org.mapdb.SerializerPojo
 
class2constuctor - Static variable in class org.mapdb.SerializerPojo
 
CLASS_INFO_RECID - Static variable in interface org.mapdb.Engine
 
classForName(String) - Static method in class org.mapdb.SerializerPojo
 
classId2class - Variable in class org.mapdb.SerializerPojo
 
ClassInfo(String, SerializerPojo.FieldInfo[], boolean, boolean) - Constructor for class org.mapdb.SerializerPojo.ClassInfo
 
clazz - Variable in class org.mapdb.SerializerPojo.FieldInfo
 
cleanerHackDisabled - Variable in class org.mapdb.Volume.ByteBufferVol
 
cleanTxQueue() - Method in class org.mapdb.TxEngine
 
clear() - Method in class org.mapdb.BTreeMap
 
clear() - Method in class org.mapdb.BTreeMap.DescendingMap
 
clear() - Method in class org.mapdb.BTreeMap.EntrySet
 
clear() - Method in class org.mapdb.BTreeMap.KeySet
 
clear() - Method in class org.mapdb.BTreeMap.SubMap
 
clear() - Method in class org.mapdb.BTreeMap.Values
 
clear() - Method in class org.mapdb.HTreeMap
 
clear() - Method in class org.mapdb.HTreeMap.KeySet
 
clear() - Method in class org.mapdb.LongConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class org.mapdb.LongConcurrentHashMap.Segment
 
clear() - Method in class org.mapdb.LongConcurrentLRUMap
 
clear() - Method in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.mapdb.LongHashMap
Removes all mappings from this hash map, leaving it empty.
clear() - Method in class org.mapdb.LongMap
Removes all mappings from this hash map, leaving it empty.
clear() - Method in class org.mapdb.Queues.CircularQueue
 
clear() - Method in class org.mapdb.Queues.SimpleQueue
 
clearCache() - Method in class org.mapdb.AsyncWriteEngine
clears any underlying cache
clearCache() - Method in class org.mapdb.Caches.HashTable
 
clearCache() - Method in class org.mapdb.Caches.LRU
 
clearCache() - Method in class org.mapdb.Caches.WeakSoftRef
 
clearCache() - Method in interface org.mapdb.Engine
clears any underlying cache
clearCache() - Method in class org.mapdb.EngineWrapper
 
clearCache() - Method in class org.mapdb.StoreAppend
Deprecated.
 
clearCache() - Method in class org.mapdb.StoreDirect
 
clearCache() - Method in class org.mapdb.StoreHeap
 
clearCache() - Method in class org.mapdb.TxEngine.Tx
 
close() - Method in class org.mapdb.AsyncWriteEngine
Close store/cache.
close() - Method in class org.mapdb.BTreeMap
Closes underlying storage and releases all resources.
close() - Method in class org.mapdb.Caches.HashTable
 
close() - Method in class org.mapdb.Caches.LRU
 
close() - Method in class org.mapdb.Caches.WeakSoftRef
 
close() - Method in class org.mapdb.DB
Closes database.
close() - Method in interface org.mapdb.Engine
Close store/cache.
close() - Method in class org.mapdb.EngineWrapper
 
close() - Method in class org.mapdb.EngineWrapper.CloseOnJVMShutdown
 
close() - Method in class org.mapdb.EngineWrapper.ImmutabilityCheckEngine
 
close() - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
 
close() - Method in class org.mapdb.HTreeMap
Closes underlying storage and releases all resources.
close() - Method in class org.mapdb.Queues.SimpleQueue
Closes underlying storage and releases all resources.
close() - Method in class org.mapdb.StoreAppend
Deprecated.
 
close() - Method in class org.mapdb.StoreDirect
 
close() - Method in class org.mapdb.StoreHeap
 
close() - Method in class org.mapdb.StoreWAL
 
close() - Method in class org.mapdb.TxEngine
 
close() - Method in class org.mapdb.TxEngine.Tx
 
close() - Method in class org.mapdb.TxMaker
 
close() - Method in class org.mapdb.Volume
 
close() - Method in class org.mapdb.Volume.FileChannelVol
 
close() - Method in class org.mapdb.Volume.MappedFileVol
 
close() - Method in class org.mapdb.Volume.MemoryVol
 
CLOSED - Static variable in class org.mapdb.EngineWrapper
throws `IllegalArgumentError("already closed)` on all access
closed - Variable in class org.mapdb.StoreAppend
Deprecated.
true after file was closed
closed - Variable in class org.mapdb.TxEngine.Tx
 
closed - Variable in class org.mapdb.Volume
 
closeInProgress - Variable in class org.mapdb.AsyncWriteEngine
indicates that `close()` was called and background threads are being terminated
closeLatch - Variable in class org.mapdb.HTreeMap
 
closeListener - Variable in class org.mapdb.HTreeMap
 
closeListenerRegister(Runnable) - Method in interface org.mapdb.Engine
 
closeListenerRegister(Runnable) - Method in class org.mapdb.EngineWrapper
 
closeListenerRegister(Runnable) - Method in class org.mapdb.Store
 
closeListenerRegister(Runnable) - Method in class org.mapdb.TxEngine.Tx
 
closeListeners - Variable in class org.mapdb.Store
 
closeListenerUnregister(Runnable) - Method in interface org.mapdb.Engine
 
closeListenerUnregister(Runnable) - Method in class org.mapdb.EngineWrapper
 
closeListenerUnregister(Runnable) - Method in class org.mapdb.Store
 
closeListenerUnregister(Runnable) - Method in class org.mapdb.TxEngine.Tx
 
closeOnJvmShutdown() - Method in class org.mapdb.DBMaker
Adds JVM shutdown hook and closes DB just before JVM;
closeOnJvmShutdown - Static variable in interface org.mapdb.DBMaker.Keys
 
CloseOnJVMShutdown(Engine) - Constructor for class org.mapdb.EngineWrapper.CloseOnJVMShutdown
 
commit() - Method in class org.mapdb.AsyncWriteEngine
Makes all changes made since the previous commit/rollback permanent.
commit() - Method in class org.mapdb.DB
Commit changes made on collections loaded by this DB
commit() - Method in interface org.mapdb.Engine
Makes all changes made since the previous commit/rollback permanent.
commit() - Method in class org.mapdb.EngineWrapper
 
commit() - Method in class org.mapdb.EngineWrapper.ReadOnlyEngine
 
commit() - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
 
commit() - Method in class org.mapdb.StoreAppend
Deprecated.
 
commit() - Method in class org.mapdb.StoreDirect
 
commit() - Method in class org.mapdb.StoreHeap
 
commit() - Method in class org.mapdb.StoreWAL
 
commit() - Method in class org.mapdb.TxEngine
 
commit() - Method in class org.mapdb.TxEngine.Tx
 
commitFileSyncDisable() - Method in class org.mapdb.DBMaker
Disables file sync on commit.
commitFileSyncDisable - Static variable in interface org.mapdb.DBMaker.Keys
 
commitLock - Variable in class org.mapdb.AsyncWriteEngine
Each insert to Write Queue must hold read lock.
commitLock - Variable in class org.mapdb.AsyncWriteEngine.WriterRunnable
 
commitLock - Variable in class org.mapdb.TxEngine
 
compact() - Method in class org.mapdb.AsyncWriteEngine
This method blocks all put/update/delete operations until it finishes (via global ReadWrite Commit Lock).
compact() - Method in class org.mapdb.DB
Perform storage maintenance.
compact() - Method in interface org.mapdb.Engine
 
compact() - Method in class org.mapdb.EngineWrapper
 
compact() - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
 
compact() - Method in class org.mapdb.StoreAppend
Deprecated.
 
compact() - Method in class org.mapdb.StoreDirect
 
compact() - Method in class org.mapdb.StoreHeap
 
compact() - Method in class org.mapdb.TxEngine.Tx
 
compactPostUnderLock() - Method in class org.mapdb.StoreDirect
subclasses put additional cleanup after compaction finishes here
compactPostUnderLock() - Method in class org.mapdb.StoreWAL
 
compactPreUnderLock() - Method in class org.mapdb.StoreDirect
subclasses put additional checks before compaction starts here
compactPreUnderLock() - Method in class org.mapdb.StoreWAL
 
COMPARABLE_ARRAY_COMPARATOR - Static variable in class org.mapdb.Fun
Compares two arrays which contains comparable elements
COMPARABLE_COMPARATOR - Static variable in class org.mapdb.BTreeMap
 
COMPARABLE_COMPARATOR - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
comparator - Variable in class org.mapdb.BTreeMap
keys are sorted by this
comparator() - Method in class org.mapdb.BTreeMap
 
comparator() - Method in class org.mapdb.BTreeMap.DescendingMap
 
comparator() - Method in class org.mapdb.BTreeMap.KeySet
 
comparator - Variable in class org.mapdb.BTreeMap.NodeSerializer
 
comparator() - Method in class org.mapdb.BTreeMap.SubMap
 
comparator - Variable in class org.mapdb.DB.BTreeMapMaker
 
comparator(Comparator<?>) - Method in class org.mapdb.DB.BTreeMapMaker
comparator used to sort keys.
comparator - Variable in class org.mapdb.DB.BTreeSetMaker
 
comparator(Comparator<?>) - Method in class org.mapdb.DB.BTreeSetMaker
comparator used to sort keys.
COMPARATOR - Static variable in class org.mapdb.Fun
 
COMPARATOR_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
COMPARATOR_BYTE_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
COMPARATOR_CHAR_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
COMPARATOR_COMPARABLE_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
COMPARATOR_DOUBLE_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
COMPARATOR_INT_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
COMPARATOR_LONG_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
 
comparators - Variable in class org.mapdb.Fun.ArrayComparator
 
compare(Object[], Object[]) - Method in class org.mapdb.Fun.ArrayComparator
 
compare(Fun.Tuple2<A, B>, Fun.Tuple2<A, B>) - Method in class org.mapdb.Fun.Tuple2Comparator
 
compare(Fun.Tuple3<A, B, C>, Fun.Tuple3<A, B, C>) - Method in class org.mapdb.Fun.Tuple3Comparator
 
compare(Fun.Tuple4<A, B, C, D>, Fun.Tuple4<A, B, C, D>) - Method in class org.mapdb.Fun.Tuple4Comparator
 
compare(Fun.Tuple5<A, B, C, D, E>, Fun.Tuple5<A, B, C, D, E>) - Method in class org.mapdb.Fun.Tuple5Comparator
 
compare(Fun.Tuple6<A, B, C, D, E, F>, Fun.Tuple6<A, B, C, D, E, F>) - Method in class org.mapdb.Fun.Tuple6Comparator
 
compareAndSet(boolean, boolean) - Method in class org.mapdb.Atomic.Boolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class org.mapdb.Atomic.Integer
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class org.mapdb.Atomic.Long
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(String, String) - Method in class org.mapdb.Atomic.String
Atomically sets the value to the given updated value if the current value equals the expected value.
compareAndSet(E, E) - Method in class org.mapdb.Atomic.Var
Atomically sets the value to the given updated value if the current value equals the expected value.
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.AsyncWriteEngine
Updates existing record in atomic (Compare And Swap) manner.
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.Caches.HardRef
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.Caches.HashTable
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.Caches.LRU
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.Caches.WeakSoftRef
 
compareAndSwap(long, A, A, Serializer<A>) - Method in interface org.mapdb.Engine
Updates existing record in atomic (Compare And Swap) manner.
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.EngineWrapper
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.EngineWrapper.ImmutabilityCheckEngine
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.EngineWrapper.ReadOnlyEngine
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.EngineWrapper.SerializerCheckEngineWrapper
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.StoreAppend
Deprecated.
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.StoreDirect
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.StoreHeap
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.StoreWAL
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.TxEngine
 
compareAndSwap(long, A, A, Serializer<A>) - Method in class org.mapdb.TxEngine.Tx
 
compareTo(Fun.Tuple2<A, B>) - Method in class org.mapdb.Fun.Tuple2
 
compareTo(Fun.Tuple3<A, B, C>) - Method in class org.mapdb.Fun.Tuple3
 
compareTo(Fun.Tuple4<A, B, C, D>) - Method in class org.mapdb.Fun.Tuple4
 
compareTo(Fun.Tuple5<A, B, C, D, E>) - Method in class org.mapdb.Fun.Tuple5
 
compareTo(Fun.Tuple6<A, B, C, D, E, F>) - Method in class org.mapdb.Fun.Tuple6
 
compareTo(LongConcurrentLRUMap.CacheEntry<V>) - Method in class org.mapdb.LongConcurrentLRUMap.CacheEntry
 
compress(byte[], int, byte[], int) - Method in class org.mapdb.CompressLZF
 
compress - Variable in class org.mapdb.Store
 
COMPRESS_FLAG_MASK - Static variable in class org.mapdb.Store
 
compression - Static variable in interface org.mapdb.DBMaker.Keys
 
compression_lzf - Static variable in interface org.mapdb.DBMaker.Keys
 
compressionEnable() - Method in class org.mapdb.DBMaker
Enables record compression.
CompressionWrapper(Serializer<E>) - Constructor for class org.mapdb.Serializer.CompressionWrapper
 
CompressionWrapper(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Serializer.CompressionWrapper
used for deserialization
CompressLZF - Class in org.mapdb
This class implements the LZF lossless data compression algorithm.
CompressLZF() - Constructor for class org.mapdb.CompressLZF
 
computeThreshold() - Method in class org.mapdb.LongHashMap
Computes the threshold for rehashing
CONCURRENCY - Static variable in interface org.mapdb.CC
Concurrency level.
constructorId - Static variable in class org.mapdb.SerializerPojo
 
contains(Object) - Method in class org.mapdb.BTreeMap.EntrySet
 
contains(Object) - Method in class org.mapdb.BTreeMap.KeySet
 
contains(Object) - Method in class org.mapdb.BTreeMap.Values
 
contains(Object) - Method in class org.mapdb.HTreeMap.KeySet
 
contains(Object) - Method in class org.mapdb.Queues.SimpleQueue
 
containsAll(Collection<?>) - Method in class org.mapdb.Queues.SimpleQueue
 
containsClass(Class<?>) - Method in class org.mapdb.SerializerPojo
 
containsKey(Object) - Method in class org.mapdb.BTreeMap
 
containsKey(Object) - Method in class org.mapdb.BTreeMap.DescendingMap
 
containsKey(Object) - Method in class org.mapdb.BTreeMap.SubMap
 
containsKey(Object) - Method in class org.mapdb.HTreeMap
 
containsKey(long) - Method in class org.mapdb.LongConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(long, int) - Method in class org.mapdb.LongConcurrentHashMap.Segment
 
containsValue(Object) - Method in class org.mapdb.BTreeMap
 
containsValue(Object) - Method in class org.mapdb.BTreeMap.DescendingMap
 
containsValue(Object) - Method in class org.mapdb.BTreeMap.SubMap
 
containsValue(Object) - Method in class org.mapdb.HTreeMap
 
containsValue(Object) - Method in class org.mapdb.LongConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.mapdb.LongConcurrentHashMap.Segment
 
copy(DB, DB) - Static method in class org.mapdb.Pump
copies all data from first DB to second DB
copy(Store, Store) - Static method in class org.mapdb.Pump
copies all data from first store to second store
copyBytes() - Method in class org.mapdb.DataOutput2
 
copyNext(long) - Method in class org.mapdb.HTreeMap.ExpireLinkNode
 
copyPrev(long) - Method in class org.mapdb.HTreeMap.ExpireLinkNode
 
copyTime(long) - Method in class org.mapdb.HTreeMap.ExpireLinkNode
 
count - Variable in class org.mapdb.LongConcurrentHashMap.Segment
The number of elements in this segment's region.
counter - Variable in class org.mapdb.BTreeMap
 
counter - Variable in class org.mapdb.Caches.HardRef
 
counter - Variable in class org.mapdb.DB.BTreeMapMaker
 
counter - Variable in class org.mapdb.DB.BTreeSetMaker
 
counter - Variable in class org.mapdb.DB.HTreeMapMaker
 
counter - Variable in class org.mapdb.DB.HTreeSetMaker
 
counter - Variable in class org.mapdb.HTreeMap
 
counterEnable() - Method in class org.mapdb.DB.BTreeMapMaker
by default collection does not have counter, without counter updates are faster, but entire collection needs to be traversed to count items.
counterEnable() - Method in class org.mapdb.DB.BTreeSetMaker
by default collection does not have counter, without counter updates are faster, but entire collection needs to be traversed to count items.
counterEnable() - Method in class org.mapdb.DB.HTreeMapMaker
by default collection does not have counter, without counter updates are faster, but entire collection needs to be traversed to count items.
counterEnable() - Method in class org.mapdb.DB.HTreeSetMaker
by default collection does not have counter, without counter updates are faster, but entire collection needs to be traversed to count items.
countLongStackItems(long) - Method in class org.mapdb.StoreDirect
 
createAtomicBoolean(String, boolean) - Method in class org.mapdb.DB
 
createAtomicInteger(String, int) - Method in class org.mapdb.DB
 
createAtomicLong(String, long) - Method in class org.mapdb.DB
 
createAtomicString(String, String) - Method in class org.mapdb.DB
 
createAtomicVar(String, E, Serializer<E>) - Method in class org.mapdb.DB
 
createCircularQueue(String, Serializer<E>, long) - Method in class org.mapdb.DB
 
createHashedEntry(long, int, int) - Method in class org.mapdb.LongHashMap
 
createHashMap(String) - Method in class org.mapdb.DB
Returns new builder for HashMap with given name
createHashMap(DB.HTreeMapMaker) - Method in class org.mapdb.DB
Creates new HashMap with more specific arguments
createHashSet(String) - Method in class org.mapdb.DB
Creates new HashSet
createHashSet(DB.HTreeSetMaker) - Method in class org.mapdb.DB
 
createIndexVolume() - Method in interface org.mapdb.Volume.Factory
 
createInstanceSkippinkConstructor(Class<T>) - Method in class org.mapdb.SerializerPojo
For pojo serialization we need to instantiate class without invoking its constructor.
createPhysVolume() - Method in interface org.mapdb.Volume.Factory
 
createQueue(String, Serializer<E>, boolean) - Method in class org.mapdb.DB
 
createRootRef(Engine, BTreeKeySerializer, Serializer, Comparator, int) - Static method in class org.mapdb.BTreeMap
creates empty root node and returns recid of its reference
createSnapshotFor(Engine) - Static method in class org.mapdb.TxEngine
 
createStack(String, Serializer<E>, boolean) - Method in class org.mapdb.DB
 
createStructure() - Method in class org.mapdb.StoreDirect
 
createTransLogVolume() - Method in interface org.mapdb.Volume.Factory
 
createTreeMap(String) - Method in class org.mapdb.DB
Returns new builder for TreeMap with given name
createTreeMap(DB.BTreeMapMaker) - Method in class org.mapdb.DB
 
createTreeSet(String) - Method in class org.mapdb.DB
Creates new TreeSet.
createTreeSet(DB.BTreeSetMaker) - Method in class org.mapdb.DB
 
cSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
 
cSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
 
cSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
 
cSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
 
current - Variable in class org.mapdb.BTreeMap.DescendingMap.Iter
 
currentEntry - Variable in class org.mapdb.LongHashMap.AbstractMapIterator
 
currentLeaf - Variable in class org.mapdb.BTreeMap.BTreeIterator
 
currentLinkedList - Variable in class org.mapdb.HTreeMap.HashIterator
 
currentLinkedListPos - Variable in class org.mapdb.HTreeMap.HashIterator
 
currentPos - Variable in class org.mapdb.BTreeMap.BTreeIterator
 
currentTable - Variable in class org.mapdb.LongConcurrentHashMap.HashIterator
 
currFileNum - Variable in class org.mapdb.StoreAppend
Deprecated.
last file number, currently writing into
currPos - Variable in class org.mapdb.StoreAppend
Deprecated.
last used position, currently writing into
currVolume - Variable in class org.mapdb.StoreAppend
Deprecated.
last uses file, currently writing into
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
Skip navigation links