- t2(A, B) - Static method in class org.mapdb.Fun
-
- t3(A, B, C) - Static method in class org.mapdb.Fun
-
- t4(A, B, C, D) - Static method in class org.mapdb.Fun
-
- t5(A, B, C, D, E) - Static method in class org.mapdb.Fun
-
- t6(A, B, C, D, E, F) - Static method in class org.mapdb.Fun
-
- table - Variable in class org.mapdb.LongConcurrentHashMap.Segment
-
The per-segment table.
- tail - Variable in class org.mapdb.Queues.Queue
-
- tailMap(K, boolean) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- tailMap(K) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- tailMap(K, boolean) - Method in class org.mapdb.BTreeMap.SubMap
-
- tailMap(K) - Method in class org.mapdb.BTreeMap.SubMap
-
- tailMap(K, boolean) - Method in class org.mapdb.BTreeMap
-
- tailMap(K) - Method in class org.mapdb.BTreeMap
-
- tailSet(E, boolean) - Method in class org.mapdb.BTreeMap.KeySet
-
- tailSet(E) - Method in class org.mapdb.BTreeMap.KeySet
-
- take() - Method in class org.mapdb.Queues.SimpleQueue
-
- THIS_SERIALIZER - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- threadCounter - Static variable in class org.mapdb.AsyncWriteEngine
-
ensures thread name is followed by number
- threadFailedException - Variable in class org.mapdb.AsyncWriteEngine
-
If background thread fails with exception, it is stored here, and rethrown to all callers.
- threshold - Variable in class org.mapdb.LongConcurrentHashMap.Segment
-
The table is rehashed when its size exceeds this threshold.
- threshold - Variable in class org.mapdb.LongHashMap
-
- TICK - Static variable in class org.mapdb.Queues.SimpleQueue
-
- time - Variable in class org.mapdb.HTreeMap.ExpireLinkNode
-
- toArray() - Method in class org.mapdb.BTreeMap.EntrySet
-
- toArray(T[]) - Method in class org.mapdb.BTreeMap.EntrySet
-
- toArray() - Method in class org.mapdb.BTreeMap.KeySet
-
- toArray(T[]) - Method in class org.mapdb.BTreeMap.KeySet
-
- toArray() - Method in class org.mapdb.BTreeMap.Values
-
- toArray(T[]) - Method in class org.mapdb.BTreeMap.Values
-
- toArray() - Method in class org.mapdb.Queues.SimpleQueue
-
- toArray(T[]) - Method in class org.mapdb.Queues.SimpleQueue
-
- toHexa(byte[]) - Static method in class org.mapdb.DBMaker
-
- toList(Collection<E>) - Static method in class org.mapdb.BTreeMap
-
- TOMBSTONE - Static variable in class org.mapdb.AsyncWriteEngine
-
used to signal that object was deleted
- TOMBSTONE - Static variable in class org.mapdb.StoreHeap
-
- TOMBSTONE - Static variable in class org.mapdb.StoreWAL
-
- TOMBSTONE - Static variable in class org.mapdb.TxEngine
-
- tooHigh(K) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- tooHigh(K) - Method in class org.mapdb.BTreeMap.SubMap
-
- tooLow(K) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- tooLow(K) - Method in class org.mapdb.BTreeMap.SubMap
-
- top() - Method in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
-
Returns the least element of the PriorityQueue in constant time.
- toString() - Method in class org.mapdb.Atomic.Boolean
-
Returns the String representation of the current value.
- toString() - Method in class org.mapdb.Atomic.Integer
-
Returns the String representation of the current value.
- toString() - Method in class org.mapdb.Atomic.Long
-
Returns the String representation of the current value.
- toString() - Method in class org.mapdb.Atomic.String
-
- toString() - Method in class org.mapdb.Atomic.Var
-
- toString() - Method in class org.mapdb.BTreeMap.DirNode
-
- toString() - Method in class org.mapdb.BTreeMap.LeafNode
-
- toString() - Method in class org.mapdb.BTreeMap.ValRef
-
- toString() - Method in class org.mapdb.Fun.Tuple2
-
- toString() - Method in class org.mapdb.Fun.Tuple3
-
- toString() - Method in class org.mapdb.Fun.Tuple4
-
- toString() - Method in class org.mapdb.Fun.Tuple5
-
- toString() - Method in class org.mapdb.Fun.Tuple6
-
- toString() - Method in class org.mapdb.LongConcurrentLRUMap.CacheEntry
-
- toString() - Method in class org.mapdb.LongMap
-
- toString() - Method in class org.mapdb.SerializerPojo.ClassInfo
-
- toString() - Method in class org.mapdb.Volume.MemoryVol
-
- TRANS_LOG_FILE_EXT - Static variable in class org.mapdb.StoreWAL
-
- transactionDisable - Static variable in interface org.mapdb.DBMaker.Keys
-
- transactionDisable() - Method in class org.mapdb.DBMaker
-
Transaction journal is enabled by default
You must call DB.commit() to save your changes.
- TREEMAP - Static variable in interface org.mapdb.SerializerBase.Header
-
- TREESET - Static variable in interface org.mapdb.SerializerBase.Header
-
- TRUE - Variable in class org.mapdb.DBMaker
-
- truncate(long) - Method in class org.mapdb.Volume.FileChannelVol
-
- truncate(long) - Method in class org.mapdb.Volume.MappedFileVol
-
- truncate(long) - Method in class org.mapdb.Volume.MemoryVol
-
- truncate(long) - Method in class org.mapdb.Volume
-
- tryAvailable(long) - Method in class org.mapdb.Volume.ByteBufferVol
-
- tryAvailable(long) - Method in class org.mapdb.Volume.FileChannelVol
-
- tryAvailable(long) - Method in class org.mapdb.Volume
-
- TUPLE2 - Static variable in class org.mapdb.BTreeKeySerializer
-
Tuple2 Serializer which uses Default Serializer from DB and expect values to implement Comparable interface.
- Tuple2(A, B) - Constructor for class org.mapdb.Fun.Tuple2
-
- Tuple2(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple2
-
constructor used for deserialization
- TUPLE2 - Static variable in interface org.mapdb.SerializerBase.Header
-
- TUPLE2_COMPARATOR - Static variable in class org.mapdb.Fun
-
- TUPLE2_COMPARATOR - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- TUPLE2_COMPARATOR_STATIC - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- Tuple2Comparator(Comparator<A>, Comparator<B>) - Constructor for class org.mapdb.Fun.Tuple2Comparator
-
- Tuple2Comparator(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple2Comparator
-
constructor used for deserialization
- Tuple2KeySerializer(Comparator<A>, Serializer<A>, Serializer<B>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
-
Construct new Tuple2 Key Serializer.
- Tuple2KeySerializer(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>, int) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
-
used for deserialization, `extra` is to avoid argument collision
- TUPLE3 - Static variable in class org.mapdb.BTreeKeySerializer
-
Tuple3 Serializer which uses Default Serializer from DB and expect values to implement Comparable interface.
- Tuple3(A, B, C) - Constructor for class org.mapdb.Fun.Tuple3
-
- Tuple3(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>, int) - Constructor for class org.mapdb.Fun.Tuple3
-
constructor used for deserialization, `extra` is added so the functions do not colide
- TUPLE3 - Static variable in interface org.mapdb.SerializerBase.Header
-
- TUPLE3_COMPARATOR - Static variable in class org.mapdb.Fun
-
- TUPLE3_COMPARATOR - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- TUPLE3_COMPARATOR_STATIC - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- Tuple3Comparator(Comparator<A>, Comparator<B>, Comparator<C>) - Constructor for class org.mapdb.Fun.Tuple3Comparator
-
- Tuple3Comparator(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>, int) - Constructor for class org.mapdb.Fun.Tuple3Comparator
-
constructor used for deserialization, `extra` is added just to make function not to collide
- Tuple3KeySerializer(Comparator<A>, Comparator<B>, Serializer<A>, Serializer<B>, Serializer<C>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
-
Construct new Tuple3 Key Serializer.
- Tuple3KeySerializer(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
-
used for deserialization
- TUPLE4 - Static variable in class org.mapdb.BTreeKeySerializer
-
Tuple4 Serializer which uses Default Serializer from DB and expect values to implement Comparable interface.
- Tuple4(A, B, C, D) - Constructor for class org.mapdb.Fun.Tuple4
-
- Tuple4(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple4
-
constructor used for deserialization
- TUPLE4 - Static variable in interface org.mapdb.SerializerBase.Header
-
- TUPLE4_COMPARATOR - Static variable in class org.mapdb.Fun
-
- TUPLE4_COMPARATOR - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- TUPLE4_COMPARATOR_STATIC - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- Tuple4Comparator(Comparator<A>, Comparator<B>, Comparator<C>, Comparator<D>) - Constructor for class org.mapdb.Fun.Tuple4Comparator
-
- Tuple4Comparator(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple4Comparator
-
constructor used for deserialization
- Tuple4KeySerializer(Comparator<A>, Comparator<B>, Comparator<C>, Serializer<A>, Serializer<B>, Serializer<C>, Serializer<D>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
-
Construct new Tuple4 Key Serializer.
- Tuple4KeySerializer(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
-
used for deserialization
- Tuple5(A, B, C, D, E) - Constructor for class org.mapdb.Fun.Tuple5
-
- Tuple5(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple5
-
constructor used for deserialization
- TUPLE5 - Static variable in interface org.mapdb.SerializerBase.Header
-
- TUPLE5_COMPARATOR - Static variable in class org.mapdb.Fun
-
- TUPLE5_COMPARATOR - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- TUPLE5_COMPARATOR_STATIC - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- Tuple5Comparator(Comparator<A>, Comparator<B>, Comparator<C>, Comparator<D>, Comparator<E>) - Constructor for class org.mapdb.Fun.Tuple5Comparator
-
- Tuple5Comparator(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple5Comparator
-
constructor used for deserialization
- Tuple5KeySerializer(Comparator<A>, Comparator<B>, Comparator<C>, Comparator<D>, Serializer<A>, Serializer<B>, Serializer<C>, Serializer<D>, Serializer<E>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
Construct new Tuple4 Key Serializer.
- Tuple5KeySerializer(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
used for deserialization
- Tuple6(A, B, C, D, E, F) - Constructor for class org.mapdb.Fun.Tuple6
-
- Tuple6(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple6
-
constructor used for deserialization
- TUPLE6 - Static variable in interface org.mapdb.SerializerBase.Header
-
- TUPLE6_COMPARATOR - Static variable in class org.mapdb.Fun
-
- TUPLE6_COMPARATOR - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- TUPLE6_COMPARATOR_STATIC - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- Tuple6Comparator(Comparator<A>, Comparator<B>, Comparator<C>, Comparator<D>, Comparator<E>, Comparator<F>) - Constructor for class org.mapdb.Fun.Tuple6Comparator
-
- Tuple6Comparator(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.Fun.Tuple6Comparator
-
constructor used for deserialization
- Tuple6KeySerializer(Comparator<A>, Comparator<B>, Comparator<C>, Comparator<D>, Comparator<E>, Serializer<A>, Serializer<B>, Serializer<C>, Serializer<D>, Serializer<E>, Serializer<F>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
Construct new Tuple4 Key Serializer.
- Tuple6KeySerializer(SerializerBase, DataInput, SerializerBase.FastArrayList<Object>) - Constructor for class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
used for deserialization
- TUPLE7 - Static variable in interface org.mapdb.SerializerBase.Header
-
- TUPLE8 - Static variable in interface org.mapdb.SerializerBase.Header
-
- tx - Variable in class org.mapdb.StoreAppend
-
Deprecated.
transactions enabled
- tx(DB) - Method in interface org.mapdb.TxBlock
-
- Tx() - Constructor for class org.mapdb.TxEngine.Tx
-
- TxBlock - Interface in org.mapdb
-
Wraps single transaction in a block
- TxEngine - Class in org.mapdb
-
Naive implementation of Snapshots on top of StorageEngine.
- TxEngine(Engine, boolean) - Constructor for class org.mapdb.TxEngine
-
- TxEngine.Tx - Class in org.mapdb
-
- TxMaker - Class in org.mapdb
-
Transaction factory
- TxMaker(Engine) - Constructor for class org.mapdb.TxMaker
-
- TxMaker(Engine, boolean, boolean) - Constructor for class org.mapdb.TxMaker
-
- txQueue - Variable in class org.mapdb.TxEngine
-
- TxRollbackException - Exception in org.mapdb
-
Exception thrown when transaction is rolled back.
- TxRollbackException() - Constructor for exception org.mapdb.TxRollbackException
-
- txs - Variable in class org.mapdb.TxEngine
-
- txSnapshotsEnabled - Variable in class org.mapdb.TxMaker
-
- type - Variable in class org.mapdb.SerializerPojo.FieldInfo
-
- typeClass - Variable in class org.mapdb.SerializerPojo.FieldInfo
-