- e - Variable in class org.mapdb.Fun.Tuple5
-
- e - Variable in class org.mapdb.Fun.Tuple5Comparator
-
- e - Variable in class org.mapdb.Fun.Tuple6
-
- e - Variable in class org.mapdb.Fun.Tuple6Comparator
-
- eComparator - Variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
- element() - Method in class org.mapdb.Queues.SimpleQueue
-
- elementCount - Variable in class org.mapdb.LongHashMap
-
- elementData - Variable in class org.mapdb.LongHashMap
-
- EMPTY - Static variable in class org.mapdb.BTreeMap
-
- EMPTY - Static variable in class org.mapdb.HTreeMap.ExpireLinkNode
-
- EMPTY - Static variable in class org.mapdb.Queues.SimpleQueue.Node
-
- EMPTY_ITERATOR - Static variable in class org.mapdb.Fun
-
empty iterator (note: Collections.EMPTY_ITERATOR is Java 7 specific and should not be used)
- EMPTY_STRING - Static variable in class org.mapdb.SerializerBase
-
- encrypt(byte[], int, int) - Method in class org.mapdb.EncryptionXTEA
-
- encrypt - Variable in class org.mapdb.Store
-
- ENCRYPT_FLAG_MASK - Static variable in class org.mapdb.Store
-
- encryptBlock(byte[], byte[], int) - Method in class org.mapdb.EncryptionXTEA
-
- encryption - Static variable in interface org.mapdb.DBMaker.Keys
-
- encryption_xtea - Static variable in interface org.mapdb.DBMaker.Keys
-
- encryptionEnable(String) - Method in class org.mapdb.DBMaker
-
Encrypt storage using XTEA algorithm.
- encryptionEnable(byte[]) - Method in class org.mapdb.DBMaker
-
Encrypt storage using XTEA algorithm.
- encryptionKey - Static variable in interface org.mapdb.DBMaker.Keys
-
- EncryptionXTEA - Class in org.mapdb
-
An implementation of the EncryptionXTEA block cipher algorithm.
- EncryptionXTEA(byte[]) - Constructor for class org.mapdb.EncryptionXTEA
-
- encryptionXTEA - Variable in class org.mapdb.Store
-
- END - Static variable in class org.mapdb.StoreAppend
-
Deprecated.
at place of recid indicates uncommited transaction, an end of append log
- engine - Variable in class org.mapdb.Atomic.Boolean
-
- engine - Variable in class org.mapdb.Atomic.Integer
-
- engine - Variable in class org.mapdb.Atomic.Long
-
- engine - Variable in class org.mapdb.Atomic.String
-
- engine - Variable in class org.mapdb.Atomic.Var
-
- engine - Variable in class org.mapdb.BTreeMap
-
DB Engine in which entries are persisted
- engine - Variable in class org.mapdb.DB
-
Engine which provides persistence for this DB
- Engine - Interface in org.mapdb
-
Centerpiece for record management, `Engine` is simple key value store.
- engine - Variable in class org.mapdb.EngineWrapper
-
- engine - Variable in class org.mapdb.HTreeMap
-
- engine - Variable in class org.mapdb.Queues.SimpleQueue
-
- engine - Variable in class org.mapdb.TxMaker
-
parent engine under which modifications are stored
- engineRef - Variable in class org.mapdb.AsyncWriteEngine.WriterRunnable
-
- EngineWrapper - Class in org.mapdb
-
EngineWrapper adapter.
- EngineWrapper(Engine) - Constructor for class org.mapdb.EngineWrapper
-
- EngineWrapper.CloseOnJVMShutdown - Class in org.mapdb
-
Closes Engine on JVM shutdown using shutdown hook: Runtime.addShutdownHook(Thread)
If engine was closed by user before JVM shutdown, hook is removed to save memory.
- EngineWrapper.ImmutabilityCheckEngine - Class in org.mapdb
-
check if Record Instances were not modified while in cache.
- EngineWrapper.ImmutabilityCheckEngine.Item - Class in org.mapdb
-
- EngineWrapper.ReadOnlyEngine - Class in org.mapdb
-
Wraps an Engine and throws
UnsupportedOperationException("Read-only")
on any modification attempt.
- EngineWrapper.SerializerCheckEngineWrapper - Class in org.mapdb
-
Checks that Serializer used to serialize item is the same as Serializer used to deserialize it
- EngineWrapper.SynchronizedEngineWrapper - Class in org.mapdb
-
Engine wrapper with all methods synchronized on global lock, useful to diagnose concurrency issues.
- ensureAvail(int) - Method in class org.mapdb.DataOutput2
-
make sure there will be enought space in buffer to write N bytes
- ensureAvailable(long) - Method in class org.mapdb.Volume
-
Check space allocated by Volume is bigger or equal to given offset.
- Entry(long, int) - Constructor for class org.mapdb.LongHashMap.Entry
-
- Entry2(K) - Constructor for class org.mapdb.HTreeMap.Entry2
-
- entryIterator() - Method in class org.mapdb.BTreeMap.DescendingMap
-
- entryIterator() - Method in class org.mapdb.BTreeMap
-
- entryIterator() - Method in class org.mapdb.BTreeMap.SubMap
-
- EntryIterator() - Constructor for class org.mapdb.HTreeMap.EntryIterator
-
- EntryIterator(LongHashMap<V>) - Constructor for class org.mapdb.LongHashMap.EntryIterator
-
- entrySet() - Method in class org.mapdb.BTreeMap.DescendingMap
-
- entrySet - Variable in class org.mapdb.BTreeMap
-
- entrySet() - Method in class org.mapdb.BTreeMap
-
- EntrySet(ConcurrentNavigableMap<K1, V1>) - Constructor for class org.mapdb.BTreeMap.EntrySet
-
- entrySet() - Method in class org.mapdb.BTreeMap.SubMap
-
- entrySet() - Method in class org.mapdb.HTreeMap
-
- eq(Object, Object) - Static method in class org.mapdb.Fun
-
returns true if all elements are equal, works with nulls
- equals(Object) - Method in class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
-
- equals(Object) - Method in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
-
- equals(Object) - Method in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
-
- equals(Object) - Method in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
- equals(Object) - Method in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
- equals(Object) - Method in class org.mapdb.BTreeMap.EntrySet
-
- equals(Object) - Method in class org.mapdb.BTreeMap.KeySet
-
- equals(Object) - Method in class org.mapdb.BTreeMap.ValRef
-
- equals(Object) - Method in class org.mapdb.DB.IdentityWrapper
-
- equals(Object) - Method in class org.mapdb.Fun.ArrayComparator
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple2
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple2Comparator
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple3
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple3Comparator
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple4
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple4Comparator
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple5
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple5Comparator
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple6
-
- equals(Object) - Method in class org.mapdb.Fun.Tuple6Comparator
-
- equals(K, K) - Method in interface org.mapdb.Hasher
-
- equals(Object) - Method in class org.mapdb.HTreeMap.Entry2
-
- equals(Object) - Method in class org.mapdb.LongConcurrentLRUMap.CacheEntry
-
- equals(Object) - Method in class org.mapdb.Queues.SimpleQueue.Node
-
- equals(Object) - Method in class org.mapdb.Serializer.CompressionWrapper
-
- eSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
- eSerializer - Variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
- evictedEntry(long, V) - Method in class org.mapdb.LongConcurrentLRUMap
-
override this method to get notified about evicted entries
- evictEntry(long) - Method in class org.mapdb.LongConcurrentLRUMap
-
- evictionCounter - Variable in class org.mapdb.LongConcurrentLRUMap
-
- execute(TxBlock) - Method in class org.mapdb.TxMaker
-
Executes given block withing single transaction.
- execute(Fun.Function1<A, DB>) - Method in class org.mapdb.TxMaker
-
Executes given block withing single transaction.
- exists(String) - Method in class org.mapdb.DB
-
- expand(DataInput, byte[], int, int) - Method in class org.mapdb.CompressLZF
-
- expand(ByteBuffer, int, byte[], int, int) - Method in class org.mapdb.CompressLZF
-
- expectedMasks() - Method in class org.mapdb.Store
-
- expectedModCount - Variable in class org.mapdb.LongHashMap.AbstractMapIterator
-
- expire - Variable in class org.mapdb.DB.HTreeMapMaker
-
- expire - Variable in class org.mapdb.DB.HTreeSetMaker
-
- expire - Variable in class org.mapdb.HTreeMap
-
- expireAccess - Variable in class org.mapdb.DB.HTreeMapMaker
-
- expireAccess - Variable in class org.mapdb.DB.HTreeSetMaker
-
- expireAccess - Variable in class org.mapdb.HTreeMap
-
- expireAccessFlag - Variable in class org.mapdb.HTreeMap
-
- expireAfterAccess(long, TimeUnit) - Method in class org.mapdb.DB.HTreeMapMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last access.
- expireAfterAccess(long) - Method in class org.mapdb.DB.HTreeMapMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last access.
- expireAfterAccess(long, TimeUnit) - Method in class org.mapdb.DB.HTreeSetMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last access.
- expireAfterAccess(long) - Method in class org.mapdb.DB.HTreeSetMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last access.
- expireAfterWrite(long, TimeUnit) - Method in class org.mapdb.DB.HTreeMapMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.
- expireAfterWrite(long) - Method in class org.mapdb.DB.HTreeMapMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.
- expireAfterWrite(long, TimeUnit) - Method in class org.mapdb.DB.HTreeSetMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.
- expireAfterWrite(long) - Method in class org.mapdb.DB.HTreeSetMaker
-
Specifies that each entry should be automatically removed from the map once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.
- expireCheckSegment(int) - Method in class org.mapdb.HTreeMap
-
- expireFlag - Variable in class org.mapdb.HTreeMap
-
- expireHeads - Variable in class org.mapdb.HTreeMap
-
- expireLinkAdd(int, long, long, int) - Method in class org.mapdb.HTreeMap
-
- expireLinkBump(int, long, boolean) - Method in class org.mapdb.HTreeMap
-
- ExpireLinkNode(long, long, long, long, int) - Constructor for class org.mapdb.HTreeMap.ExpireLinkNode
-
- expireLinkNodeRecid - Variable in class org.mapdb.HTreeMap.LinkedNode
-
- expireLinkRemove(int, long) - Method in class org.mapdb.HTreeMap
-
- expireLinkRemoveLast(int) - Method in class org.mapdb.HTreeMap
-
- expireMaxSize - Variable in class org.mapdb.DB.HTreeMapMaker
-
- expireMaxSize(long) - Method in class org.mapdb.DB.HTreeMapMaker
-
maximal number of entries in this map.
- expireMaxSize - Variable in class org.mapdb.DB.HTreeSetMaker
-
- expireMaxSize(long) - Method in class org.mapdb.DB.HTreeSetMaker
-
maximal number of entries in this map.
- expireMaxSize - Variable in class org.mapdb.HTreeMap
-
- expireMaxSizeFlag - Variable in class org.mapdb.HTreeMap
-
- expirePurge() - Method in class org.mapdb.HTreeMap
-
- expirePurgeSegment(int, long) - Method in class org.mapdb.HTreeMap
-
- ExpireRunnable(HTreeMap) - Constructor for class org.mapdb.HTreeMap.ExpireRunnable
-
- expireStoreSize - Variable in class org.mapdb.DB.HTreeMapMaker
-
- expireStoreSize(double) - Method in class org.mapdb.DB.HTreeMapMaker
-
- expireStoreSize - Variable in class org.mapdb.DB.HTreeSetMaker
-
- expireStoreSize(double) - Method in class org.mapdb.DB.HTreeSetMaker
-
maximal size of store in GB, if store is larger entries will start expiring
- expireStoreSize - Variable in class org.mapdb.HTreeMap
-
- expireTails - Variable in class org.mapdb.HTreeMap
-
- expireTimeStart - Variable in class org.mapdb.HTreeMap
-
- extendArgumentCheck() - Method in class org.mapdb.DBMaker
-
- extendAsyncWriteEngine(Engine) - Method in class org.mapdb.DBMaker
-
- extendCacheHardRef(Engine) - Method in class org.mapdb.DBMaker
-
- extendCacheHashTable(Engine) - Method in class org.mapdb.DBMaker
-
- extendCacheLRU(Engine) - Method in class org.mapdb.DBMaker
-
- extendCacheSoftRef(Engine) - Method in class org.mapdb.DBMaker
-
- extendCacheWeakRef(Engine) - Method in class org.mapdb.DBMaker
-
- extendHeapStore() - Method in class org.mapdb.DBMaker
-
- extendSnapshotEngine(Engine) - Method in class org.mapdb.DBMaker
-
- extendStoreAppend() - Method in class org.mapdb.DBMaker
-
- extendStoreDirect(Volume.Factory) - Method in class org.mapdb.DBMaker
-
- extendStoreVolumeFactory() - Method in class org.mapdb.DBMaker
-
- extendStoreWAL(Volume.Factory) - Method in class org.mapdb.DBMaker
-
- extendWrapCache(Engine) - Method in class org.mapdb.DBMaker
-
- extendWrapSnapshotEngine(Engine) - Method in class org.mapdb.DBMaker
-
- extendWrapStore(Engine) - Method in class org.mapdb.DBMaker
-
- extractKey() - Static method in class org.mapdb.Fun
-
- extractNoTransform() - Static method in class org.mapdb.Fun
-
- extractValue() - Static method in class org.mapdb.Fun
-