- saveTo(outStream) - Method in class org.mapdb.StoreTrivial
-
- seal() - Method in class org.mapdb.WriteAheadLog
-
- select(predicate) - Method in class org.mapdb.IndexTreeLongLongMap
-
- select(predicate) - Method in class org.mapdb.IndexTreeLongLongMap
-
- ser - Variable in class org.mapdb.serializer.SerializerArrayTuple
-
- SerializationError(msg, e) - Constructor for exception org.mapdb.DBException.SerializationError
-
- SerializationError(e) - Constructor for exception org.mapdb.DBException.SerializationError
-
- SerializationError(msg) - Constructor for exception org.mapdb.DBException.SerializationError
-
- serialize() - Method in class org.mapdb.BTreeMapJava.NodeSerializer
-
- serialize(out, value) - Method in class org.mapdb.Node.SERIALIZER
-
- serialize() - Method in interface org.mapdb.Serializer
-
Serializes the content of the given value into the given DataOutput2.
- serialize() - Method in class org.mapdb.serializer.SerializerArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerArrayTuple
-
- serialize() - Method in class org.mapdb.serializer.SerializerBigDecimal
-
- serialize() - Method in class org.mapdb.serializer.SerializerBigInteger
-
- serialize() - Method in class org.mapdb.serializer.SerializerBoolean
-
- serialize() - Method in class org.mapdb.serializer.SerializerByte
-
- serialize() - Method in class org.mapdb.serializer.SerializerByteArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
-
- serialize() - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
-
- serialize() - Method in class org.mapdb.serializer.SerializerChar
-
- serialize() - Method in class org.mapdb.serializer.SerializerCharArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerClass
-
- serialize() - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
-
- serialize() - Method in class org.mapdb.serializer.SerializerCompressionWrapper
-
- serialize() - Method in class org.mapdb.serializer.SerializerDate
-
- serialize() - Method in class org.mapdb.serializer.SerializerDouble
-
- serialize() - Method in class org.mapdb.serializer.SerializerDoubleArray
-
- serialize(out, value) - Method in class org.mapdb.serializer.SerializerElsa
-
- serialize() - Method in class org.mapdb.serializer.SerializerFloat
-
- serialize() - Method in class org.mapdb.serializer.SerializerFloatArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerIllegalAccess
-
- serialize() - Method in class org.mapdb.serializer.SerializerIntArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerInteger
-
- serialize() - Method in class org.mapdb.serializer.SerializerIntegerDelta
-
- serialize() - Method in class org.mapdb.serializer.SerializerIntegerPacked
-
- serialize() - Method in class org.mapdb.serializer.SerializerJava
-
- serialize() - Method in class org.mapdb.serializer.SerializerLong
-
- serialize() - Method in class org.mapdb.serializer.SerializerLongArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerLongDelta
-
- serialize() - Method in class org.mapdb.serializer.SerializerLongPacked
-
- serialize() - Method in class org.mapdb.serializer.SerializerRecid
-
- serialize() - Method in class org.mapdb.serializer.SerializerRecidArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerShort
-
- serialize() - Method in class org.mapdb.serializer.SerializerShortArray
-
- serialize() - Method in class org.mapdb.serializer.SerializerString
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringAscii
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringDelta2
-
- serialize() - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringIntern
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringNoSize
-
- serialize() - Method in class org.mapdb.serializer.SerializerStringOrigHash
-
- serialize() - Method in class org.mapdb.serializer.SerializerUUID
-
- serialize(record, serializer) - Method in class org.mapdb.StoreDirectAbstract
-
- serializer - Variable in class org.mapdb.Atomic.Var
-
- serializer(serializer) - Method in class org.mapdb.DB.HashSetMaker
-
- serializer(serializer) - Method in class org.mapdb.DB.TreeSetMaker
-
- Serializer<A> - Interface in org.mapdb
-
This interface specifies how Java Objects are serialized and de-serialized and also how objects are compared, hashed and tested for equality for use with MapDB. Implementing classes do not have to be thread safe.
- serializer - Variable in class org.mapdb.serializer.SerializerArray
-
- serializer - Variable in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
-
- serializer - Variable in class org.mapdb.serializer.SerializerCompressionWrapper
-
- SerializerArray<T> - Class in org.mapdb.serializer
-
Serializes an object array of non-primitive objects. This serializer takes two parameters: - serializer used for each component - componentType is class used to instantiate arrays. Generics are erased at runtime, this class controls what type of array will be instantiated. See java.lang.reflect.Array#newInstance(Class, int)
- SerializerArray() - Constructor for class org.mapdb.serializer.SerializerArray
-
Wraps given serializer and produces Object[] serializer. To produce array with different component type, specify extra class.
- SerializerArray() - Constructor for class org.mapdb.serializer.SerializerArray
-
Wraps given serializer and produces array serializer.
- SerializerArrayDelta<T> - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerArrayDelta() - Constructor for class org.mapdb.serializer.SerializerArrayDelta
-
- SerializerArrayTuple - Class in org.mapdb.serializer
-
Serializer for tuples. It serializes fixed size array, where each array index can use different serializer. It takes array of serializes in constructor parameter. All tuples (arrays) must have the same size.
- SerializerArrayTuple() - Constructor for class org.mapdb.serializer.SerializerArrayTuple
-
- SerializerArrayTuple() - Constructor for class org.mapdb.serializer.SerializerArrayTuple
-
- SerializerBigDecimal - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerBigInteger - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerBoolean - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerByte - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerByteArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerByteArrayDelta - Class in org.mapdb.serializer
-
Created by jan on 2/29/16.
- SerializerByteArrayDelta2 - Class in org.mapdb.serializer
-
Created by jan on 2/29/16.
- SerializerByteArrayNoSize - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerChar - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerCharArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerClass - Class in org.mapdb.serializer
-
Serialier for class. It takes a class loader as constructor param, by default it uses Thread.currentThread().getContextClassLoader()
- SerializerClass() - Constructor for class org.mapdb.serializer.SerializerClass
-
- SerializerClass() - Constructor for class org.mapdb.serializer.SerializerClass
-
- SerializerCompressionDeflateWrapper<E> - Class in org.mapdb.serializer
-
wraps another serializer and (de)compresses its output/input using Deflate
- SerializerCompressionDeflateWrapper() - Constructor for class org.mapdb.serializer.SerializerCompressionDeflateWrapper
-
- SerializerCompressionDeflateWrapper() - Constructor for class org.mapdb.serializer.SerializerCompressionDeflateWrapper
-
- SerializerCompressionWrapper<E> - Class in org.mapdb.serializer
-
wraps another serializer and (de)compresses its output/input
- SerializerCompressionWrapper() - Constructor for class org.mapdb.serializer.SerializerCompressionWrapper
-
- SerializerDate - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerDouble - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerDoubleArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerEightByte<E> - Class in org.mapdb.serializer
-
- SerializerElsa - Class in org.mapdb.serializer
-
Uses Elsa serialization: http://www.github.com/jankotek/elsa
- SerializerElsa() - Constructor for class org.mapdb.serializer.SerializerElsa
-
Uses Elsa serialization: http://www.github.com/jankotek/elsa
- SerializerFloat - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerFloatArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- serializerForClass() - Static method in class org.mapdb.serializer.SerializerUtils
-
- SerializerFourByte<E> - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerIllegalAccess - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerIntArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerInteger - Class in org.mapdb.serializer
-
- SerializerIntegerDelta - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerIntegerPacked - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerJava - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerLong - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerLongArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerLongDelta - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerLongPacked - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerRecid - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerRecidArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerShort - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerShortArray - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerString - Class in org.mapdb.serializer
-
- SerializerStringAscii - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerStringDelta - Class in org.mapdb.serializer
-
Created by jan on 2/29/16.
- SerializerStringDelta2 - Class in org.mapdb.serializer
-
Created by jan on 2/29/16.
- SerializerStringDelta2.ByteArrayKeys - Class in org.mapdb.serializer
-
- SerializerStringDelta2.CharArrayKeys - Class in org.mapdb.serializer
-
- SerializerStringDelta2.StringArrayKeys - Interface in org.mapdb.serializer
-
- SerializerStringIntern - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerStringNoSize - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerStringOrigHash - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerUtils - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- SerializerUUID - Class in org.mapdb.serializer
-
Created by jan on 2/28/16.
- set() - Method in class org.mapdb.Atomic.Boolean
-
Unconditionally sets to the given value.
- set() - Method in class org.mapdb.Atomic.Integer
-
Sets to the given value.
- set() - Method in class org.mapdb.Atomic.Long
-
Sets to the given value.
- set() - Method in class org.mapdb.Atomic.String
-
Unconditionally sets to the given value.
- set() - Method in class org.mapdb.Atomic.Var
-
Unconditionally sets to the given value.
- set(index, element) - Method in class org.mapdb.IndexTreeList
-
- set_nodeSize(p) - Method in class org.mapdb.Companion.Maker
-
- set_pageSize(p) - Method in class org.mapdb.Companion.Maker
-
- setCounter$module(p) - Method in class org.mapdb.Pump.Sink
-
- setCurrentLeaf(p) - Method in class org.mapdb.BTreeMap.BTreeBoundIterator
-
- setCurrentLeaf(p) - Method in class org.mapdb.BTreeMap.BTreeIterator
-
- setCurrentLeaf(p) - Method in class org.mapdb.BTreeMap.DescendingBoundIterator
-
- setCurrentLeaf(p) - Method in class org.mapdb.BTreeMap.DescendingIterator
-
- setCurrentPos(p) - Method in class org.mapdb.BTreeMap.BTreeBoundIterator
-
- setCurrentPos(p) - Method in class org.mapdb.BTreeMap.BTreeIterator
-
- setCurrentPos(p) - Method in class org.mapdb.BTreeMap.DescendingBoundIterator
-
- setCurrentPos(p) - Method in class org.mapdb.BTreeMap.DescendingIterator
-
- setDataTail(v) - Method in class org.mapdb.StoreDirectAbstract
-
end of last record
- setFileTail$module(v) - Method in class org.mapdb.StoreDirectAbstract
-
end of file (last allocated page)
- setHead(value) - Method in class org.mapdb.QueueLong
-
- setHeadPrev(value) - Method in class org.mapdb.QueueLong
-
- setIndexPagesBackup(p) - Method in class org.mapdb.StoreWAL
-
backup for indexPages
, restored on rollback
- setIndexVal(recid, value) - Method in class org.mapdb.StoreDirect
-
- setIndexVal(recid, value) - Method in class org.mapdb.StoreDirectAbstract
-
- setIndexVal(recid, value) - Method in class org.mapdb.StoreWAL
-
- setLastReturnedKey(p) - Method in class org.mapdb.BTreeMap.BTreeBoundIterator
-
- setLastReturnedKey(p) - Method in class org.mapdb.BTreeMap.BTreeIterator
-
- setLastReturnedKey(p) - Method in class org.mapdb.BTreeMap.DescendingBoundIterator
-
- setLastReturnedKey(p) - Method in class org.mapdb.BTreeMap.DescendingIterator
-
- setMaxRecid(v) - Method in class org.mapdb.StoreDirectAbstract
-
maximal allocated recid
- setNamesInstanciated(p) - Method in class org.mapdb.DB
-
Already loaded named collections. Values are weakly referenced. We need singletons for locking
- setPos() - Method in class org.mapdb.DataInput2.ByteArray
-
- setPos() - Method in class org.mapdb.DataInput2.ByteBuffer
-
- setPos() - Method in class org.mapdb.DataInput2
-
- setPos() - Method in class org.mapdb.DataInput2.Stream
-
- setRootRecidRecid$module(p) - Method in class org.mapdb.Pump.Sink
-
- setSize(size) - Method in class org.mapdb.IndexTreeList
-
- setTail(value) - Method in class org.mapdb.QueueLong
-
- shift() - Static method in class org.mapdb.DataIO
-
- SHORT - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null Short whereby Shorts are serialized to a 2 byte format. The Serializer also stores the Short's size, allowing it to be used as a GroupSerializer in BTreeMaps. This Serializer hashes Shorts using the original Short#hashCode()
method. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- SHORT_ARRAY - Variable in interface org.mapdb.Serializer
-
- SingleByteArrayVol - Class in org.mapdb.volume
-
Volume backed by on-heap byte[] with maximal fixed size 2GB. For thread-safety it can not be grown
- SingleByteArrayVol() - Constructor for class org.mapdb.volume.SingleByteArrayVol
-
- SingleByteArrayVol() - Constructor for class org.mapdb.volume.SingleByteArrayVol
-
- Sink() - Constructor for class org.mapdb.Pump.Sink
-
- Sink() - Constructor for class org.mapdb.SortedTableMap.Sink
-
- size() - Method in class org.mapdb.BTreeMap
-
- size() - Method in class org.mapdb.BTreeMapJava.DescendingMap
-
- size() - Method in class org.mapdb.BTreeMapJava.KeySet
-
- size() - Method in class org.mapdb.BTreeMapJava.SubMap
-
- size() - Method in class org.mapdb.HTreeMap.KeySet
-
- size() - Method in class org.mapdb.HTreeMap
-
- size() - Method in class org.mapdb.IndexTreeList
-
- size() - Method in class org.mapdb.IndexTreeLongLongMap
-
- size() - Method in class org.mapdb.QueueLong
-
- size - Variable in class org.mapdb.serializer.SerializerArrayTuple
-
- size() - Method in class org.mapdb.SortedTableMap
-
- size - Variable in class org.mapdb.volume.FileChannelVol
-
- sizeLong() - Method in class org.mapdb.BTreeMap
-
map size as long number
- sizeLong() - Method in class org.mapdb.BTreeMapJava.KeySet
-
- sizeLong() - Method in class org.mapdb.BTreeMapJava.SubMap
-
- sizeLong() - Method in class org.mapdb.HTreeMap
-
map size as long number
- sizeLong() - Method in interface org.mapdb.MapExtra
-
map size as long number
- sizeLong() - Method in class org.mapdb.SortedTableMap
-
map size as long number
- sizeMask - Variable in class org.mapdb.DataOutput2
-
- skip() - Method in class org.mapdb.DataInput2.DataInputToStream
-
- skipBytes() - Method in class org.mapdb.DataInput2.ByteArray
-
- skipBytes() - Method in class org.mapdb.DataInput2.ByteBuffer
-
- skipBytes() - Method in class org.mapdb.DataInput2.Stream
-
- skipFully() - Static method in class org.mapdb.DataIO
-
- slices - Variable in class org.mapdb.volume.ByteArrayVol
-
- slices - Variable in class org.mapdb.volume.ByteBufferVol
-
- sliceShift - Variable in class org.mapdb.volume.ByteArrayVol
-
- sliceShift - Variable in class org.mapdb.volume.ByteBufferVol
-
- sliceSize - Variable in class org.mapdb.volume.ByteArrayVol
-
- sliceSize() - Method in class org.mapdb.volume.ByteArrayVol
-
- sliceSize - Variable in class org.mapdb.volume.ByteBufferVol
-
- sliceSize() - Method in class org.mapdb.volume.ByteBufferVol
-
- sliceSize() - Method in class org.mapdb.volume.ByteBufferVolSingle
-
- sliceSize - Variable in class org.mapdb.volume.FileChannelVol
-
- sliceSize() - Method in class org.mapdb.volume.FileChannelVol
-
- sliceSize() - Method in class org.mapdb.volume.RandomAccessFileVol
-
- sliceSize() - Method in class org.mapdb.volume.ReadOnlyVolume
-
- sliceSize() - Method in class org.mapdb.volume.SingleByteArrayVol
-
- sliceSize() - Method in class org.mapdb.volume.Volume
-
- sliceSizeModMask - Variable in class org.mapdb.volume.ByteArrayVol
-
- sliceSizeModMask - Variable in class org.mapdb.volume.ByteBufferVol
-
- SortedTableMap<K,V> - Class in org.mapdb
-
Read only Sorted Table Map. It stores data in table and uses binary search to find records
- SortedTableMap(keySerializer, valueSerializer, pageSize, volume, hasValues) - Constructor for class org.mapdb.SortedTableMap
-
Read only Sorted Table Map. It stores data in table and uses binary search to find records
- SortedTableMap.Companion - Class in org.mapdb
-
- SortedTableMap.NodeIterator - Class in org.mapdb
-
- SortedTableMap.Sink<K,V> - Class in org.mapdb
-
- startNextFile() - Method in class org.mapdb.WriteAheadLog
-
- store - Variable in class org.mapdb.Atomic.Boolean
-
- store - Variable in class org.mapdb.Atomic.Integer
-
- store - Variable in class org.mapdb.Atomic.Long
-
- store - Variable in class org.mapdb.Atomic.String
-
- store - Variable in class org.mapdb.Atomic.Var
-
- Store - Interface in org.mapdb
-
Stores records, mutable version
- STORE_DIRECT_CONC_SHIFT - Variable in interface org.mapdb.CC
-
- StoreBinary - Interface in org.mapdb
-
- StoreBinaryGetLong - Interface in org.mapdb
-
Binary operations performed on StoreBinary which retuns long
- StoreDirect - Class in org.mapdb
-
Store which uses binary storage (file, memory buffer...) and updates records on place.
It has memory allocator, so it reuses space freed by deletes and updates.
- StoreDirect(file, volumeFactory, isReadOnly, fileLockWait, isThreadSafe, concShift, allocateIncrement, allocateStartSize, fileDeleteAfterClose, fileDeleteAfterOpen, checksum, checksumHeader, checksumHeaderBypass) - Constructor for class org.mapdb.StoreDirect
-
Store which uses binary storage (file, memory buffer...) and updates records on place.
It has memory allocator, so it reuses space freed by deletes and updates.
- StoreDirect.Companion - Class in org.mapdb
-
- StoreDirectAbstract - Class in org.mapdb
-
Common utils for StoreDirect, StoreWAL and StoreCached
- StoreDirectAbstract(file, volumeFactory, isThreadSafe, concShift, fileDeleteAfterClose, checksum, checksumHeader, checksumHeaderBypass) - Constructor for class org.mapdb.StoreDirectAbstract
-
Common utils for StoreDirect, StoreWAL and StoreCached
- storeHeaderCompose() - Method in class org.mapdb.StoreDirectAbstract
-
- StoreImmutable - Interface in org.mapdb
-
Stores records
- StoreOnHeap - Class in org.mapdb
-
Store which does not use serialization, but puts everything into on-heap Map.
- StoreOnHeap(isThreadSafe) - Constructor for class org.mapdb.StoreOnHeap
-
Store which does not use serialization, but puts everything into on-heap Map.
- StoreOnHeap() - Constructor for class org.mapdb.StoreOnHeap
-
Store which does not use serialization, but puts everything into on-heap Map.
- StoreOnHeap.Companion - Class in org.mapdb
-
Represents null record, records
map does not allow nulls
- StoreReadOnlyWrapper - Class in org.mapdb
-
Wraps Store and throws UnsupportedOperationException("Read-only")
on operations which would modify it
- StoreReadOnlyWrapper(store) - Constructor for class org.mapdb.StoreReadOnlyWrapper
-
Wraps Store and throws UnsupportedOperationException("Read-only")
on operations which would modify it
- StoreTrivial - Class in org.mapdb
-
Store which serializes its content into primitive Map
.
It optionally persist its content into file, in this case it supports rollback and durability.
- StoreTrivial(isThreadSafe) - Constructor for class org.mapdb.StoreTrivial
-
Store which serializes its content into primitive Map
.
It optionally persist its content into file, in this case it supports rollback and durability.
- StoreTrivial() - Constructor for class org.mapdb.StoreTrivial
-
Store which serializes its content into primitive Map
.
It optionally persist its content into file, in this case it supports rollback and durability.
- StoreTrivial.Companion - Class in org.mapdb
-
- StoreTrivialTx - Class in org.mapdb
-
- StoreTrivialTx(file, isThreadSafe, deleteFilesAfterClose) - Constructor for class org.mapdb.StoreTrivialTx
-
- StoreTrivialTx.Companion - Class in org.mapdb
-
- StoreTx - Interface in org.mapdb
-
Stores records, transactional version
- StoreType() - Constructor for enum org.mapdb.DBMaker.StoreType
-
- StoreWAL - Class in org.mapdb
-
StoreDirect with write ahead log
- StoreWAL(file, volumeFactory, fileLockWait, isThreadSafe, concShift, allocateIncrement, allocateStartSize, fileDeleteAfterClose, fileDeleteAfterOpen, checksum, checksumHeader, checksumHeaderBypass) - Constructor for class org.mapdb.StoreWAL
-
StoreDirect with write ahead log
- StoreWAL.Companion - Class in org.mapdb
-
- Stream() - Constructor for class org.mapdb.DataInput2.Stream
-
- String() - Constructor for class org.mapdb.Atomic.String
-
- STRING - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a UTF-8 encoded format. The Serializer also stores the String's size, allowing it to be used as a GroupSerializer in BTreeMaps. This Serializer hashes Strings using a specially tailored hash code method as opposed to the Serializer#STRING_ORIGHASH
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- STRING_ASCII - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a ASCII encoded format (8 bit character) which is faster than using a UTF-8 format. The Serializer also stores the String's size, allowing it to be used as a GroupSerializer in BTreeMaps. This Serializer hashes Strings using a specially tailored hash code method as opposed to the Serializer#STRING_ORIGHASH
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- STRING_DELTA - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a UTF-8 encoded format. The Serializer also stores the String's size, allowing it to be used as a GroupSerializer in BTreeMaps. Neighboring strings may be delta encoded for increased storage efficency. This Serializer hashes Strings using a specially tailored hash code method as opposed to the Serializer#STRING_ORIGHASH
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- STRING_DELTA2 - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a UTF-8 encoded format. The Serializer also stores the String's size, allowing it to be used as a GroupSerializer in BTreeMaps. Neighboring strings may be delta encoded for increased storage efficency. This Serializer hashes Strings using a specially tailored hash code method as opposed to the Serializer#STRING_ORIGHASH
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- STRING_INTERN - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a UTF-8 encoded format. The Serializer also stores the String's size, allowing it to be used as a GroupSerializer in BTreeMaps. Neighboring strings may be delta encoded for increased storage efficency. Deserialized strings are automatically interned String#intern()
allowing a more heap space efficient storage for repeated strings. This Serializer hashes Strings using a specially tailored hash code method as opposed to the Serializer#STRING_ORIGHASH
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- STRING_NOSIZE - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a UTF-8 encoded format. The Serializer does not store the String's size, thereby preventing it from being used as a GroupSerializer. This Serializer hashes Strings using the original hash code method as opposed to the Serializer#STRING
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- STRING_ORIGHASH - Variable in interface org.mapdb.Serializer
-
A predefined Serializer that handles non-null String whereby Strings are serialized to a UTF-8 encoded format. The Serializer also stores the String's size, allowing it to be used as a GroupSerializer in BTreeMaps. This Serializer hashes Strings using the original hash code method as opposed to the Serializer#STRING
Serializer. If a null
value is passed to the Serializer, a NullPointerException will be thrown.
- subMap(fromKey, fromInclusive, toKey, toInclusive) - Method in class org.mapdb.BTreeMap
-
- subMap(fromKey, toKey) - Method in class org.mapdb.BTreeMap
-
- subMap() - Method in class org.mapdb.BTreeMapJava.DescendingMap
-
- subMap() - Method in class org.mapdb.BTreeMapJava.DescendingMap
-
- SubMap() - Constructor for class org.mapdb.BTreeMapJava.SubMap
-
- subMap() - Method in class org.mapdb.BTreeMapJava.SubMap
-
- subMap() - Method in class org.mapdb.BTreeMapJava.SubMap
-
- subMap(fromKey, fromInclusive, toKey, toInclusive) - Method in class org.mapdb.SortedTableMap
-
- subMap(fromKey, toKey) - Method in class org.mapdb.SortedTableMap
-
- subSet() - Method in class org.mapdb.BTreeMapJava.KeySet
-
- subSet() - Method in class org.mapdb.BTreeMapJava.KeySet
-
- sum() - Method in class org.mapdb.IndexTreeLongLongMap
-
- sync() - Method in class org.mapdb.volume.ByteArrayVol
-
- sync() - Method in class org.mapdb.volume.ByteBufferMemoryVol
-
- sync() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
-
- sync() - Method in class org.mapdb.volume.FileChannelVol
-
- sync() - Method in class org.mapdb.volume.MappedFileVol
-
- sync() - Method in class org.mapdb.volume.MappedFileVolSingle
-
- sync() - Method in class org.mapdb.volume.RandomAccessFileVol
-
- sync() - Method in class org.mapdb.volume.ReadOnlyVolume
-
- sync() - Method in class org.mapdb.volume.SingleByteArrayVol
-
- sync() - Method in class org.mapdb.volume.Volume
-
- sync() - Method in class org.mapdb.WriteAheadLog
-