- m - Variable in class org.mapdb.BTreeMap.BTreeIterator
-
- m - Variable in class org.mapdb.BTreeMap.DescendingMap
-
- m - Variable in class org.mapdb.BTreeMap.EntrySet
-
- m - Variable in class org.mapdb.BTreeMap.KeySet
-
- m - Variable in class org.mapdb.BTreeMap.SubMap
-
- m - Variable in class org.mapdb.BTreeMap.Values
-
- MA_BOOL - Static variable in interface org.mapdb.SerializerBase.Header
-
- MA_INT - Static variable in interface org.mapdb.SerializerBase.Header
-
- MA_LONG - Static variable in interface org.mapdb.SerializerBase.Header
-
- MA_STRING - Static variable in interface org.mapdb.SerializerBase.Header
-
- MA_VAR - Static variable in interface org.mapdb.SerializerBase.Header
-
- make() - Method in class org.mapdb.DB.BTreeMapMaker
-
- make() - Method in class org.mapdb.DB.BTreeSetMaker
-
- make() - Method in class org.mapdb.DB.HTreeMapMaker
-
- make() - Method in class org.mapdb.DB.HTreeSetMaker
-
- make() - Method in class org.mapdb.DBMaker
-
constructs DB using current settings
- makeEngine() - Method in class org.mapdb.DBMaker
-
constructs Engine using current settings
- makeEntry(Object, Object) - Method in class org.mapdb.BTreeMap
-
- makeLongMap() - Method in class org.mapdb.DB.BTreeMapMaker
-
creates map optimized for using zero or positive `Long` keys
- makeLongSet() - Method in class org.mapdb.DB.BTreeSetMaker
-
creates set optimized for using zero or positive `Long`
- makeNewBuffer(long) - Method in class org.mapdb.Volume.ByteBufferVol
-
- makeNewBuffer(long) - Method in class org.mapdb.Volume.MappedFileVol
-
- makeNewBuffer(long) - Method in class org.mapdb.Volume.MemoryVol
-
- makeNext() - Method in class org.mapdb.LongHashMap.AbstractMapIterator
-
- makeOrGet() - Method in class org.mapdb.DB.BTreeMapMaker
-
- makeOrGet() - Method in class org.mapdb.DB.BTreeSetMaker
-
- makeOrGet() - Method in class org.mapdb.DB.HTreeMapMaker
-
- makeOrGet() - Method in class org.mapdb.DB.HTreeSetMaker
-
- makeStringMap() - Method in class org.mapdb.DB.BTreeMapMaker
-
creates map optimized for using `String` keys
- makeStringSet() - Method in class org.mapdb.DB.BTreeSetMaker
-
creates set optimized for using `String`
- makeTx() - Method in class org.mapdb.TxMaker
-
- makeTxMaker() - Method in class org.mapdb.DBMaker
-
- map - Variable in class org.mapdb.LongConcurrentLRUMap
-
- MAPDB - Static variable in interface org.mapdb.SerializerBase.Header
-
- mapInverse(Bind.MapWithModificationListener<K, V>, Set<Fun.Tuple2<V, K>>) - Static method in class org.mapdb.Bind
-
Binds Secondary Set so it contains inverse mapping to Primary Map: Primary Value will become Secondary Key.
- mapInverse(Bind.MapWithModificationListener<K, V>, Map<V, K>) - Static method in class org.mapdb.Bind
-
Binds Secondary Set so it contains inverse mapping to Primary Map: Primary Value will become Secondary Key.
- MapIterator() - Constructor for class org.mapdb.LongConcurrentHashMap.MapIterator
-
- mapMode - Variable in class org.mapdb.Volume.MappedFileVol
-
- MappedFileVol(File, boolean, long, int, int) - Constructor for class org.mapdb.Volume.MappedFileVol
-
- MappedFileVol(File, boolean, long, int, int, boolean) - Constructor for class org.mapdb.Volume.MappedFileVol
-
- MappedFileVol(File, boolean, long, int, int, boolean, boolean) - Constructor for class org.mapdb.Volume.MappedFileVol
-
- mapRef - Variable in class org.mapdb.HTreeMap.ExpireRunnable
-
- markAndSweep() - Method in class org.mapdb.LongConcurrentLRUMap
-
Removes items from the cache to bring the size down
to an acceptable value ('acceptableWaterMark').
- markAndSweepLock - Variable in class org.mapdb.LongConcurrentLRUMap
-
- MASK_ARCHIVE - Static variable in class org.mapdb.StoreDirect
-
- MASK_DISCARD - Static variable in class org.mapdb.StoreDirect
-
- MASK_LINKED - Static variable in class org.mapdb.StoreDirect
-
- MASK_OFFSET - Static variable in class org.mapdb.StoreDirect
-
- MAX_FILE_SIZE_SHIFT - Static variable in class org.mapdb.StoreAppend
-
Deprecated.
- MAX_LITERAL - Static variable in class org.mapdb.CompressLZF
-
The maximum number of literals in a chunk (32).
- MAX_OFF - Static variable in class org.mapdb.CompressLZF
-
The maximum offset allowed for a back-reference (8192).
- MAX_REC_SIZE - Static variable in class org.mapdb.StoreDirect
-
maximal non linked record size
- MAX_REF - Static variable in class org.mapdb.CompressLZF
-
The maximum back-reference length (264).
- MAX_SEGMENTS - Static variable in class org.mapdb.LongConcurrentHashMap
-
The maximum number of segments to allow; used to bound
constructor arguments.
- MAXIMUM_CAPACITY - Static variable in class org.mapdb.LongConcurrentHashMap
-
The maximum capacity, used if a higher value is implicitly
specified by either of the constructors with arguments.
- maxNodeSize - Variable in class org.mapdb.BTreeMap
-
maximal node size allowed in this BTree
- maxParkSize - Variable in class org.mapdb.AsyncWriteEngine.WriterRunnable
-
- maxRecid - Variable in class org.mapdb.StoreAppend
-
Deprecated.
maximal recid
- maxRecid - Variable in class org.mapdb.StoreHeap
-
Maximal returned recid, incremented if there are no free recids
- maxSize - Variable in class org.mapdb.AsyncWriteEngine
-
- maxSize - Variable in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
-
- maxUsedIoList - Variable in class org.mapdb.StoreDirect
-
maximal non zero slot in free phys record, access requires `structuralLock`
- memoryFactory(boolean, long, int) - Static method in class org.mapdb.Volume
-
- MemoryVol(boolean, long, int) - Constructor for class org.mapdb.Volume.MemoryVol
-
- merge(Iterator...) - Static method in class org.mapdb.Pump
-
Merges multiple iterators into single iterator.
- missCounter - Variable in class org.mapdb.LongConcurrentLRUMap
-
- mmapFileCleanerHackDisable() - Method in class org.mapdb.DBMaker
-
Disables cleaner hack.
- mmapFileEnable() - Method in class org.mapdb.DBMaker
-
Enables Memory Mapped Files, much faster storage option.
- mmapFileEnableIfSupported() - Method in class org.mapdb.DBMaker
-
Enable Memory Mapped Files only if current JVM supports it (is 64bit).
- mmapFileEnablePartial() - Method in class org.mapdb.DBMaker
-
Keeps small-frequently-used part of storage files memory mapped, but main area is accessed using Random Access File.
- mod - Variable in class org.mapdb.TxEngine.Tx
-
- MOD8 - Static variable in class org.mapdb.HTreeMap
-
- modCount - Variable in class org.mapdb.LongConcurrentHashMap.Segment
-
Number of updates that alter the size of the table.
- modCount - Variable in class org.mapdb.LongHashMap
-
- modificationListenerAdd(Bind.MapListener<K, V>) - Method in interface org.mapdb.Bind.MapWithModificationListener
-
Add new modification listener notified when Map has been updated
- modificationListenerAdd(Bind.MapListener<K, V>) - Method in class org.mapdb.BTreeMap
-
- modificationListenerAdd(Bind.MapListener<K, V>) - Method in class org.mapdb.HTreeMap
-
- modificationListenerRemove(Bind.MapListener<K, V>) - Method in interface org.mapdb.Bind.MapWithModificationListener
-
Remove registered notification listener
- modificationListenerRemove(Bind.MapListener<K, V>) - Method in class org.mapdb.BTreeMap
-
- modificationListenerRemove(Bind.MapListener<K, V>) - Method in class org.mapdb.HTreeMap
-
- modified - Variable in class org.mapdb.StoreAppend
-
Deprecated.
true after file was modified
- modified - Variable in class org.mapdb.StoreWAL
-
- modListeners - Variable in class org.mapdb.BTreeMap
-
- modListeners - Variable in class org.mapdb.HTreeMap
-
- modListenersLock - Variable in class org.mapdb.BTreeMap
-
- modListenersLock - Variable in class org.mapdb.HTreeMap
-
- moveToNext() - Method in class org.mapdb.HTreeMap.HashIterator
-
- moveToNext() - Method in class org.mapdb.LongConcurrentHashMap.MapIterator
-
- moveToNext() - Method in class org.mapdb.LongHashMap.EntryIterator
-
- moveToNext() - Method in interface org.mapdb.LongMap.LongMapIterator
-
- myInsertWithOverflow(LongConcurrentLRUMap.CacheEntry<V>) - Method in class org.mapdb.LongConcurrentLRUMap.PQueue
-
- myMaxSize - Variable in class org.mapdb.LongConcurrentLRUMap.PQueue
-