- get(long, Serializer<A>) - Method in class org.mapdb.AsyncWriteEngine
-
Get existing record.
- get() - Method in class org.mapdb.Atomic.Boolean
-
Returns the current value.
- get() - Method in class org.mapdb.Atomic.Integer
-
Gets the current value.
- get() - Method in class org.mapdb.Atomic.Long
-
Gets the current value.
- get() - Method in class org.mapdb.Atomic.String
-
Returns the current value.
- get() - Method in class org.mapdb.Atomic.Var
-
Returns the current value.
- get(Object) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- get(Object) - Method in class org.mapdb.BTreeMap
-
- get(Object, boolean) - Method in class org.mapdb.BTreeMap
-
- get(Object) - Method in class org.mapdb.BTreeMap.SubMap
-
- get(long, Serializer<A>) - Method in class org.mapdb.Caches.HardRef
-
- get(long, Serializer<A>) - Method in class org.mapdb.Caches.HashTable
-
- get(long, Serializer<A>) - Method in class org.mapdb.Caches.LRU
-
- get() - Method in interface org.mapdb.Caches.WeakSoftRef.CacheItem
-
- get(long, Serializer<A>) - Method in class org.mapdb.Caches.WeakSoftRef
-
- get(String) - Method in class org.mapdb.DB
-
return record with given name or null if name does not exist
- get(long, Serializer<A>) - Method in interface org.mapdb.Engine
-
Get existing record.
- get(long, Serializer<A>) - Method in class org.mapdb.EngineWrapper
-
- get(long, Serializer<A>) - Method in class org.mapdb.EngineWrapper.ImmutabilityCheckEngine
-
- get(long, Serializer<A>) - Method in class org.mapdb.EngineWrapper.SerializerCheckEngineWrapper
-
- get(long, Serializer<A>) - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
-
- get(Object) - Method in class org.mapdb.HTreeMap
-
- get(long) - Method in class org.mapdb.LongConcurrentHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(long, int) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
- get(long) - Method in class org.mapdb.LongConcurrentLRUMap
-
- get(long) - Method in class org.mapdb.LongHashMap
-
Returns the value of the mapping with the specified key.
- get(long) - Method in class org.mapdb.LongMap
-
Returns the value of the mapping with the specified key.
- get(long, Serializer<A>) - Method in class org.mapdb.StoreAppend
-
Deprecated.
- get(long, Serializer<A>) - Method in class org.mapdb.StoreDirect
-
- get(long, Serializer<A>) - Method in class org.mapdb.StoreHeap
-
- get(long, Serializer<A>) - Method in class org.mapdb.StoreWAL
-
- get(long, Serializer<A>) - Method in class org.mapdb.TxEngine
-
- get(long, Serializer<A>) - Method in class org.mapdb.TxEngine.Tx
-
- get2(long, Serializer<A>) - Method in class org.mapdb.StoreDirect
-
- get2(long, Serializer<A>) - Method in class org.mapdb.StoreWAL
-
- getAll() - Method in class org.mapdb.DB
-
return map of all named collections/records
- getAndAdd(int) - Method in class org.mapdb.Atomic.Integer
-
Atomically adds the given value to the current value.
- getAndAdd(long) - Method in class org.mapdb.Atomic.Long
-
Atomically adds the given value to the current value.
- getAndDecrement() - Method in class org.mapdb.Atomic.Integer
-
Atomically decrements by one the current value.
- getAndDecrement() - Method in class org.mapdb.Atomic.Long
-
Atomically decrements by one the current value.
- getAndIncrement() - Method in class org.mapdb.Atomic.Integer
-
Atomically increments by one the current value.
- getAndIncrement() - Method in class org.mapdb.Atomic.Long
-
Atomically increments by one the current value.
- getAndSet(boolean) - Method in class org.mapdb.Atomic.Boolean
-
Atomically sets to the given value and returns the previous value.
- getAndSet(int) - Method in class org.mapdb.Atomic.Integer
-
Atomically sets to the given value and returns the old value.
- getAndSet(long) - Method in class org.mapdb.Atomic.Long
-
Atomically sets to the given value and returns the old value.
- getAndSet(String) - Method in class org.mapdb.Atomic.String
-
Atomically sets to the given value and returns the previous value.
- getAndSet(E) - Method in class org.mapdb.Atomic.Var
-
Atomically sets to the given value and returns the previous value.
- getAtomicBoolean(String) - Method in class org.mapdb.DB
-
- getAtomicInteger(String) - Method in class org.mapdb.DB
-
- getAtomicLong(String) - Method in class org.mapdb.DB
-
- getAtomicString(String) - Method in class org.mapdb.DB
-
- getAtomicVar(String) - Method in class org.mapdb.DB
-
Gets existing Atomic.Var.
- getByte(long) - Method in class org.mapdb.Volume.ByteBufferVol
-
- getByte(long) - Method in class org.mapdb.Volume.FileChannelVol
-
- getByte(long) - Method in class org.mapdb.Volume
-
- getCatalog() - Method in class org.mapdb.DB
-
Get Name Catalog.
- getCircularQueue(String) - Method in class org.mapdb.DB
-
- getClassId(Class<?>) - Method in class org.mapdb.SerializerPojo
-
- getComparator() - Method in class org.mapdb.BTreeKeySerializer.BasicKeySerializer
-
- getComparator() - Method in class org.mapdb.BTreeKeySerializer
-
Some key serializers may only work with they own comparators.
- getComparator() - Method in class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
-
- getComparator() - Method in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
-
- getComparator() - Method in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
-
- getComparator() - Method in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
- getComparator() - Method in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
- getCurrSize() - Method in class org.mapdb.Store
-
returns current size occupied by physical store (does not include index).
- getCurrSize() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getCurrSize() - Method in class org.mapdb.StoreDirect
-
- getCurrSize() - Method in class org.mapdb.StoreHeap
-
- getDataInput(long, int) - Method in class org.mapdb.Volume.ByteBufferVol
-
- getDataInput(long, int) - Method in class org.mapdb.Volume.FileChannelVol
-
- getDataInput(long, int) - Method in class org.mapdb.Volume
-
- getDefaultSerializer() - Method in class org.mapdb.DB
-
- getEngine() - Method in class org.mapdb.BTreeMap
-
- getEngine() - Method in class org.mapdb.DB
-
- getEngine() - Method in class org.mapdb.HTreeMap
-
- getEngine() - Method in class org.mapdb.SerializerBase
-
- getEngine() - Method in class org.mapdb.SerializerPojo
-
- getEntry(long) - Method in class org.mapdb.LongHashMap
-
- getFieldId(String) - Method in class org.mapdb.SerializerPojo.ClassInfo
-
- getFields(Class<?>) - Method in class org.mapdb.SerializerPojo
-
- getFieldValue(SerializerPojo.FieldInfo, Object) - Method in class org.mapdb.SerializerPojo
-
- getFile() - Method in class org.mapdb.Volume.FileChannelVol
-
- getFile() - Method in class org.mapdb.Volume
-
returns underlying file if it exists
- getFile() - Method in class org.mapdb.Volume.MappedFileVol
-
- getFile() - Method in class org.mapdb.Volume.MemoryVol
-
- getFileFromNum(long) - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getFirst(int) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
Returns properly casted first entry of bin for given hash.
- getFreeRecids() - Method in class org.mapdb.Store
-
- getFreeRecids() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getFreeRecids() - Method in class org.mapdb.StoreDirect
-
- getFreeRecids() - Method in class org.mapdb.StoreHeap
-
- getFreeSize() - Method in class org.mapdb.Store
-
returns free size in physical store (does not include index).
- getFreeSize() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getFreeSize() - Method in class org.mapdb.StoreDirect
-
- getFreeSize() - Method in class org.mapdb.StoreHeap
-
- getFromWeakCollection(String) - Method in class org.mapdb.DB
-
All collections are weakly referenced to prevent two instances of the same collection in memory.
- getHash(byte[]) - Static method in class org.mapdb.EncryptionXTEA
-
Calculate the hash code for the given data.
- getHashMap(String) - Method in class org.mapdb.DB
-
Opens existing or creates new Hash Tree Map.
- getHashMap(String, Fun.Function1<V, K>) - Method in class org.mapdb.DB
-
Opens existing or creates new Hash Tree Map.
- getHashSet(String) - Method in class org.mapdb.DB
-
Opens existing or creates new Hash Tree Set.
- getHeapArray() - Method in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
-
This method returns the internal heap array as Object[].
- getInheritableMethod(Class<?>, String, Class<?>[], Class<?>) - Static method in class org.mapdb.SerializerPojo
-
Returns non-static, non-abstract method with given signature provided it
is defined by or accessible (via inheritance) by the given class, or
null if no match found.
- getInner(Object, int, int) - Method in class org.mapdb.HTreeMap
-
- getInt(long) - Method in class org.mapdb.Volume.ByteBufferVol
-
- getInt(long) - Method in class org.mapdb.Volume.FileChannelVol
-
- getInt(long) - Method in class org.mapdb.Volume
-
- getKey() - Method in class org.mapdb.HTreeMap.Entry2
-
- getLinkedRecordsFromLog(long) - Method in class org.mapdb.StoreWAL
-
- getLinkedRecordsIndexVals(long) - Method in class org.mapdb.StoreDirect
-
- getLong(long) - Method in class org.mapdb.Volume.ByteBufferVol
-
- getLong(long) - Method in class org.mapdb.Volume.FileChannelVol
-
- getLong(long) - Method in class org.mapdb.Volume
-
- getMap() - Method in class org.mapdb.LongConcurrentLRUMap
-
- getMaxExpireTime() - Method in class org.mapdb.HTreeMap
-
Returns maximal (newest) expiration timestamp
- getMaxRecid() - Method in class org.mapdb.Store
-
- getMaxRecid() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getMaxRecid() - Method in class org.mapdb.StoreDirect
-
- getMaxRecid() - Method in class org.mapdb.StoreHeap
-
- getMinExpireTime() - Method in class org.mapdb.HTreeMap
-
Returns minimal (oldest) expiration timestamp
- getNameForObject(Object) - Method in class org.mapdb.DB
-
returns name for this object, if it has name and was instanciated by this DB
- getNoLock(long, Serializer<A>) - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getNoLock(long, Serializer<A>) - Method in class org.mapdb.TxEngine.Tx
-
- getObjectStreamFields() - Method in class org.mapdb.SerializerPojo.ClassInfo
-
- getPackedLong(long) - Method in class org.mapdb.Volume
-
- getPeek(Object) - Method in class org.mapdb.HTreeMap
-
Return given value, without updating cache statistics if `expireAccess()` is true
It also does not use `valueCreator` if value is not found (always returns null if not found)
- getQueue(String) - Method in class org.mapdb.DB
-
- getRaw(long) - Method in class org.mapdb.Store
-
- getRaw(long) - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getRaw(long) - Method in class org.mapdb.StoreDirect
-
- getRaw(long) - Method in class org.mapdb.StoreHeap
-
- getRecid() - Method in class org.mapdb.Atomic.Boolean
-
- getRecid() - Method in class org.mapdb.Atomic.Integer
-
- getRecid() - Method in class org.mapdb.Atomic.Long
-
- getRecid() - Method in class org.mapdb.Atomic.String
-
- getRecid() - Method in class org.mapdb.Atomic.Var
-
- getRecid() - Method in interface org.mapdb.Caches.WeakSoftRef.CacheItem
-
- getRecid() - Method in class org.mapdb.Caches.WeakSoftRef.CacheSoftItem
-
- getRecid() - Method in class org.mapdb.Caches.WeakSoftRef.CacheWeakItem
-
- getSentinelObject() - Method in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
-
This method can be overridden by extending classes to return a sentinel
object which will be used by the
PriorityQueue#PriorityQueue(int,boolean)
constructor to fill the queue, so that the code which uses that queue can always
assume it's full and only change the top without attempting to insert any new
object.
Those sentinel values should always compare worse than any non-sentinel
value (i.e.,
LongConcurrentLRUMap.PriorityQueue.lessThan(T, T) should always favor the
non-sentinel values).
By default, this method returns false, which means the queue will not be
filled with sentinel values.
- getSerializerPojo() - Method in interface org.mapdb.Engine
-
Deprecated.
- getSerializerPojo() - Method in class org.mapdb.EngineWrapper
-
- getSerializerPojo() - Method in class org.mapdb.Store
-
- getSerializerPojo() - Method in class org.mapdb.TxEngine.Tx
-
- getSixLong(long) - Method in class org.mapdb.Volume.FileChannelVol
-
- getSixLong(long) - Method in class org.mapdb.Volume
-
Reads a long from the indicated position
- getSizeLimit() - Method in class org.mapdb.Store
-
returns maximal store size or `0` if there is no limit
- getSizeLimit() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- getSizeLimit() - Method in class org.mapdb.StoreDirect
-
- getSizeLimit() - Method in class org.mapdb.StoreHeap
-
- getStack(String) - Method in class org.mapdb.DB
-
- getThis() - Method in class org.mapdb.DBMaker
-
- getTreeMap(String) - Method in class org.mapdb.DB
-
Opens existing or creates new B-linked-tree Map.
- getTreeSet(String) - Method in class org.mapdb.DB
-
Opens existing or creates new B-linked-tree Set.
- getUnsignedByte(long) - Method in class org.mapdb.Volume
-
- getUnsignedShort(long) - Method in class org.mapdb.Volume
-
- getValue() - Method in class org.mapdb.HTreeMap.Entry2
-
- getValues() - Method in class org.mapdb.LongConcurrentLRUMap.PQueue
-
- getWrappedEngine() - Method in class org.mapdb.EngineWrapper
-
- getWrappedEngine() - Method in class org.mapdb.TxEngine.Tx
-
- growLock - Variable in class org.mapdb.Volume.ByteBufferVol
-
- growLock - Variable in class org.mapdb.Volume.FileChannelVol
-