- save(Engine) - Method in class org.mapdb.SerializerPojo
-
- saveClassInfo() - Method in class org.mapdb.SerializerPojo
-
action performed after classInfo was modified, feel free to override
- secondaryKey(Bind.MapWithModificationListener<K, V>, Set<Fun.Tuple2<K2, K>>, Fun.Function2<K2, K, V>) - Static method in class org.mapdb.Bind
-
Binds Secondary Set so it contains Secondary Key (Index).
- secondaryKey(Bind.MapWithModificationListener<K, V>, Map<K2, K>, Fun.Function2<K2, K, V>) - Static method in class org.mapdb.Bind
-
Binds Secondary Set so it contains Secondary Key (Index).
- secondaryKeys(Bind.MapWithModificationListener<K, V>, Set<Fun.Tuple2<K2, K>>, Fun.Function2<K2[], K, V>) - Static method in class org.mapdb.Bind
-
Binds Secondary Set so it contains Secondary Key (Index).
- secondaryValue(Bind.MapWithModificationListener<K, V>, Map<K, V2>, Fun.Function2<V2, K, V>) - Static method in class org.mapdb.Bind
-
Binds Secondary Map so that it contains Key from Primary Map and custom Value.
- secondaryValues(Bind.MapWithModificationListener<K, V>, Set<Fun.Tuple2<K, V2>>, Fun.Function2<V2[], K, V>) - Static method in class org.mapdb.Bind
-
Binds Secondary Map so that it contains Key from Primary Map and custom Value.
- Segment(int, float) - Constructor for class org.mapdb.LongConcurrentHashMap.Segment
-
- segmentFor(int) - Method in class org.mapdb.LongConcurrentHashMap
-
Returns the segment that should be used for key with given hash
- segmentLocks - Variable in class org.mapdb.HTreeMap
-
- segmentMask - Variable in class org.mapdb.LongConcurrentHashMap
-
Mask value for indexing into segments.
- segmentRecids - Variable in class org.mapdb.HTreeMap
-
list of segments, this is immutable
- segments - Variable in class org.mapdb.LongConcurrentHashMap
-
The segments, each of which is a specialized hash table
- segmentShift - Variable in class org.mapdb.LongConcurrentHashMap
-
Shift value for indexing within segments.
- serializationTransformsDeserialize - Variable in class org.mapdb.SerializerPojo
-
- serializationTransformsSerialize - Variable in class org.mapdb.SerializerPojo
-
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer.BasicKeySerializer
-
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer
-
Serialize keys from single BTree Node.
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
-
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
-
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
-
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
- serialize(DataOutput, int, int, Object[]) - Method in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
- serialize(DataOutput, BTreeMap.BNode) - Method in class org.mapdb.BTreeMap.NodeSerializer
-
- serialize(DataOutput, Queues.SimpleQueue.Node<E>) - Method in class org.mapdb.Queues.SimpleQueue.NodeSerializer
-
- serialize(DataOutput, E) - Method in class org.mapdb.Serializer.CompressionWrapper
-
- serialize(DataOutput, A) - Method in interface org.mapdb.Serializer
-
Serialize the content of an object into a ObjectOutput
- serialize(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serialize(DataOutput, Object, SerializerBase.FastArrayList<Object>) - Method in class org.mapdb.SerializerBase
-
- serialize(DataOutput, Object) - Method in class org.mapdb.SerializerPojo
-
- serialize(A, Serializer<A>) - Method in class org.mapdb.Store
-
- serialize2(DataOutput, Object, SerializerBase.FastArrayList<Object>, Class<?>) - Method in class org.mapdb.SerializerBase
-
- serializeByte(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeByteArray(DataOutput, byte[]) - Method in class org.mapdb.SerializerBase
-
- serializeClass(DataOutput, Class) - Method in class org.mapdb.SerializerBase
-
- serializeCollection(int, DataOutput, Object, SerializerBase.FastArrayList<Object>) - Method in class org.mapdb.SerializerBase
-
- serializeDouble(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeFloat(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeInt(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeIntArray(DataOutput, int[]) - Method in class org.mapdb.SerializerBase
-
- serializeLong(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeLongArray(DataOutput, long[]) - Method in class org.mapdb.SerializerBase
-
- serializeMap(int, DataOutput, Object, SerializerBase.FastArrayList<Object>) - Method in class org.mapdb.SerializerBase
-
- serializer - Variable in class org.mapdb.Atomic.Var
-
- serializer - Variable in class org.mapdb.DB.BTreeSetMaker
-
- serializer(BTreeKeySerializer<?>) - Method in class org.mapdb.DB.BTreeSetMaker
-
keySerializer used to convert keys into/from binary form.
- serializer - Variable in class org.mapdb.DB.HTreeSetMaker
-
- serializer(Serializer<?>) - Method in class org.mapdb.DB.HTreeSetMaker
-
keySerializer used to convert keys into/from binary form.
- serializer - Variable in class org.mapdb.EngineWrapper.ImmutabilityCheckEngine.Item
-
- SERIALIZER - Static variable in class org.mapdb.HTreeMap.ExpireLinkNode
-
- serializer - Variable in class org.mapdb.Queues.SimpleQueue.NodeSerializer
-
- serializer - Variable in class org.mapdb.Queues.SimpleQueue
-
- Serializer<A> - Interface in org.mapdb
-
Provides serialization and deserialization
- serializer - Variable in class org.mapdb.Serializer.CompressionWrapper
-
- serializer - Static variable in class org.mapdb.SerializerPojo
-
- Serializer.CompressionWrapper<E> - Class in org.mapdb
-
wraps another serializer and (de)compresses its output/input
- SERIALIZER_BASIC - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_BOOLEAN - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_BYTE_ARRAY_NOSIZE - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_CHAR_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_COMPRESSION_WRAPPER - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_DOUBLE_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_ILLEGAL_ACCESS - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_INT - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_INT_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_JAVA - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_KEY_TUPLE2 - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_KEY_TUPLE3 - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_KEY_TUPLE4 - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_KEY_TUPLE5 - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_KEY_TUPLE6 - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_LONG - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_LONG_ARRAY - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_STRING - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_STRING_ASCII - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_STRING_INTERN - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_STRING_NOSIZE - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SERIALIZER_UUID - Static variable in interface org.mapdb.SerializerBase.HeaderMapDB
-
- SerializerBase - Class in org.mapdb
-
Serializer which uses 'header byte' to serialize/deserialize
most of classes from 'java.lang' and 'java.util' packages.
- SerializerBase() - Constructor for class org.mapdb.SerializerBase
-
- SerializerBase.FastArrayList<K> - Class in org.mapdb
-
Utility class similar to ArrayList, but with fast identity search.
- SerializerBase.Header - Interface in org.mapdb
-
Header byte, is used at start of each record to indicate data type
WARNING !!! values bellow must be unique !!!!!
- SerializerBase.HeaderMapDB - Interface in org.mapdb
-
- SerializerBase.singletons - Class in org.mapdb
-
- serializerChar(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- SerializerCheckEngineWrapper(Engine) - Constructor for class org.mapdb.EngineWrapper.SerializerCheckEngineWrapper
-
- SerializerPojo - Class in org.mapdb
-
Serializer which handles POJO, object graphs etc.
- SerializerPojo(CopyOnWriteArrayList<SerializerPojo.ClassInfo>) - Constructor for class org.mapdb.SerializerPojo
-
- serializerPojo - Variable in class org.mapdb.Store
-
default serializer used for persistence.
- SerializerPojo.ClassInfo - Class in org.mapdb
-
Stores info about single class stored in MapDB.
- SerializerPojo.FieldInfo - Class in org.mapdb
-
Stores info about single field stored in MapDB.
- SerializerPojo.ObjectInputStream2 - Class in org.mapdb
-
- SerializerPojo.ObjectOutputStream2 - Class in org.mapdb
-
- serializerPojoInitLock - Variable in class org.mapdb.Store
-
- serializerTransformAdd(Fun.Function1<A, R>, Fun.Function1<R, A>) - Method in class org.mapdb.SerializerPojo
-
Add interceptor which may modify all deserialized/serialized objects
- serializerTransformRemove(Fun.Function1<A, R>, Fun.Function1<R, A>) - Method in class org.mapdb.SerializerPojo
-
Removes interceptor which may modify all deserialized/serialized objects
- serializeShort(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeString(DataOutput, Object) - Method in class org.mapdb.SerializerBase
-
- serializeUnknownObject(DataOutput, Object, SerializerBase.FastArrayList<Object>) - Method in class org.mapdb.SerializerBase
-
override this method to extend SerializerBase functionality
- serializeUnknownObject(DataOutput, Object, SerializerBase.FastArrayList<Object>) - Method in class org.mapdb.SerializerPojo
-
- serialVersionUID - Static variable in class org.mapdb.Atomic.Integer
-
- serialVersionUID - Static variable in class org.mapdb.Atomic.Long
-
- serialVersionUID - Static variable in class org.mapdb.BTreeKeySerializer.BasicKeySerializer
-
- serialVersionUID - Static variable in class org.mapdb.BTreeKeySerializer.Tuple2KeySerializer
-
- serialVersionUID - Static variable in class org.mapdb.BTreeKeySerializer.Tuple3KeySerializer
-
- serialVersionUID - Static variable in class org.mapdb.BTreeKeySerializer.Tuple4KeySerializer
-
- serialVersionUID - Static variable in class org.mapdb.BTreeKeySerializer.Tuple5KeySerializer
-
- serialVersionUID - Static variable in class org.mapdb.BTreeKeySerializer.Tuple6KeySerializer
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple2
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple2Comparator
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple3
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple3Comparator
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple4
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple4Comparator
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple5
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple5Comparator
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple6
-
- serialVersionUID - Static variable in class org.mapdb.Fun.Tuple6Comparator
-
- serialVersionUID - Static variable in class org.mapdb.LongConcurrentHashMap.Segment
-
- serialVersionUID - Static variable in class org.mapdb.LongConcurrentHashMap
-
- serialVersionUID - Static variable in class org.mapdb.LongHashMap
-
- serialVersionUID - Static variable in class org.mapdb.Serializer.CompressionWrapper
-
- serialVersionUID - Static variable in class org.mapdb.SerializerPojo
-
- serialVersionUID - Static variable in class org.mapdb.StoreHeap
-
- serialVersionUID - Static variable in exception org.mapdb.TxRollbackException
-
- set(boolean) - Method in class org.mapdb.Atomic.Boolean
-
Unconditionally sets to the given value.
- set(int) - Method in class org.mapdb.Atomic.Integer
-
Sets to the given value.
- set(long) - Method in class org.mapdb.Atomic.Long
-
Sets to the given value.
- set(String) - Method in class org.mapdb.Atomic.String
-
Unconditionally sets to the given value.
- set(E) - Method in class org.mapdb.Atomic.Var
-
Unconditionally sets to the given value.
- setDb(DB) - Method in class org.mapdb.SerializerPojo
-
- setFieldValue(SerializerPojo.FieldInfo, Object, Object) - Method in class org.mapdb.SerializerPojo
-
- setIndexVal(long, long) - Method in class org.mapdb.StoreAppend
-
Deprecated.
- setObjectStreamFields(ObjectStreamField[]) - Method in class org.mapdb.SerializerPojo.ClassInfo
-
- setTable(LongConcurrentHashMap.HashEntry<V>[]) - Method in class org.mapdb.LongConcurrentHashMap.Segment
-
Sets table to new HashEntry array.
- setValue(V) - Method in class org.mapdb.HTreeMap.Entry2
-
- SHORT - Static variable in interface org.mapdb.SerializerBase.Header
-
- SHORT_0 - Static variable in interface org.mapdb.SerializerBase.Header
-
- SHORT_1 - Static variable in interface org.mapdb.SerializerBase.Header
-
- SHORT_255 - Static variable in interface org.mapdb.SerializerBase.Header
-
- SHORT_M1 - Static variable in interface org.mapdb.SerializerBase.Header
-
- SHORT_M255 - Static variable in interface org.mapdb.SerializerBase.Header
-
- shutdownHappened - Variable in class org.mapdb.EngineWrapper.CloseOnJVMShutdown
-
- SimpleQueue(Engine, Serializer<E>, long, boolean) - Constructor for class org.mapdb.Queues.SimpleQueue
-
- singletons() - Constructor for class org.mapdb.SerializerBase.singletons
-
- size - Variable in class org.mapdb.AsyncWriteEngine
-
- size - Variable in class org.mapdb.AsyncWriteEngine.WriterRunnable
-
- size(Bind.MapWithModificationListener<K, V>, Atomic.Long) - Static method in class org.mapdb.Bind
-
Binds
Atomic.Long to Primary Map so the Atomic.Long contains size of Map.
- size() - Method in class org.mapdb.BTreeMap.DescendingMap
-
- size() - Method in class org.mapdb.BTreeMap.EntrySet
-
- size() - Method in class org.mapdb.BTreeMap.KeySet
-
- size() - Method in class org.mapdb.BTreeMap
-
- size() - Method in class org.mapdb.BTreeMap.SubMap
-
- size() - Method in class org.mapdb.BTreeMap.Values
-
- size() - Method in class org.mapdb.HTreeMap.KeySet
-
- size() - Method in class org.mapdb.HTreeMap
-
- size() - Method in class org.mapdb.LongConcurrentHashMap
-
Returns the number of key-value mappings in this map.
- size - Variable in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
-
- size() - Method in class org.mapdb.LongConcurrentLRUMap.PriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size - Variable in class org.mapdb.LongConcurrentLRUMap
-
- size() - Method in class org.mapdb.LongConcurrentLRUMap
-
- size() - Method in class org.mapdb.LongHashMap
-
Returns the number of elements in this map.
- size() - Method in class org.mapdb.LongMap
-
Returns the number of elements in this map.
- size - Variable in class org.mapdb.Queues.CircularQueue
-
- size() - Method in class org.mapdb.Queues.SimpleQueue
-
- size - Variable in class org.mapdb.SerializerBase.FastArrayList
-
- size - Variable in class org.mapdb.Volume.FileChannelVol
-
- size2ListIoRecid(long) - Static method in class org.mapdb.StoreDirect
-
- sizeLimit - Static variable in interface org.mapdb.DBMaker.Keys
-
- sizeLimit(double) - Method in class org.mapdb.DBMaker
-
Sets store size limit.
- sizeLimit - Variable in class org.mapdb.StoreDirect
-
- sizeLimit - Variable in class org.mapdb.Volume.ByteBufferVol
-
- sizeLimit - Variable in class org.mapdb.Volume.FileChannelVol
-
- sizeLong() - Method in interface org.mapdb.Bind.MapWithModificationListener
-
- sizeLong() - Method in class org.mapdb.BTreeMap.KeySet
-
- sizeLong() - Method in class org.mapdb.BTreeMap
-
- sizeLong() - Method in class org.mapdb.BTreeMap.SubMap
-
- sizeLong() - Method in class org.mapdb.HTreeMap.KeySet
-
- sizeLong() - Method in class org.mapdb.HTreeMap
-
- SIZEP - Static variable in class org.mapdb.StoreAppend
-
Deprecated.
add to size before writing it to file
- SKIP - Static variable in class org.mapdb.StoreAppend
-
Deprecated.
at place of recid indicates commited transaction, just ignore this value and continue
- skipBytes(int) - Method in class org.mapdb.DataInput2
-
- snapshot() - Method in class org.mapdb.BTreeMap
-
Make readonly snapshot view of current Map.
- snapshot() - Method in class org.mapdb.DB
-
Make readonly snapshot view of DB and all of its collection
Collections loaded by this instance are not affected (are still mutable).
- snapshot() - Method in interface org.mapdb.Engine
-
Returns read-only snapshot of data in Engine.
- snapshot() - Method in class org.mapdb.EngineWrapper.ReadOnlyEngine
-
- snapshot() - Method in class org.mapdb.EngineWrapper
-
- snapshot() - Method in class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
-
- snapshot() - Method in class org.mapdb.HTreeMap
-
Make readonly snapshot view of current Map.
- snapshot() - Method in class org.mapdb.Store
-
- snapshot() - Method in class org.mapdb.TxEngine
-
- snapshot() - Method in class org.mapdb.TxEngine.Tx
-
- snapshotEnable() - Method in class org.mapdb.DBMaker
-
MapDB supports snapshots.
- snapshots - Static variable in interface org.mapdb.DBMaker.Keys
-
- sort(Iterator<E>, boolean, int, Comparator, Serializer) - Static method in class org.mapdb.Pump
-
Sorts large data set by given `Comparator`.
- sort(Comparator, boolean, Iterator...) - Static method in class org.mapdb.Pump
-
Merge presorted iterators into single sorted iterator.
- spaceReclaimReuse - Variable in class org.mapdb.StoreDirect
-
- spaceReclaimSplit - Variable in class org.mapdb.StoreDirect
-
- spaceReclaimTrack - Variable in class org.mapdb.StoreDirect
-
- Stack(Engine, Serializer<E>, long, boolean) - Constructor for class org.mapdb.Queues.Stack
-
- startThreads(Executor) - Method in class org.mapdb.AsyncWriteEngine
-
Starts background threads.
- store - Static variable in interface org.mapdb.DBMaker.Keys
-
- Store - Class in org.mapdb
-
Low level record store.
- Store(boolean, boolean, byte[], boolean) - Constructor for class org.mapdb.Store
-
- store_append - Static variable in interface org.mapdb.DBMaker.Keys
-
- store_direct - Static variable in interface org.mapdb.DBMaker.Keys
-
- store_heap - Static variable in interface org.mapdb.DBMaker.Keys
-
- STORE_VERSION - Static variable in class org.mapdb.StoreDirect
-
2 byte store version
- store_wal - Static variable in interface org.mapdb.DBMaker.Keys
-
- StoreAppend - Class in org.mapdb
-
Deprecated.
- StoreAppend(File, boolean, boolean, boolean, boolean, boolean, boolean, boolean, byte[], boolean) - Constructor for class org.mapdb.StoreAppend
-
Deprecated.
- StoreAppend(File) - Constructor for class org.mapdb.StoreAppend
-
Deprecated.
- StoreDirect - Class in org.mapdb
-
Storage Engine which saves record directly into file.
- StoreDirect(Volume.Factory, boolean, boolean, int, boolean, long, boolean, boolean, byte[], boolean, int) - Constructor for class org.mapdb.StoreDirect
-
- StoreDirect(Volume.Factory) - Constructor for class org.mapdb.StoreDirect
-
- StoreHeap - Class in org.mapdb
-
Store which keeps all instances on heap.
- StoreHeap() - Constructor for class org.mapdb.StoreHeap
-
- StoreWAL - Class in org.mapdb
-
Write-Ahead-Log
- StoreWAL(Volume.Factory) - Constructor for class org.mapdb.StoreWAL
-
- StoreWAL(Volume.Factory, boolean, boolean, int, boolean, long, boolean, boolean, byte[], boolean, int) - Constructor for class org.mapdb.StoreWAL
-
- strictDBGet - Variable in class org.mapdb.DB
-
- strictDBGet - Static variable in interface org.mapdb.DBMaker.Keys
-
- strictDBGet() - Method in class org.mapdb.DBMaker
-
- strictDBGet - Variable in class org.mapdb.TxMaker
-
- String(Engine, long) - Constructor for class org.mapdb.Atomic.String
-
- STRING - Static variable in class org.mapdb.BTreeKeySerializer
-
Applies delta packing on java.lang.String.
- STRING - Static variable in interface org.mapdb.Serializer
-
Serializes strings using UTF8 encoding.
- STRING - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_0 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_1 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_10 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_2 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_3 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_4 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_5 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_6 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_7 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_8 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_9 - Static variable in interface org.mapdb.SerializerBase.Header
-
- STRING_ASCII - Static variable in interface org.mapdb.Serializer
-
Serializes strings using ASCII encoding (8 bit character).
- STRING_INTERN - Static variable in interface org.mapdb.Serializer
-
Serializes strings using UTF8 encoding.
- STRING_NOSIZE - Static variable in interface org.mapdb.Serializer
-
Serializes strings using UTF8 encoding.
- structuralLock - Variable in class org.mapdb.Store
-
- subMap(K, boolean, K, boolean) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- subMap(K, K) - Method in class org.mapdb.BTreeMap.DescendingMap
-
- subMap(K, boolean, K, boolean) - Method in class org.mapdb.BTreeMap
-
- subMap(K, K) - Method in class org.mapdb.BTreeMap
-
- SubMap(BTreeMap<K, V>, K, boolean, K, boolean) - Constructor for class org.mapdb.BTreeMap.SubMap
-
- subMap(K, boolean, K, boolean) - Method in class org.mapdb.BTreeMap.SubMap
-
- subMap(K, K) - Method in class org.mapdb.BTreeMap.SubMap
-
- subSet(E, boolean, E, boolean) - Method in class org.mapdb.BTreeMap.KeySet
-
- subSet(E, E) - Method in class org.mapdb.BTreeMap.KeySet
-
- sunConstructor - Static variable in class org.mapdb.SerializerPojo
-
- sunReflFac - Static variable in class org.mapdb.SerializerPojo
-
- superCommit() - Method in class org.mapdb.TxEngine
-
- superDelete(long, Serializer<A>) - Method in class org.mapdb.TxEngine
-
- superGet(long, Serializer<A>) - Method in class org.mapdb.TxEngine
-
- superUpdate(long, A, Serializer<A>) - Method in class org.mapdb.TxEngine
-
- sync() - Method in class org.mapdb.Volume.FileChannelVol
-
- sync() - Method in class org.mapdb.Volume.MappedFileVol
-
- sync() - Method in class org.mapdb.Volume.MemoryVol
-
- sync() - Method in class org.mapdb.Volume
-
- SynchronizedEngineWrapper(Engine) - Constructor for class org.mapdb.EngineWrapper.SynchronizedEngineWrapper
-
- syncOnCommit - Variable in class org.mapdb.StoreAppend
-
Deprecated.
- syncOnCommitDisabled - Variable in class org.mapdb.StoreDirect
-