- raf - Variable in class org.mapdb.Volume.FileChannelVol
-
- raf - Variable in class org.mapdb.Volume.MappedFileVol
-
- read() - Method in class org.mapdb.DataInput2
-
- readBoolean() - Method in class org.mapdb.DataInput2
-
- readBooleanArray(int, DataInput) - Static method in class org.mapdb.SerializerBase
-
Unpacks an integer from the DataInput indicating the number of booleans that are compressed.
- readByte() - Method in class org.mapdb.DataInput2
-
- readChar() - Method in class org.mapdb.DataInput2
-
- readClassDescriptor() - Method in class org.mapdb.SerializerPojo.ObjectInputStream2
-
- readDouble() - Method in class org.mapdb.DataInput2
-
- readFloat() - Method in class org.mapdb.DataInput2
-
- readFully(byte[]) - Method in class org.mapdb.DataInput2
-
- readFully(byte[], int, int) - Method in class org.mapdb.DataInput2
-
- readFully(long, ByteBuffer) - Method in class org.mapdb.Volume.FileChannelVol
-
- readInt() - Method in class org.mapdb.DataInput2
-
- readInt(byte[], int) - Static method in class org.mapdb.EncryptionXTEA
-
- readLine() - Method in class org.mapdb.DataInput2
-
- readLong() - Method in class org.mapdb.DataInput2
-
- readOnly - Static variable in interface org.mapdb.DBMaker.Keys
-
- readOnly() - Method in class org.mapdb.DBMaker
-
Open store in read-only mode.
- readOnly - Variable in class org.mapdb.StoreAppend
-
Deprecated.
- readOnly - Variable in class org.mapdb.StoreDirect
-
- readOnly - Variable in class org.mapdb.Volume.ByteBufferVol
-
- readOnly - Variable in class org.mapdb.Volume.FileChannelVol
-
- ReadOnlyEngine(Engine) - Constructor for class org.mapdb.EngineWrapper.ReadOnlyEngine
-
- readShort() - Method in class org.mapdb.DataInput2
-
- readUnsignedByte() - Method in class org.mapdb.DataInput2
-
- readUnsignedShort() - Method in class org.mapdb.DataInput2
-
- readUTF() - Method in class org.mapdb.DataInput2
-
- readValueUnderLock(LongConcurrentHashMap.HashEntry<V>) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
Reads value field of an entry under lock.
- recid - Variable in class org.mapdb.Atomic.Boolean
-
- recid - Variable in class org.mapdb.Atomic.Integer
-
- recid - Variable in class org.mapdb.Atomic.Long
-
- recid - Variable in class org.mapdb.Atomic.String
-
- recid - Variable in class org.mapdb.Atomic.Var
-
- recid - Variable in class org.mapdb.BTreeMap.ValRef
-
reference to actual value
- recid - Variable in class org.mapdb.Caches.WeakSoftRef.CacheSoftItem
-
- recid - Variable in class org.mapdb.Caches.WeakSoftRef.CacheWeakItem
-
- recid2serializer - Variable in class org.mapdb.EngineWrapper.SerializerCheckEngineWrapper
-
- RECIDP - Static variable in class org.mapdb.StoreAppend
-
Deprecated.
add to recid before writing it to file
- records - Variable in class org.mapdb.StoreHeap
-
All commited records in store
- recursiveDirClear(long) - Method in class org.mapdb.HTreeMap
-
- recursiveDirCount(long) - Method in class org.mapdb.HTreeMap
-
- recursiveDirDelete(int, int, long[], long[][], int) - Method in class org.mapdb.HTreeMap
-
- recycledDataOuts - Variable in class org.mapdb.Store
-
- ref - Variable in class org.mapdb.TxEngine.Tx
-
- registerClass(Class<?>) - Method in class org.mapdb.SerializerPojo
-
- registered - Variable in class org.mapdb.SerializerPojo
-
- rehash() - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
- rehash(int) - Method in class org.mapdb.LongHashMap
-
- rehash() - Method in class org.mapdb.LongHashMap
-
- reinit() - Method in class org.mapdb.DB
-
- reloadIndexFile() - Method in class org.mapdb.StoreWAL
-
- remainingCapacity() - Method in class org.mapdb.Queues.SimpleQueue
-
- remove() - Method in class org.mapdb.BTreeMap.BTreeIterator
-
- remove() - Method in class org.mapdb.BTreeMap.DescendingMap.Iter
-
- remove(Object) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- remove(Object, Object) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- remove(Object) - Method in class org.mapdb.BTreeMap.EntrySet
-
- remove(Object) - Method in class org.mapdb.BTreeMap.KeySet
-
- remove(Object) - Method in class org.mapdb.BTreeMap
-
- remove(Object, Object) - Method in class org.mapdb.BTreeMap
-
- remove(Object) - Method in class org.mapdb.BTreeMap.SubMap
-
- remove(Object, Object) - Method in class org.mapdb.BTreeMap.SubMap
-
- remove() - Method in class org.mapdb.HTreeMap.HashIterator
-
- remove(Object) - Method in class org.mapdb.HTreeMap.KeySet
-
- remove(Object) - Method in class org.mapdb.HTreeMap
-
- remove(Object, Object) - Method in class org.mapdb.HTreeMap
-
- remove() - Method in class org.mapdb.LongConcurrentHashMap.HashIterator
-
- remove(long) - Method in class org.mapdb.LongConcurrentHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(long, Object) - Method in class org.mapdb.LongConcurrentHashMap
-
- remove(long, int, Object) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
Remove; match on key only if value null, else match both.
- remove(long) - Method in class org.mapdb.LongConcurrentLRUMap
-
- remove() - Method in class org.mapdb.LongHashMap.AbstractMapIterator
-
- remove(long) - Method in class org.mapdb.LongHashMap
-
Removes the mapping with the specified key from this map.
- remove() - Method in interface org.mapdb.LongMap.LongMapIterator
-
- remove(long) - Method in class org.mapdb.LongMap
-
Removes the mapping from this map
- remove() - Method in class org.mapdb.Queues.SimpleQueue
-
- remove(Object) - Method in class org.mapdb.Queues.SimpleQueue
-
- remove2(Object, Object) - Method in class org.mapdb.BTreeMap
-
- removeAll(Collection<?>) - Method in class org.mapdb.Queues.SimpleQueue
-
- removeEntry(long) - Method in class org.mapdb.LongHashMap
-
- removeInternal(Object, int, int, boolean) - Method in class org.mapdb.HTreeMap
-
- rename(String, String) - Method in class org.mapdb.DB
-
rename named record into newName
- replace(K, V, V) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- replace(K, V) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- replace(K, V, V) - Method in class org.mapdb.BTreeMap
-
- replace(K, V) - Method in class org.mapdb.BTreeMap
-
- replace(K, V, V) - Method in class org.mapdb.BTreeMap.SubMap
-
- replace(K, V) - Method in class org.mapdb.BTreeMap.SubMap
-
- replace(K, V, V) - Method in class org.mapdb.HTreeMap
-
- replace(K, V) - Method in class org.mapdb.HTreeMap
-
- replace(long, V, V) - Method in class org.mapdb.LongConcurrentHashMap
-
- replace(long, V) - Method in class org.mapdb.LongConcurrentHashMap
-
- replace(long, int, V, V) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
- replace(long, int, V) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
- replayLogFile() - Method in class org.mapdb.StoreWAL
-
- replayPending - Variable in class org.mapdb.StoreWAL
-
- resolveClass(ObjectStreamClass) - Method in class org.mapdb.SerializerPojo.ObjectInputStream2
-
- retainAll(Collection<?>) - Method in class org.mapdb.Queues.SimpleQueue
-
- RETRIES_BEFORE_LOCK - Static variable in class org.mapdb.LongConcurrentHashMap
-
Number of unsynchronized retries in size and containsValue
methods before resorting to locking.
- reverse - Static variable in class org.mapdb.SerializerBase.singletons
-
- REVERSE_COMPARATOR - Static variable in class org.mapdb.Fun
-
- rollback() - Method in class org.mapdb.AsyncWriteEngine
-
Undoes all changes made in the current transaction.
- rollback() - Method in class org.mapdb.Caches.HashTable
-
- rollback() - Method in class org.mapdb.Caches.LRU
-
- rollback() - Method in class org.mapdb.Caches.WeakSoftRef
-
- rollback() - Method in class org.mapdb.DB
-
Rollback changes made on collections loaded by this DB
- rollback() - Method in interface org.mapdb.Engine
-
Undoes all changes made in the current transaction.
- rollback() - Method in class org.mapdb.EngineWrapper.ReadOnlyEngine
-
- rollback() - Method in class org.mapdb.EngineWrapper
-
- rollback() - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
-
- rollback() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- rollback() - Method in class org.mapdb.StoreDirect
-
- rollback - Variable in class org.mapdb.StoreHeap
-
All not-yet commited records in store
- rollback() - Method in class org.mapdb.StoreHeap
-
- rollback() - Method in class org.mapdb.StoreWAL
-
- rollback() - Method in class org.mapdb.TxEngine
-
- rollback() - Method in class org.mapdb.TxEngine.Tx
-
- rollbackCurrFileNum - Variable in class org.mapdb.StoreAppend
-
Deprecated.
file number on last commit, used for rollback
- rollbackCurrPos - Variable in class org.mapdb.StoreAppend
-
Deprecated.
file position on last commit, used for rollback
- rollbackMaxRecid - Variable in class org.mapdb.StoreAppend
-
Deprecated.
maximial recid on last commit, used for rollback
- rollover() - Method in class org.mapdb.StoreAppend
-
Deprecated.
- rootRecidRef - Variable in class org.mapdb.BTreeMap
-
recid under which reference to rootRecid is stored
- rot(int, int) - Static method in class org.mapdb.EncryptionXTEA
-
- roundTo16(long) - Static method in class org.mapdb.StoreDirect
-
- roundUp(long, long) - Static method in class org.mapdb.Fun
-
- run() - Method in class org.mapdb.AsyncWriteEngine.WriterRunnable
-
- run() - Method in interface org.mapdb.Fun.Function0
-
- run(A) - Method in interface org.mapdb.Fun.Function1
-
- run(A, B) - Method in interface org.mapdb.Fun.Function2
-
- run() - Method in class org.mapdb.HTreeMap.ExpireRunnable
-
- runRefQueue() - Method in class org.mapdb.Caches.WeakSoftRef
-
Collects items from GC and removes them from cache
- runWriter() - Method in class org.mapdb.AsyncWriteEngine
-
runs on background thread.