Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

add(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
addAndGet(int) - Method in class org.mapdb.Atomic.Integer
Atomically adds the given value to the current value.
addAndGet(long) - Method in class org.mapdb.Atomic.Long
Atomically adds the given value to the current value.
afterReplayFinished() - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
allocate(int, int) - Method in class org.mapdb.WriteAheadLog
Allocate space in WAL
arrayDelete(Object[], int, int) - Static method in class org.mapdb.DataIO
 
arrayDelete(long[], int, int) - Static method in class org.mapdb.DataIO
 
arrayPut(Object[], int, Object) - Static method in class org.mapdb.BTreeMapJava
 
arrayPut(long[], int, long) - Static method in class org.mapdb.BTreeMapJava
 
arrayPut(Object[], int, Object) - Static method in class org.mapdb.DataIO
 
ASSERT - Static variable in interface org.mapdb.CC
compile MapDB with assertions enabled
assertZeroes(long, long) - Method in class org.mapdb.volume.Volume
Check that all bytes between given offsets are zero.
Atomic - Class in org.mapdb
A small toolkit of classes that support lock-free thread-safe programming on single records.
Atomic.Boolean - Class in org.mapdb
A boolean record that may be updated atomically.
Atomic.Integer - Class in org.mapdb
An int record that may be updated atomically.
Atomic.Long - Class in org.mapdb
A long record that may be updated atomically.
Atomic.String - Class in org.mapdb
A String record that may be updated atomically.
Atomic.Var<E> - Class in org.mapdb
Atomically updated variable which may contain any type of record.

B

beforeReplayStart() - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
BIG_DECIMAL - Static variable in interface org.mapdb.Serializer
 
BIG_INTEGER - Static variable in interface org.mapdb.Serializer
 
BinaryGet(GroupSerializer<K>, GroupSerializer<V>, Comparator<K>, K) - Constructor for class org.mapdb.BTreeMapJava.BinaryGet
 
Boolean(Store, long) - Constructor for class org.mapdb.Atomic.Boolean
 
BOOLEAN - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Booleans whereby Booleans are serialized to a one byte format.
BTREEMAP_MAX_NODE_SIZE - Static variable in interface org.mapdb.CC
 
BTreeMapJava - Class in org.mapdb
Java code for BTreeMap.
BTreeMapJava() - Constructor for class org.mapdb.BTreeMapJava
 
BTreeMapJava.BinaryGet<K,V> - Class in org.mapdb
 
BTreeMapJava.ConcurrentNavigableMap2<K,V> - Interface in org.mapdb
 
BTreeMapJava.DescendingMap<K,V> - Class in org.mapdb
 
BTreeMapJava.KeySet<E> - Class in org.mapdb
 
BTreeMapJava.Node - Class in org.mapdb
 
BTreeMapJava.NodeSerializer - Class in org.mapdb
 
BTreeMapJava.SubMap<K,V> - Class in org.mapdb
 
buf - Variable in class org.mapdb.DataInput2.ByteArray
 
buf - Variable in class org.mapdb.DataInput2.ByteBuffer
 
buf - Variable in class org.mapdb.DataOutput2
 
buffer - Variable in class org.mapdb.volume.ByteBufferVolSingle
 
BYTE - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Bytes whereby Bytes are serialized to a one byte format.
BYTE_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes byte[] it adds header which contains size information
BYTE_ARRAY_DELTA - Static variable in interface org.mapdb.Serializer
 
BYTE_ARRAY_DELTA2 - Static variable in interface org.mapdb.Serializer
 
BYTE_ARRAY_NOSIZE - Static variable in interface org.mapdb.Serializer
Serializes byte[] directly into underlying store It does not store size, so it can not be used in Maps and other collections.
ByteArray(byte[]) - Constructor for class org.mapdb.DataInput2.ByteArray
 
ByteArray(byte[], int) - Constructor for class org.mapdb.DataInput2.ByteArray
 
ByteArrayVol - Class in org.mapdb.volume
Created by jan on 2/29/16.
ByteArrayVol() - Constructor for class org.mapdb.volume.ByteArrayVol
 
ByteArrayVol(int, long) - Constructor for class org.mapdb.volume.ByteArrayVol
 
ByteBuffer(ByteBuffer, int) - Constructor for class org.mapdb.DataInput2.ByteBuffer
 
ByteBufferMemoryVol - Class in org.mapdb.volume
Created by jan on 3/13/16.
ByteBufferMemoryVol(boolean, int, boolean, long) - Constructor for class org.mapdb.volume.ByteBufferMemoryVol
 
ByteBufferMemoryVolSingle - Class in org.mapdb.volume
Created by jan on 3/13/16.
ByteBufferMemoryVolSingle(boolean, long, boolean) - Constructor for class org.mapdb.volume.ByteBufferMemoryVolSingle
 
ByteBufferVol - Class in org.mapdb.volume
Abstract Volume over bunch of ByteBuffers It leaves ByteBufferVol details (allocation, disposal) on subclasses.
ByteBufferVol(boolean, int, boolean) - Constructor for class org.mapdb.volume.ByteBufferVol
 
ByteBufferVolSingle - Class in org.mapdb.volume
Abstract Volume over single ByteBuffer, maximal size is 2GB (32bit limit).
ByteBufferVolSingle(boolean, long, boolean) - Constructor for class org.mapdb.volume.ByteBufferVolSingle
 

C

cast(Object) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
CC - Interface in org.mapdb
Compilation Configuration.
ceiling(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
ceilingEntry(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
ceilingEntry(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
ceilingKey(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
ceilingKey(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
channel - Variable in class org.mapdb.volume.FileChannelVol
 
CHAR - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Characters.
CHAR_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes char[] it adds header which contains size information
CharArrayKeys(DataInput2, int[], int) - Constructor for class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
checkFolder(File, boolean) - Static method in class org.mapdb.volume.FileChannelVol
 
checksum(Volume, long, long) - Method in class org.mapdb.WriteAheadLog
 
CLASS - Static variable in interface org.mapdb.Serializer
 
classLoader - Variable in class org.mapdb.serializer.SerializerClass
 
cleanerHackEnabled - Variable in class org.mapdb.volume.ByteBufferVol
 
cleanerHackEnabled - Variable in class org.mapdb.volume.ByteBufferVolSingle
 
clear() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
clear() - Method in class org.mapdb.BTreeMapJava.KeySet
 
clear() - Method in class org.mapdb.BTreeMapJava.SubMap
 
clear(long, long) - Method in class org.mapdb.volume.ByteArrayVol
 
clear(long, long) - Method in class org.mapdb.volume.ByteBufferVol
 
clear(long, long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
clear(long, long) - Method in class org.mapdb.volume.FileChannelVol
 
clear(FileChannel, long, long) - Static method in class org.mapdb.volume.FileChannelVol
 
clear(long, long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
clear(long, long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
clear(long, long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
clear(long, long) - Method in class org.mapdb.volume.Volume
Set all bytes between startOffset and endOffset to zero.
clearOverlap(long, long) - Method in class org.mapdb.volume.Volume
 
clearRAF(RandomAccessFile, long, long) - Static method in class org.mapdb.volume.RandomAccessFileVol
 
clone(A) - Method in interface org.mapdb.Serializer
Creates binary copy of given object.
close() - Method in class org.mapdb.BTreeMapJava.KeySet
 
close() - Method in class org.mapdb.DataInput2.ByteArray
 
close() - Method in class org.mapdb.DataInput2.ByteBuffer
 
close() - Method in class org.mapdb.DataInput2
 
close() - Method in class org.mapdb.DataInput2.DataInputToStream
 
close() - Method in class org.mapdb.DataInput2.Stream
 
close() - Method in class org.mapdb.volume.ByteArrayVol
 
close() - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
close() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
close() - Method in class org.mapdb.volume.FileChannelVol
 
close() - Method in class org.mapdb.volume.MappedFileVol
 
close() - Method in class org.mapdb.volume.MappedFileVolSingle
 
close() - Method in class org.mapdb.volume.RandomAccessFileVol
 
close() - Method in class org.mapdb.volume.ReadOnlyVolume
 
close() - Method in class org.mapdb.volume.SingleByteArrayVol
 
close() - Method in class org.mapdb.volume.Volume
 
close() - Method in class org.mapdb.WriteAheadLog
 
closed - Variable in class org.mapdb.volume.Volume
 
commit() - Method in class org.mapdb.WriteAheadLog
 
commit() - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
commonPrefixLen(byte[][]) - Static method in class org.mapdb.serializer.SerializerByteArrayDelta
 
commonPrefixLen(char[][]) - Static method in class org.mapdb.serializer.SerializerStringDelta
 
commonPrefixLen() - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
commonPrefixLen() - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
commonPrefixLen() - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
comp - Variable in class org.mapdb.serializer.SerializerArrayTuple
 
COMPARABLE_COMPARATOR - Static variable in class org.mapdb.BTreeMapJava
 
comparator() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
comparator() - Method in class org.mapdb.BTreeMapJava.KeySet
 
comparator() - Method in class org.mapdb.BTreeMapJava.SubMap
 
compare(A, A) - Method in interface org.mapdb.Serializer
 
compare(Object[], Object[]) - Method in class org.mapdb.serializer.SerializerArray
 
compare(Object[], Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
compare(byte[], byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
compare(byte[], byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
compare(byte[], byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
compare(char[], char[]) - Method in class org.mapdb.serializer.SerializerCharArray
 
compare(E, E) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
compare(E, E) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
compare(double[], double[]) - Method in class org.mapdb.serializer.SerializerDoubleArray
 
compare(float[], float[]) - Method in class org.mapdb.serializer.SerializerFloatArray
 
compare(int[], int[]) - Method in class org.mapdb.serializer.SerializerIntArray
 
compare(long[], long[]) - Method in class org.mapdb.serializer.SerializerLongArray
 
compare(short[], short[]) - Method in class org.mapdb.serializer.SerializerShortArray
 
compare(int, byte[]) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
compare(int, String) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
compare(int, int) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
compare(int, String) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
compare(int, int) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
compare(int, String) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
compare(int, int) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
compareAndSet(boolean, boolean) - Method in class org.mapdb.Atomic.Boolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class org.mapdb.Atomic.Integer
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class org.mapdb.Atomic.Long
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(String, String) - Method in class org.mapdb.Atomic.String
Atomically sets the value to the given updated value if the current value equals the expected value.
compareAndSet(E, E) - Method in class org.mapdb.Atomic.Var
Atomically sets the value to the given updated value if the current value equals the expected value.
compareInt(int, int) - Static method in class org.mapdb.serializer.SerializerUtils
 
componentType - Variable in class org.mapdb.serializer.SerializerArray
 
compressLevel - Variable in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
contains(Object) - Method in class org.mapdb.BTreeMapJava.KeySet
 
containsKey(Object) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
containsKey(Object) - Method in class org.mapdb.BTreeMapJava.SubMap
 
containsValue(Object) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
containsValue(Object) - Method in class org.mapdb.BTreeMapJava.SubMap
 
copyBytes() - Method in class org.mapdb.DataOutput2
 
copyFrom(InputStream) - Method in class org.mapdb.volume.Volume
Copy content from InputStream into this Volume.
copyOfRange(int, int) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
copyOfRange(int, int) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
copyOfRange(int, int) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
copyTo(long, Volume, long, long) - Method in class org.mapdb.volume.ByteArrayVol
 
copyTo(long, Volume, long, long) - Method in class org.mapdb.volume.ByteBufferVol
 
copyTo(long, Volume, long, long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
copyTo(long, Volume, long, long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
copyTo(long, Volume, long, long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
copyTo(long, Volume, long, long) - Method in class org.mapdb.volume.Volume
Transfers data from this Volume into target volume.
copyTo(Volume) - Method in class org.mapdb.volume.Volume
Copy content of this volume to another.
copyTo(OutputStream) - Method in class org.mapdb.volume.Volume
Copy content of this volume to OutputStream.
curVol - Variable in class org.mapdb.WriteAheadLog
 

D

data - Variable in class org.mapdb.volume.SingleByteArrayVol
 
DataInput2 - Class in org.mapdb
Used for serialization
DataInput2() - Constructor for class org.mapdb.DataInput2
 
DataInput2.ByteArray - Class in org.mapdb
DataInput on top of byte[]
DataInput2.ByteBuffer - Class in org.mapdb
Wraps ByteBuffer and provides DataInput
DataInput2.DataInputToStream - Class in org.mapdb
Wraps DataInput into InputStream
DataInput2.Stream - Class in org.mapdb
 
DataInputToStream(DataInput) - Constructor for class org.mapdb.DataInput2.DataInputToStream
 
DataIO - Class in org.mapdb
Various IO classes and utilities..
DataOutput2 - Class in org.mapdb
Output of serialization
DataOutput2() - Constructor for class org.mapdb.DataOutput2
 
DATE - Static variable in interface org.mapdb.Serializer
 
decrementAndGet() - Method in class org.mapdb.Atomic.Integer
Atomically decrements by one the current value.
decrementAndGet() - Method in class org.mapdb.Atomic.Long
Atomically decrements by one the current value.
DEFAULT_FILE_VOLUME_FACTORY - Static variable in interface org.mapdb.CC
 
DEFAULT_MEMORY_VOLUME_FACTORY - Static variable in interface org.mapdb.CC
 
deleteFile() - Method in class org.mapdb.volume.ReadOnlyVolume
 
deleteFile() - Method in class org.mapdb.volume.Volume
 
deleteKey(int) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
deleteKey(int) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
deleteKey(int) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
descendingIterator() - Method in class org.mapdb.BTreeMapJava.KeySet
 
descendingKeySet() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
descendingKeySet() - Method in class org.mapdb.BTreeMapJava.SubMap
 
DescendingMap(ConcurrentNavigableMapExtra<K, V>, K, boolean, K, boolean) - Constructor for class org.mapdb.BTreeMapJava.DescendingMap
 
descendingMap() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
descendingMap() - Method in class org.mapdb.BTreeMapJava.SubMap
 
descendingSet() - Method in class org.mapdb.BTreeMapJava.KeySet
 
deserialize(DataInput2, int) - Method in class org.mapdb.BTreeMapJava.NodeSerializer
 
deserialize(DataInput2, int) - Method in interface org.mapdb.Serializer
Deserializes and returns the content of the given DataInput2.
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerBigDecimal
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerBigInteger
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerBoolean
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByte
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByteArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerChar
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerCharArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerClass
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerDate
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerDouble
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerDoubleArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerFloat
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerFloatArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerIllegalAccess
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerIntArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerInteger
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerJava
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerLong
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerLongArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerLongDelta
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerLongPacked
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerRecid
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerRecidArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerShort
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerShortArray
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerString
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringAscii
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringIntern
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringNoSize
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringOrigHash
 
deserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerUUID
 
deserializeFromLong(long, int) - Method in interface org.mapdb.Serializer
Deserializes and returns the content of the given long.
destroyWalFiles() - Method in class org.mapdb.WriteAheadLog
 
dictionary - Variable in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
DOUBLE - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Doubles whereby Doubles are serialized to an 8 byte format.
DOUBLE_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes double[] it adds header which contains size information
doubleValue() - Method in class org.mapdb.Atomic.Integer
 
doubleValue() - Method in class org.mapdb.Atomic.Long
 

E

ELSA - Static variable in interface org.mapdb.Serializer
 
ensureAvail(int) - Method in class org.mapdb.DataOutput2
make sure there will be enough space in buffer to write N bytes
ensureAvailable(long) - Method in class org.mapdb.volume.ByteArrayVol
 
ensureAvailable(long) - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
ensureAvailable(long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
ensureAvailable(long) - Method in class org.mapdb.volume.FileChannelVol
 
ensureAvailable(long) - Method in class org.mapdb.volume.MappedFileVol
 
ensureAvailable(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
ensureAvailable(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
ensureAvailable(long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
ensureAvailable(long) - Method in class org.mapdb.volume.Volume
Check space allocated by Volume is bigger or equal to given offset.
ensureFileReady(boolean) - Method in class org.mapdb.WriteAheadLog
 
entrySet() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
entrySet() - Method in class org.mapdb.BTreeMapJava.SubMap
 
equals(Object) - Method in class org.mapdb.BTreeMapJava.KeySet
 
equals(A, A) - Method in interface org.mapdb.Serializer
Returns if the first and second arguments are equal to each other.
equals(T[], T[]) - Method in class org.mapdb.serializer.SerializerArray
 
equals(Object) - Method in class org.mapdb.serializer.SerializerArray
 
equals(Object[], Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
equals(byte[], byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
equals(byte[], byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
equals(byte[], byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
equals(char[], char[]) - Method in class org.mapdb.serializer.SerializerCharArray
 
equals(Class<?>, Class<?>) - Method in class org.mapdb.serializer.SerializerClass
 
equals(Object) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
equals(E, E) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
equals(Object) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
equals(E, E) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
equals(double[], double[]) - Method in class org.mapdb.serializer.SerializerDoubleArray
 
equals(float[], float[]) - Method in class org.mapdb.serializer.SerializerFloatArray
 
equals(int[], int[]) - Method in class org.mapdb.serializer.SerializerIntArray
 
equals(long[], long[]) - Method in class org.mapdb.serializer.SerializerLongArray
 
equals(short[], short[]) - Method in class org.mapdb.serializer.SerializerShortArray
 
equals(UUID, UUID) - Method in class org.mapdb.serializer.SerializerUUID
 
exists(String) - Method in class org.mapdb.volume.MappedFileVol.MappedFileFactory
 
exists(String) - Method in class org.mapdb.volume.VolumeFactory
 

F

FACTORY - Static variable in class org.mapdb.volume.ByteArrayVol
 
FACTORY - Static variable in class org.mapdb.volume.ByteBufferMemoryVol
factory for DirectByteBuffer storage
FACTORY - Static variable in class org.mapdb.volume.FileChannelVol
 
FACTORY - Static variable in class org.mapdb.volume.MappedFileVol
 
FACTORY - Static variable in class org.mapdb.volume.MappedFileVolSingle
 
FACTORY - Static variable in class org.mapdb.volume.RandomAccessFileVol
 
FACTORY - Static variable in class org.mapdb.volume.SingleByteArrayVol
 
FACTORY_WITH_CLEANER_HACK - Static variable in class org.mapdb.volume.ByteBufferMemoryVol
factory for DirectByteBuffer storage
FACTORY_WITH_CLEANER_HACK - Static variable in class org.mapdb.volume.MappedFileVolSingle
 
FAIR_LOCK - Static variable in interface org.mapdb.CC
 
FEAT_CHECKSUM_MASK - Static variable in interface org.mapdb.CC
 
FEAT_CHECKSUM_SHIFT - Static variable in interface org.mapdb.CC
 
FEAT_ENCRYPT_MASK - Static variable in interface org.mapdb.CC
 
FEAT_ENCRYPT_SHIFT - Static variable in interface org.mapdb.CC
 
featureBitMap - Variable in class org.mapdb.WriteAheadLog
 
file - Variable in class org.mapdb.volume.FileChannelVol
 
file - Variable in class org.mapdb.volume.MappedFileVol
 
file - Variable in class org.mapdb.volume.MappedFileVolSingle
 
file - Variable in class org.mapdb.volume.RandomAccessFileVol
 
FILE_HEADER - Static variable in interface org.mapdb.CC
first byte on every file
FILE_TYPE_SORTED_MULTI - Static variable in interface org.mapdb.CC
second byte in SortedTableMap file format, with multiple tables (is probably writeable)
FILE_TYPE_SORTED_SINGLE - Static variable in interface org.mapdb.CC
second byte in SortedTableMap file format, with only single table (is probably read only)
FILE_TYPE_SORTED_WAL - Static variable in interface org.mapdb.CC
second byte in SortedTableMap Write Ahead Log
FILE_TYPE_STOREDIRECT - Static variable in interface org.mapdb.CC
second byte in StoreDirect file format
FILE_TYPE_STORETRIVIAL - Static variable in interface org.mapdb.CC
second byte in StoreTrivial file format
FILE_TYPE_STOREWAL_WAL - Static variable in interface org.mapdb.CC
second byte in StoreWAL write ahead log
fileChannel - Variable in class org.mapdb.volume.MappedFileVol
 
FileChannelVol - Class in org.mapdb.volume
Volume which uses FileChannel.
FileChannelVol(File, boolean, long, int, long) - Constructor for class org.mapdb.volume.FileChannelVol
 
FileChannelVol(File) - Constructor for class org.mapdb.volume.FileChannelVol
 
fileDeleteAfterOpen - Variable in class org.mapdb.WriteAheadLog
 
fileLoad() - Method in class org.mapdb.volume.MappedFileVol
 
fileLoad() - Method in class org.mapdb.volume.MappedFileVolSingle
 
fileLoad() - Method in class org.mapdb.volume.Volume
If underlying storage is memory-mapped-file, this method will try to load and precache all file data into disk cache.
fileLoad() - Method in class org.mapdb.WriteAheadLog
 
fileLock - Variable in class org.mapdb.volume.FileChannelVol
 
fileLock - Variable in class org.mapdb.volume.MappedFileVol
 
fileLock - Variable in class org.mapdb.volume.MappedFileVolSingle
 
fileLock - Variable in class org.mapdb.volume.RandomAccessFileVol
 
fileNum - Variable in class org.mapdb.WriteAheadLog
 
fileOffset - Variable in class org.mapdb.WriteAheadLog
 
fileOffsetLock - Variable in class org.mapdb.WriteAheadLog
 
fileOffsetSet(long) - Method in class org.mapdb.WriteAheadLog
 
fillLowBits(int) - Static method in class org.mapdb.DataIO
 
finalize() - Method in class org.mapdb.volume.Volume
 
first() - Method in class org.mapdb.BTreeMapJava.KeySet
 
firstEntry() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
firstEntry() - Method in class org.mapdb.BTreeMapJava.SubMap
 
firstKey() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
firstKey() - Method in class org.mapdb.BTreeMapJava.SubMap
 
firstKey2() - Method in interface org.mapdb.BTreeMapJava.ConcurrentNavigableMap2
 
firstKey2() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
firstKey2() - Method in class org.mapdb.BTreeMapJava.SubMap
 
fixedSize() - Method in interface org.mapdb.Serializer
Returns the fixed size of the serialized form in bytes or -1 if the size is not fixed (e.g.
fixedSize() - Method in class org.mapdb.serializer.SerializerBoolean
 
fixedSize() - Method in class org.mapdb.serializer.SerializerByte
 
fixedSize() - Method in class org.mapdb.serializer.SerializerChar
 
fixedSize() - Method in class org.mapdb.serializer.SerializerEightByte
 
fixedSize() - Method in class org.mapdb.serializer.SerializerFourByte
 
fixedSize() - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
fixedSize() - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
fixedSize() - Method in class org.mapdb.serializer.SerializerLongDelta
 
fixedSize() - Method in class org.mapdb.serializer.SerializerLongPacked
 
fixedSize() - Method in class org.mapdb.serializer.SerializerRecid
 
fixedSize() - Method in class org.mapdb.serializer.SerializerShort
 
fixedSize() - Method in class org.mapdb.serializer.SerializerUUID
 
FLOAT - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Floats whereby Floats are serialized to a 4 byte format.
FLOAT_ARRAY - Static variable in interface org.mapdb.Serializer
 
floatValue() - Method in class org.mapdb.Atomic.Integer
 
floatValue() - Method in class org.mapdb.Atomic.Long
 
floor(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
floorEntry(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
floorEntry(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
floorKey(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
floorKey(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
fromHexa(String) - Static method in class org.mapdb.DataIO
Converts hexadecimal string into binary data

G

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(DataInput2, int) - Method in class org.mapdb.BTreeMapJava.BinaryGet
 
get(Object) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
get(Object) - Method in class org.mapdb.BTreeMapJava.SubMap
 
get(DataInput2, int) - Method in interface org.mapdb.StoreBinaryGetLong
 
getAllFiles() - Method in class org.mapdb.WriteAheadLog
 
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.
getByte(long) - Method in class org.mapdb.volume.ByteArrayVol
 
getByte(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getByte(long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
getByte(long) - Method in class org.mapdb.volume.FileChannelVol
 
getByte(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getByte(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getByte(long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
getByte(long) - Method in class org.mapdb.volume.Volume
 
getChildren() - Method in class org.mapdb.BTreeMapJava.Node
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.ByteArrayVol
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.ByteBufferVol
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.FileChannelVol
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.SingleByteArrayVol
 
getData(long, byte[], int, int) - Method in class org.mapdb.volume.Volume
 
getDataInput(long, int) - Method in class org.mapdb.volume.ByteArrayVol
 
getDataInput(long, int) - Method in class org.mapdb.volume.ByteBufferVol
 
getDataInput(long, int) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
getDataInput(long, int) - Method in class org.mapdb.volume.FileChannelVol
 
getDataInput(long, int) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getDataInput(long, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getDataInput(long, int) - Method in class org.mapdb.volume.SingleByteArrayVol
 
getDataInput(long, int) - Method in class org.mapdb.volume.Volume
 
getDataInputOverlap(long, int) - Method in class org.mapdb.volume.ByteArrayVol
 
getDataInputOverlap(long, int) - Method in class org.mapdb.volume.ByteBufferVol
 
getDataInputOverlap(long, int) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
getDataInputOverlap(long, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getDataInputOverlap(long, int) - Method in class org.mapdb.volume.Volume
 
getFile() - Method in class org.mapdb.volume.ByteArrayVol
 
getFile() - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
getFile() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
getFile() - Method in class org.mapdb.volume.FileChannelVol
 
getFile() - Method in class org.mapdb.volume.MappedFileVol
 
getFile() - Method in class org.mapdb.volume.MappedFileVolSingle
 
getFile() - Method in class org.mapdb.volume.RandomAccessFileVol
 
getFile() - Method in class org.mapdb.volume.ReadOnlyVolume
 
getFile() - Method in class org.mapdb.volume.SingleByteArrayVol
 
getFile() - Method in class org.mapdb.volume.Volume
returns underlying file if it exists
getFileLocked() - Method in class org.mapdb.volume.ByteArrayVol
 
getFileLocked() - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
getFileLocked() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
getFileLocked() - Method in class org.mapdb.volume.FileChannelVol
 
getFileLocked() - Method in class org.mapdb.volume.MappedFileVol
 
getFileLocked() - Method in class org.mapdb.volume.MappedFileVolSingle
 
getFileLocked() - Method in class org.mapdb.volume.RandomAccessFileVol
 
getFileLocked() - Method in class org.mapdb.volume.ReadOnlyVolume
 
getFileLocked() - Method in class org.mapdb.volume.SingleByteArrayVol
 
getFileLocked() - Method in class org.mapdb.volume.Volume
return true if this Volume holds exclusive lock over its file
getInt(byte[], int) - Static method in class org.mapdb.DataIO
 
getInt(long) - Method in class org.mapdb.volume.ByteArrayVol
 
getInt(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getInt(long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
getInt(long) - Method in class org.mapdb.volume.FileChannelVol
 
getInt(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getInt(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getInt(long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
getInt(long) - Method in class org.mapdb.volume.Volume
 
getKey(int) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
getKeyString(int) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
getKeyString(int) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
getKeyString(int) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
getLong(byte[], int) - Static method in class org.mapdb.DataIO
 
getLong(long) - Method in class org.mapdb.volume.ByteArrayVol
 
getLong(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getLong(long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
getLong(long) - Method in class org.mapdb.volume.FileChannelVol
 
getLong(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getLong(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getLong(long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
getLong(long) - Method in class org.mapdb.volume.Volume
 
getNumberOfFiles() - Method in class org.mapdb.WriteAheadLog
 
getOffset() - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
getOffset() - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
getOffset() - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
getPackedLong(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getPackedLong(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getPackedLong(long) - Method in class org.mapdb.volume.Volume
Unpack long value from the Volume.
getPos() - Method in class org.mapdb.DataInput2.ByteArray
 
getPos() - Method in class org.mapdb.DataInput2.ByteBuffer
 
getPos() - Method in class org.mapdb.DataInput2
 
getPos() - Method in class org.mapdb.DataInput2.Stream
 
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
 
getSixLong(byte[], int) - Static method in class org.mapdb.DataIO
 
getSixLong(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getSixLong(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getSixLong(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getSixLong(long) - Method in class org.mapdb.volume.Volume
 
getSlice(long) - Method in class org.mapdb.volume.ByteArrayVol
 
getSlice(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getUnsignedByte(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getUnsignedByte(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getUnsignedByte(long) - Method in class org.mapdb.volume.Volume
 
getUnsignedShort(long) - Method in class org.mapdb.volume.ByteBufferVol
 
getUnsignedShort(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
getUnsignedShort(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
getUnsignedShort(long) - Method in class org.mapdb.volume.Volume
 
getWalFileName(String) - Method in class org.mapdb.WriteAheadLog
 
GroupSerializer<A> - Interface in org.mapdb.serializer
Created by jan on 2/29/16.
GroupSerializerObjectArray<A> - Class in org.mapdb.serializer
Created by jan on 2/29/16.
GroupSerializerObjectArray() - Constructor for class org.mapdb.serializer.GroupSerializerObjectArray
 
growLock - Variable in class org.mapdb.volume.ByteArrayVol
 
growLock - Variable in class org.mapdb.volume.ByteBufferVol
 
growLock - Variable in class org.mapdb.volume.FileChannelVol
 

H

handlesReadonly() - Method in class org.mapdb.volume.MappedFileVol.MappedFileFactory
 
handlesReadonly() - Method in class org.mapdb.volume.VolumeFactory
 
hash(long, long, long) - Method in class org.mapdb.volume.Volume
Calculates XXHash64 from this Volume content.
HASH_FACTORY - Static variable in interface org.mapdb.CC
 
hashCode(A, int) - Method in interface org.mapdb.Serializer
Returns a hash code of a given non-null argument.
hashCode(T[], int) - Method in class org.mapdb.serializer.SerializerArray
 
hashCode() - Method in class org.mapdb.serializer.SerializerArray
 
hashCode(Object[], int) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
hashCode(byte[], int) - Method in class org.mapdb.serializer.SerializerByteArray
 
hashCode(byte[], int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
hashCode(byte[], int) - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
hashCode(char[], int) - Method in class org.mapdb.serializer.SerializerCharArray
 
hashCode(Class<?>, int) - Method in class org.mapdb.serializer.SerializerClass
 
hashCode() - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
hashCode(E, int) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
hashCode() - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
hashCode(E, int) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
hashCode(double[], int) - Method in class org.mapdb.serializer.SerializerDoubleArray
 
hashCode(float[], int) - Method in class org.mapdb.serializer.SerializerFloatArray
 
hashCode(int[], int) - Method in class org.mapdb.serializer.SerializerIntArray
 
hashCode(long[], int) - Method in class org.mapdb.serializer.SerializerLongArray
 
hashCode(short[], int) - Method in class org.mapdb.serializer.SerializerShortArray
 
hashCode(String, int) - Method in class org.mapdb.serializer.SerializerString
 
hashCode(String, int) - Method in class org.mapdb.serializer.SerializerStringAscii
 
hashCode(String, int) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
hashCode(String, int) - Method in class org.mapdb.serializer.SerializerStringIntern
 
hashCode(String, int) - Method in class org.mapdb.serializer.SerializerStringOrigHash
 
hashCode(UUID, int) - Method in class org.mapdb.serializer.SerializerUUID
 
hasUnicodeChars() - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
hasUnicodeChars() - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
hasUnicodeChars() - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
headMap(K, boolean) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
headMap(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
headMap(K, boolean) - Method in class org.mapdb.BTreeMapJava.SubMap
 
headMap(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
headSet(E, boolean) - Method in class org.mapdb.BTreeMapJava.KeySet
 
headSet(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
hi - Variable in class org.mapdb.BTreeMapJava.DescendingMap
 
hi - Variable in class org.mapdb.BTreeMapJava.SubMap
 
higher(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
higherEntry(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
higherEntry(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
higherKey(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
higherKey(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
highKey(GroupSerializer<K>) - Method in class org.mapdb.BTreeMapJava.Node
 
hiInclusive - Variable in class org.mapdb.BTreeMapJava.DescendingMap
 
hiInclusive - Variable in class org.mapdb.BTreeMapJava.SubMap
 
HTREEMAP_CONC_SHIFT - Static variable in interface org.mapdb.CC
 
HTREEMAP_DIR_SHIFT - Static variable in interface org.mapdb.CC
 
HTREEMAP_LEVELS - Static variable in interface org.mapdb.CC
 

I

I_BYTE_ARRAY - Static variable in class org.mapdb.WriteAheadLog
 
I_COMMIT - Static variable in class org.mapdb.WriteAheadLog
 
I_EOF - Static variable in class org.mapdb.WriteAheadLog
 
I_LONG - Static variable in class org.mapdb.WriteAheadLog
 
I_PREALLOCATE - Static variable in class org.mapdb.WriteAheadLog
 
I_RECORD - Static variable in class org.mapdb.WriteAheadLog
 
I_ROLLBACK - Static variable in class org.mapdb.WriteAheadLog
 
I_SKIP_MANY - Static variable in class org.mapdb.WriteAheadLog
 
I_SKIP_SINGLE - Static variable in class org.mapdb.WriteAheadLog
 
I_TOMBSTONE - Static variable in class org.mapdb.WriteAheadLog
 
ILLEGAL_ACCESS - Static variable in interface org.mapdb.Serializer
A predefined Serializer that always throws an IllegalAccessError when invoked.
in - Variable in class org.mapdb.DataInput2.DataInputToStream
 
incrementAndGet() - Method in class org.mapdb.Atomic.Integer
Atomically increments by one the current value.
incrementAndGet() - Method in class org.mapdb.Atomic.Long
Atomically increments by one the current value.
INDEX_TREE_LONGLONGMAP_DIR_SHIFT - Static variable in interface org.mapdb.CC
 
INDEX_TREE_LONGLONGMAP_LEVELS - Static variable in interface org.mapdb.CC
 
initFailedCloseFiles() - Method in class org.mapdb.WriteAheadLog
 
INT_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes int[] it adds header which contains size information
Integer(Store, long) - Constructor for class org.mapdb.Atomic.Integer
 
INTEGER - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Integers whereby Integers are serialized to a 4 byte format.
INTEGER_DELTA - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Integers whereby Integers are serialized to a compressed byte format and neighboring Integers are delta encoded in BTreeMaps.
INTEGER_PACKED - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Integers whereby Integers are serialized to a compressed byte format.The Serializer also stores the Longs's size, allowing it to be used as a GroupSerializer in BTreeMaps.
internalByteArray() - Method in class org.mapdb.DataInput2.ByteArray
 
internalByteArray() - Method in class org.mapdb.DataInput2.ByteBuffer
 
internalByteArray() - Method in class org.mapdb.DataInput2
 
internalByteArray() - Method in class org.mapdb.DataInput2.Stream
 
internalByteBuffer() - Method in class org.mapdb.DataInput2.ByteArray
 
internalByteBuffer() - Method in class org.mapdb.DataInput2.ByteBuffer
 
internalByteBuffer() - Method in class org.mapdb.DataInput2
 
internalByteBuffer() - Method in class org.mapdb.DataInput2.Stream
 
intHash(int) - Static method in class org.mapdb.DataIO
 
intToLong(int) - Static method in class org.mapdb.DataIO
converts 4 int bytes to lowest 4 long bytes.
intValue() - Method in class org.mapdb.Atomic.Integer
 
intValue() - Method in class org.mapdb.Atomic.Long
 
isClosed() - Method in class org.mapdb.volume.ReadOnlyVolume
 
isClosed() - Method in class org.mapdb.volume.Volume
 
isEmpty() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
isEmpty() - Method in class org.mapdb.BTreeMapJava.KeySet
 
isEmpty() - Method in class org.mapdb.BTreeMapJava.SubMap
 
isReadOnly() - Method in class org.mapdb.volume.ByteArrayVol
 
isReadOnly() - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
isReadOnly() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
isReadOnly() - Method in class org.mapdb.volume.FileChannelVol
 
isReadOnly() - Method in class org.mapdb.volume.MappedFileVol
 
isReadOnly() - Method in class org.mapdb.volume.MappedFileVolSingle
 
isReadOnly() - Method in class org.mapdb.volume.RandomAccessFileVol
 
isReadOnly() - Method in class org.mapdb.volume.ReadOnlyVolume
 
isReadOnly() - Method in class org.mapdb.volume.SingleByteArrayVol
 
isReadOnly() - Method in class org.mapdb.volume.Volume
 
isSliced() - Method in class org.mapdb.volume.ByteArrayVol
 
isSliced() - Method in class org.mapdb.volume.ByteBufferVol
 
isSliced() - Method in class org.mapdb.volume.ByteBufferVolSingle
 
isSliced() - Method in class org.mapdb.volume.FileChannelVol
 
isSliced() - Method in class org.mapdb.volume.RandomAccessFileVol
 
isSliced() - Method in class org.mapdb.volume.ReadOnlyVolume
 
isSliced() - Method in class org.mapdb.volume.SingleByteArrayVol
 
isSliced() - Method in class org.mapdb.volume.Volume
 
isTrusted() - Method in class org.mapdb.BTreeMapJava.NodeSerializer
 
isTrusted() - Method in interface org.mapdb.Serializer
Returns if this Serializer is trusted to always read the same number of bytes as it writes for any given object being serialized/de-serialized.
isTrusted() - Method in class org.mapdb.serializer.SerializerArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerArrayTuple
 
isTrusted() - Method in class org.mapdb.serializer.SerializerBigDecimal
 
isTrusted() - Method in class org.mapdb.serializer.SerializerBigInteger
 
isTrusted() - Method in class org.mapdb.serializer.SerializerBoolean
 
isTrusted() - Method in class org.mapdb.serializer.SerializerByte
 
isTrusted() - Method in class org.mapdb.serializer.SerializerByteArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
isTrusted() - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
isTrusted() - Method in class org.mapdb.serializer.SerializerChar
 
isTrusted() - Method in class org.mapdb.serializer.SerializerCharArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerClass
 
isTrusted() - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
isTrusted() - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
isTrusted() - Method in class org.mapdb.serializer.SerializerDoubleArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerEightByte
 
isTrusted() - Method in class org.mapdb.serializer.SerializerFloatArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerFourByte
 
isTrusted() - Method in class org.mapdb.serializer.SerializerIllegalAccess
 
isTrusted() - Method in class org.mapdb.serializer.SerializerIntArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerLongArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerRecid
 
isTrusted() - Method in class org.mapdb.serializer.SerializerShort
 
isTrusted() - Method in class org.mapdb.serializer.SerializerShortArray
 
isTrusted() - Method in class org.mapdb.serializer.SerializerString
 
isTrusted() - Method in class org.mapdb.serializer.SerializerStringAscii
 
isTrusted() - Method in class org.mapdb.serializer.SerializerStringDelta2
 
isTrusted() - Method in class org.mapdb.serializer.SerializerStringIntern
 
isTrusted() - Method in class org.mapdb.serializer.SerializerStringNoSize
 
isTrusted() - Method in class org.mapdb.serializer.SerializerStringOrigHash
 
isTrusted() - Method in class org.mapdb.serializer.SerializerUUID
 
iterator() - Method in class org.mapdb.BTreeMapJava.KeySet
 

J

JAVA - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Serializable Java objects whereby the standard Java serialization will be applied using ObjectInputStream and ObjectOutputStream methods.

K

keySet() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
keySet() - Method in class org.mapdb.BTreeMapJava.SubMap
 

L

last() - Method in class org.mapdb.BTreeMapJava.KeySet
 
lastChecksum - Variable in class org.mapdb.WriteAheadLog
 
lastChecksumOffset - Variable in class org.mapdb.WriteAheadLog
 
lastEntry() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
lastEntry() - Method in class org.mapdb.BTreeMapJava.SubMap
 
lastKey() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
lastKey() - Method in class org.mapdb.BTreeMapJava.SubMap
 
lastKey2() - Method in interface org.mapdb.BTreeMapJava.ConcurrentNavigableMap2
 
lastKey2() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
lastKey2() - Method in class org.mapdb.BTreeMapJava.SubMap
 
length() - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
length() - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
length() - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
length() - Method in class org.mapdb.volume.ByteArrayVol
 
length() - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
length() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
length() - Method in class org.mapdb.volume.FileChannelVol
 
length() - Method in class org.mapdb.volume.MappedFileVol
 
length() - Method in class org.mapdb.volume.MappedFileVolSingle
 
length() - Method in class org.mapdb.volume.RandomAccessFileVol
 
length() - Method in class org.mapdb.volume.ReadOnlyVolume
 
length() - Method in class org.mapdb.volume.SingleByteArrayVol
 
length() - Method in class org.mapdb.volume.Volume
 
lo - Variable in class org.mapdb.BTreeMapJava.DescendingMap
 
lo - Variable in class org.mapdb.BTreeMapJava.SubMap
 
LOG - Static variable in interface org.mapdb.CC
 
LOG - Static variable in class org.mapdb.volume.Volume
 
LOG_VOLUME_GCED - Static variable in interface org.mapdb.CC
 
LOG_WAL_CONTENT - Static variable in interface org.mapdb.CC
 
loInclusive - Variable in class org.mapdb.BTreeMapJava.DescendingMap
 
loInclusive - Variable in class org.mapdb.BTreeMapJava.SubMap
 
Long(Store, long) - Constructor for class org.mapdb.Atomic.Long
 
LONG - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Longs whereby Longs are serialized to an 8 byte format.
LONG_ARRAY - Static variable in interface org.mapdb.Serializer
Serializes long[] it adds header which contains size information
LONG_DELTA - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Longs whereby Longs are serialized to a compressed byte format and neighboring Longs are delta encoded in BTreeMaps.
LONG_PACKED - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Longs whereby Longs are serialized to a compressed byte format.
longHash(long) - Static method in class org.mapdb.DataIO
 
longValue() - Method in class org.mapdb.Atomic.Integer
 
longValue() - Method in class org.mapdb.Atomic.Long
 
lower(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
lowerEntry(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
lowerEntry(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
lowerKey(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
lowerKey(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
LZF - Variable in class org.mapdb.serializer.SerializerCompressionWrapper
 

M

m - Variable in class org.mapdb.BTreeMapJava.DescendingMap
 
m - Variable in class org.mapdb.BTreeMapJava.KeySet
 
m - Variable in class org.mapdb.BTreeMapJava.SubMap
 
makeVolume(String, boolean, long, int, long, boolean) - Method in class org.mapdb.volume.MappedFileVol.MappedFileFactory
 
makeVolume(String, boolean, long, int, long, boolean) - Method in class org.mapdb.volume.VolumeFactory
 
makeVolume(String, boolean) - Method in class org.mapdb.volume.VolumeFactory
 
makeVolume(String, boolean, long) - Method in class org.mapdb.volume.VolumeFactory
 
mapMode - Variable in class org.mapdb.volume.MappedFileVol
 
mapMode - Variable in class org.mapdb.volume.MappedFileVolSingle
 
MapModificationListener<K,V> - Interface in org.mapdb
Callback interface for MapExtra modification notifications.
MappedFileFactory(boolean, boolean) - Constructor for class org.mapdb.volume.MappedFileVol.MappedFileFactory
 
MappedFileVol - Class in org.mapdb.volume
Created by jan on 2/29/16.
MappedFileVol(File, boolean, long, int, boolean, long, boolean) - Constructor for class org.mapdb.volume.MappedFileVol
 
MappedFileVol.MappedFileFactory - Class in org.mapdb.volume
 
MappedFileVolSingle - Class in org.mapdb.volume
Created by jan on 2/29/16.
MappedFileVolSingle(File, boolean, long, long, boolean) - Constructor for class org.mapdb.volume.MappedFileVolSingle
 
MAX_FILE_RESERVE - Static variable in class org.mapdb.WriteAheadLog
 
MAX_FILE_SIZE - Static variable in class org.mapdb.WriteAheadLog
 
maxSize - Variable in class org.mapdb.volume.ByteBufferVolSingle
 
modify(K, V, V, boolean) - Method in interface org.mapdb.MapModificationListener
 

N

navigableKeySet() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
navigableKeySet() - Method in class org.mapdb.BTreeMapJava.SubMap
 
needsAvailableSizeHint() - Method in interface org.mapdb.Serializer
TODO: Document this method
needsAvailableSizeHint() - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
needsAvailableSizeHint() - Method in class org.mapdb.serializer.SerializerStringNoSize
 
nextPowTwo(long) - Static method in class org.mapdb.DataIO
 
nextPowTwo(int) - Static method in class org.mapdb.DataIO
 
nextValue(A) - Method in interface org.mapdb.serializer.GroupSerializer
returns value+1, or null if there is no bigger value.
nextValue(Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
nextValue(byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
nextValue(char[]) - Method in class org.mapdb.serializer.SerializerCharArray
 
nextValue(int[]) - Method in class org.mapdb.serializer.SerializerIntArray
 
nextValue(long[]) - Method in class org.mapdb.serializer.SerializerLongArray
 
nextValue(short[]) - Method in class org.mapdb.serializer.SerializerShortArray
 
NOREPLAY - Static variable in class org.mapdb.WriteAheadLog
does nothing

O

org.mapdb - package org.mapdb
 
org.mapdb.serializer - package org.mapdb.serializer
 
org.mapdb.volume - package org.mapdb.volume
 

P

pack(Date) - Method in class org.mapdb.serializer.SerializerDate
 
pack(Double) - Method in class org.mapdb.serializer.SerializerDouble
 
pack(E) - Method in class org.mapdb.serializer.SerializerEightByte
 
pack(Float) - Method in class org.mapdb.serializer.SerializerFloat
 
pack(E) - Method in class org.mapdb.serializer.SerializerFourByte
 
pack(Integer) - Method in class org.mapdb.serializer.SerializerInteger
 
pack(Long) - Method in class org.mapdb.serializer.SerializerLong
 
pack(Long) - Method in class org.mapdb.serializer.SerializerRecid
 
PACK_LONG_RESULT_MASK - Static variable in class org.mapdb.DataIO
 
packInt(DataOutput, int) - Static method in class org.mapdb.DataIO
Pack int into an output stream.
packInt(byte[], int, int) - Static method in class org.mapdb.DataIO
 
packInt(int) - Method in class org.mapdb.DataOutput2
 
packIntBigger(DataOutput, int) - Static method in class org.mapdb.DataIO
Pack int into an output stream.
packIntBigger(int) - Method in class org.mapdb.DataOutput2
 
packLong(DataOutput, long) - Static method in class org.mapdb.DataIO
Pack long into output.
packLong(OutputStream, long) - Static method in class org.mapdb.DataIO
Pack long into output.
packLong(byte[], int, long) - Static method in class org.mapdb.DataIO
 
packLong(long) - Method in class org.mapdb.DataOutput2
 
packLongArray(long[], int, int) - Method in class org.mapdb.DataOutput2
 
packLongSize(long) - Static method in class org.mapdb.DataIO
Calculate how much bytes packed long consumes.
packRecid(DataOutput2, long) - Static method in class org.mapdb.DataIO
Pack RECID into output stream with 3 bit checksum.
PAGE_SHIFT - Static variable in interface org.mapdb.CC
 
PAGE_SIZE - Static variable in interface org.mapdb.CC
 
PARANOID - Static variable in interface org.mapdb.CC
compile MapDB with paranoid mode enabled
parity16Get(long) - Static method in class org.mapdb.DataIO
 
parity16Set(long) - Static method in class org.mapdb.DataIO
 
parity1Get(long) - Static method in class org.mapdb.DataIO
 
parity1Get(int) - Static method in class org.mapdb.DataIO
 
parity1Set(long) - Static method in class org.mapdb.DataIO
 
parity1Set(int) - Static method in class org.mapdb.DataIO
 
parity3Get(long) - Static method in class org.mapdb.DataIO
 
parity3Set(long) - Static method in class org.mapdb.DataIO
 
parity4Get(long) - Static method in class org.mapdb.DataIO
 
parity4Set(long) - Static method in class org.mapdb.DataIO
 
pointerFileBites - Variable in class org.mapdb.WriteAheadLog
 
pointerFileMask - Variable in class org.mapdb.WriteAheadLog
 
pointerOffsetBites - Variable in class org.mapdb.WriteAheadLog
 
pointerOffsetMask - Variable in class org.mapdb.WriteAheadLog
 
pointerSizeBites - Variable in class org.mapdb.WriteAheadLog
 
pointerSizeMask - Variable in class org.mapdb.WriteAheadLog
 
pollFirst() - Method in class org.mapdb.BTreeMapJava.KeySet
 
pollFirstEntry() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
pollFirstEntry() - Method in class org.mapdb.BTreeMapJava.SubMap
 
pollLast() - Method in class org.mapdb.BTreeMapJava.KeySet
 
pollLastEntry() - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
pollLastEntry() - Method in class org.mapdb.BTreeMapJava.SubMap
 
pos - Variable in class org.mapdb.DataInput2.ByteArray
 
pos - Variable in class org.mapdb.DataInput2.ByteBuffer
 
pos - Variable in class org.mapdb.DataOutput2
 
preclearDisabled - Variable in class org.mapdb.volume.MappedFileVol
 
put(K, V) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
put(K, V) - Method in class org.mapdb.BTreeMapJava.SubMap
 
putByte(long, byte) - Method in class org.mapdb.volume.ByteArrayVol
 
putByte(long, byte) - Method in class org.mapdb.volume.ByteBufferVol
 
putByte(long, byte) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
putByte(long, byte) - Method in class org.mapdb.volume.FileChannelVol
 
putByte(long, byte) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putByte(long, byte) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putByte(long, byte) - Method in class org.mapdb.volume.SingleByteArrayVol
 
putByte(long, byte) - Method in class org.mapdb.volume.Volume
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.ByteArrayVol
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.ByteArrayVol
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.ByteBufferVol
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.ByteBufferVol
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.FileChannelVol
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.FileChannelVol
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.SingleByteArrayVol
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.SingleByteArrayVol
 
putData(long, byte[], int, int) - Method in class org.mapdb.volume.Volume
 
putData(long, ByteBuffer) - Method in class org.mapdb.volume.Volume
 
putDataOverlap(long, byte[], int, int) - Method in class org.mapdb.volume.ByteArrayVol
 
putDataOverlap(long, byte[], int, int) - Method in class org.mapdb.volume.ByteBufferVol
 
putDataOverlap(long, byte[], int, int) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
putDataOverlap(long, byte[], int, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putDataOverlap(long, byte[], int, int) - Method in class org.mapdb.volume.Volume
 
putIfAbsent(K, V) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
putIfAbsent(K, V) - Method in class org.mapdb.BTreeMapJava.SubMap
 
putInt(byte[], int, int) - Static method in class org.mapdb.DataIO
 
putInt(long, int) - Method in class org.mapdb.volume.ByteArrayVol
 
putInt(long, int) - Method in class org.mapdb.volume.ByteBufferVol
 
putInt(long, int) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
putInt(long, int) - Method in class org.mapdb.volume.FileChannelVol
 
putInt(long, int) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putInt(long, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putInt(long, int) - Method in class org.mapdb.volume.SingleByteArrayVol
 
putInt(long, int) - Method in class org.mapdb.volume.Volume
 
putKey(int, String) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
putKey(int, byte[]) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
putKey(int, String) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
putKey(SerializerStringDelta2.ByteArrayKeys, int, String) - Static method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
putKey(int, String) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
putLong(byte[], int, long) - Static method in class org.mapdb.DataIO
 
putLong(byte[], int, long, int) - Static method in class org.mapdb.DataIO
 
putLong(long, long) - Method in class org.mapdb.volume.ByteArrayVol
 
putLong(long, long) - Method in class org.mapdb.volume.ByteBufferVol
 
putLong(long, long) - Method in class org.mapdb.volume.ByteBufferVolSingle
 
putLong(long, long) - Method in class org.mapdb.volume.FileChannelVol
 
putLong(long, long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putLong(long, long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putLong(long, long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
putLong(long, long) - Method in class org.mapdb.volume.Volume
 
putPackedLong(long, long) - Method in class org.mapdb.volume.ByteBufferVol
 
putPackedLong(long, long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putPackedLong(long, long) - Method in class org.mapdb.volume.Volume
Put packed long at given position.
putSixLong(byte[], int, long) - Static method in class org.mapdb.DataIO
 
putSixLong(long, long) - Method in class org.mapdb.volume.ByteBufferVol
 
putSixLong(long, long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putSixLong(long, long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putSixLong(long, long) - Method in class org.mapdb.volume.Volume
 
putUnsignedByte(long, int) - Method in class org.mapdb.volume.ByteBufferVol
 
putUnsignedByte(long, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putUnsignedByte(long, int) - Method in class org.mapdb.volume.Volume
 
putUnsignedShort(long, int) - Method in class org.mapdb.volume.ByteBufferVol
 
putUnsignedShort(long, int) - Method in class org.mapdb.volume.RandomAccessFileVol
 
putUnsignedShort(long, int) - Method in class org.mapdb.volume.ReadOnlyVolume
 
putUnsignedShort(long, int) - Method in class org.mapdb.volume.Volume
 

Q

QueueLongTakeUntil - Interface in org.mapdb
Callback interface for QueueLong

R

raf - Variable in class org.mapdb.volume.MappedFileVol
 
raf - Variable in class org.mapdb.volume.MappedFileVolSingle
 
raf - Variable in class org.mapdb.volume.RandomAccessFileVol
 
RandomAccessFileVol - Class in org.mapdb.volume
Created by jan on 2/29/16.
RandomAccessFileVol(File, boolean, long, long) - Constructor for class org.mapdb.volume.RandomAccessFileVol
 
read(byte[], int, int) - Method in class org.mapdb.DataInput2.DataInputToStream
 
read() - Method in class org.mapdb.DataInput2.DataInputToStream
 
readBoolean() - Method in class org.mapdb.DataInput2.ByteArray
 
readBoolean() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readBoolean() - Method in class org.mapdb.DataInput2.Stream
 
readByte() - Method in class org.mapdb.DataInput2.ByteArray
 
readByte() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readByte() - Method in class org.mapdb.DataInput2.Stream
 
readChar() - Method in class org.mapdb.DataInput2.ByteArray
 
readChar() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readChar() - Method in class org.mapdb.DataInput2.Stream
 
readDouble() - Method in class org.mapdb.DataInput2
 
readFloat() - Method in class org.mapdb.DataInput2
 
readFully(byte[], int, int) - Method in class org.mapdb.DataInput2.ByteArray
 
readFully(byte[], int, int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
readFully(byte[]) - Method in class org.mapdb.DataInput2
 
readFully(byte[], int, int) - Method in class org.mapdb.DataInput2.Stream
 
readFully(InputStream, byte[], int, int) - Static method in class org.mapdb.DataIO
 
readFully(InputStream, byte[]) - Static method in class org.mapdb.DataIO
 
readFully(long, ByteBuffer) - Method in class org.mapdb.volume.FileChannelVol
 
readInt() - Method in class org.mapdb.DataInput2.ByteArray
 
readInt() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readInt() - Method in class org.mapdb.DataInput2.Stream
 
readLine() - Method in class org.mapdb.DataInput2
 
readLong() - Method in class org.mapdb.DataInput2.ByteArray
 
readLong() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readLong() - Method in class org.mapdb.DataInput2.Stream
 
readOnly - Variable in class org.mapdb.volume.ByteBufferVol
 
readOnly - Variable in class org.mapdb.volume.ByteBufferVolSingle
 
readOnly - Variable in class org.mapdb.volume.FileChannelVol
 
readOnly - Variable in class org.mapdb.volume.RandomAccessFileVol
 
ReadOnlyVolume - Class in org.mapdb.volume
Created by jan on 2/29/16.
ReadOnlyVolume(Volume) - Constructor for class org.mapdb.volume.ReadOnlyVolume
 
readShort() - Method in class org.mapdb.DataInput2.ByteArray
 
readShort() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readShort() - Method in class org.mapdb.DataInput2.Stream
 
readUnsignedByte() - Method in class org.mapdb.DataInput2.ByteArray
 
readUnsignedByte() - Method in class org.mapdb.DataInput2.ByteBuffer
 
readUnsignedByte() - Method in class org.mapdb.DataInput2.Stream
 
readUnsignedShort() - Method in class org.mapdb.DataInput2
 
readUTF() - Method in class org.mapdb.DataInput2
 
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 - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Longs used as a recid whereby recids are serialized to an eight byte format including a checksum.
RECID_ARRAY - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null arrays of longs used as a recids whereby recids are serialized to an eight byte format including a checksum.
RECID_CLASS_INFOS - Static variable in interface org.mapdb.CC
 
RECID_MAX_RESERVED - Static variable in interface org.mapdb.CC
 
RECID_NAME_CATALOG - Static variable in interface org.mapdb.CC
 
remove(Object) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
remove(Object, Object) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
remove(Object) - Method in class org.mapdb.BTreeMapJava.KeySet
 
remove(Object) - Method in class org.mapdb.BTreeMapJava.SubMap
 
remove(Object, Object) - Method in class org.mapdb.BTreeMapJava.SubMap
 
replace(K, V, V) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
replace(K, V) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
replace(K, V, V) - Method in class org.mapdb.BTreeMapJava.SubMap
 
replace(K, V) - Method in class org.mapdb.BTreeMapJava.SubMap
 
replayWAL(WriteAheadLog.WALReplay) - Method in class org.mapdb.WriteAheadLog
 
rollback() - Method in class org.mapdb.WriteAheadLog
 
rollback() - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
roundDown(long, long) - Static method in class org.mapdb.DataIO
 
roundDown(int, int) - Static method in class org.mapdb.DataIO
 
roundUp(long, long) - Static method in class org.mapdb.DataIO
 
roundUp(int, int) - Static method in class org.mapdb.DataIO
 

S

seal() - Method in class org.mapdb.WriteAheadLog
 
ser - Variable in class org.mapdb.serializer.SerializerArrayTuple
 
serialize(DataOutput2, BTreeMapJava.Node) - Method in class org.mapdb.BTreeMapJava.NodeSerializer
 
serialize(DataOutput2, A) - Method in interface org.mapdb.Serializer
Serializes the content of the given value into the given DataOutput2.
serialize(DataOutput2, T[]) - Method in class org.mapdb.serializer.SerializerArray
 
serialize(DataOutput2, Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
serialize(DataOutput2, BigDecimal) - Method in class org.mapdb.serializer.SerializerBigDecimal
 
serialize(DataOutput2, BigInteger) - Method in class org.mapdb.serializer.SerializerBigInteger
 
serialize(DataOutput2, Boolean) - Method in class org.mapdb.serializer.SerializerBoolean
 
serialize(DataOutput2, Byte) - Method in class org.mapdb.serializer.SerializerByte
 
serialize(DataOutput2, byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
serialize(DataOutput2, byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
serialize(DataOutput2, byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayNoSize
 
serialize(DataOutput2, Character) - Method in class org.mapdb.serializer.SerializerChar
 
serialize(DataOutput2, char[]) - Method in class org.mapdb.serializer.SerializerCharArray
 
serialize(DataOutput2, Class<?>) - Method in class org.mapdb.serializer.SerializerClass
 
serialize(DataOutput2, E) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
serialize(DataOutput2, E) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
serialize(DataOutput2, Date) - Method in class org.mapdb.serializer.SerializerDate
 
serialize(DataOutput2, Double) - Method in class org.mapdb.serializer.SerializerDouble
 
serialize(DataOutput2, double[]) - Method in class org.mapdb.serializer.SerializerDoubleArray
 
serialize(DataOutput2, Float) - Method in class org.mapdb.serializer.SerializerFloat
 
serialize(DataOutput2, float[]) - Method in class org.mapdb.serializer.SerializerFloatArray
 
serialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerIllegalAccess
 
serialize(DataOutput2, int[]) - Method in class org.mapdb.serializer.SerializerIntArray
 
serialize(DataOutput2, Integer) - Method in class org.mapdb.serializer.SerializerInteger
 
serialize(DataOutput2, Integer) - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
serialize(DataOutput2, Integer) - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
serialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerJava
 
serialize(DataOutput2, Long) - Method in class org.mapdb.serializer.SerializerLong
 
serialize(DataOutput2, long[]) - Method in class org.mapdb.serializer.SerializerLongArray
 
serialize(DataOutput2, Long) - Method in class org.mapdb.serializer.SerializerLongDelta
 
serialize(DataOutput2, Long) - Method in class org.mapdb.serializer.SerializerLongPacked
 
serialize(DataOutput2, Long) - Method in class org.mapdb.serializer.SerializerRecid
 
serialize(DataOutput2, long[]) - Method in class org.mapdb.serializer.SerializerRecidArray
 
serialize(DataOutput2, Short) - Method in class org.mapdb.serializer.SerializerShort
 
serialize(DataOutput2, short[]) - Method in class org.mapdb.serializer.SerializerShortArray
 
serialize(DataOutput2, String) - Method in class org.mapdb.serializer.SerializerString
 
serialize(DataOutput2, String) - Method in class org.mapdb.serializer.SerializerStringAscii
 
serialize(DataOutput, int) - Method in class org.mapdb.serializer.SerializerStringDelta2.ByteArrayKeys
 
serialize(DataOutput, int) - Method in class org.mapdb.serializer.SerializerStringDelta2.CharArrayKeys
 
serialize(DataOutput2, String) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
serialize(DataOutput, int) - Method in interface org.mapdb.serializer.SerializerStringDelta2.StringArrayKeys
 
serialize(DataOutput2, String) - Method in class org.mapdb.serializer.SerializerStringIntern
 
serialize(DataOutput2, String) - Method in class org.mapdb.serializer.SerializerStringNoSize
 
serialize(DataOutput2, String) - Method in class org.mapdb.serializer.SerializerStringOrigHash
 
serialize(DataOutput2, UUID) - Method in class org.mapdb.serializer.SerializerUUID
 
serializer - Variable in class org.mapdb.Atomic.Var
 
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.
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.
SerializerArray(Serializer<T>) - Constructor for class org.mapdb.serializer.SerializerArray
Wraps given serializer and produces Object[] serializer.
SerializerArray(Serializer<T>, Class<T>) - 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(Serializer<T>) - Constructor for class org.mapdb.serializer.SerializerArrayDelta
 
SerializerArrayTuple - Class in org.mapdb.serializer
Serializer for tuples.
SerializerArrayTuple(Serializer[], Comparator[]) - Constructor for class org.mapdb.serializer.SerializerArrayTuple
 
SerializerArrayTuple(Serializer...) - Constructor for class org.mapdb.serializer.SerializerArrayTuple
 
SerializerBigDecimal - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerBigDecimal() - Constructor for class org.mapdb.serializer.SerializerBigDecimal
 
SerializerBigInteger - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerBigInteger() - Constructor for class org.mapdb.serializer.SerializerBigInteger
 
SerializerBoolean - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerBoolean() - Constructor for class org.mapdb.serializer.SerializerBoolean
 
SerializerByte - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerByte() - Constructor for class org.mapdb.serializer.SerializerByte
 
SerializerByteArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerByteArray() - Constructor for class org.mapdb.serializer.SerializerByteArray
 
SerializerByteArrayDelta - Class in org.mapdb.serializer
Created by jan on 2/29/16.
SerializerByteArrayDelta() - Constructor for class org.mapdb.serializer.SerializerByteArrayDelta
 
SerializerByteArrayDelta2 - Class in org.mapdb.serializer
Created by jan on 2/29/16.
SerializerByteArrayDelta2() - Constructor for class org.mapdb.serializer.SerializerByteArrayDelta2
 
SerializerByteArrayNoSize - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerByteArrayNoSize() - Constructor for class org.mapdb.serializer.SerializerByteArrayNoSize
 
SerializerChar - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerChar() - Constructor for class org.mapdb.serializer.SerializerChar
 
SerializerCharArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerCharArray() - Constructor for class org.mapdb.serializer.SerializerCharArray
 
SerializerClass - Class in org.mapdb.serializer
Serialier for class.
SerializerClass(ClassLoader) - 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(GroupSerializer<E>) - Constructor for class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
SerializerCompressionDeflateWrapper(GroupSerializer<E>, int, byte[]) - Constructor for class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
SerializerCompressionWrapper<E> - Class in org.mapdb.serializer
wraps another serializer and (de)compresses its output/input
SerializerCompressionWrapper(GroupSerializer<E>) - Constructor for class org.mapdb.serializer.SerializerCompressionWrapper
 
SerializerDate - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerDate() - Constructor for class org.mapdb.serializer.SerializerDate
 
SerializerDouble - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerDouble() - Constructor for class org.mapdb.serializer.SerializerDouble
 
SerializerDoubleArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerDoubleArray() - Constructor for class org.mapdb.serializer.SerializerDoubleArray
 
SerializerEightByte<E> - Class in org.mapdb.serializer
 
SerializerEightByte() - Constructor for class org.mapdb.serializer.SerializerEightByte
 
SerializerFloat - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerFloat() - Constructor for class org.mapdb.serializer.SerializerFloat
 
SerializerFloatArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerFloatArray() - Constructor for class org.mapdb.serializer.SerializerFloatArray
 
serializerForClass(Class<R>) - Static method in class org.mapdb.serializer.SerializerUtils
 
SerializerFourByte<E> - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerFourByte() - Constructor for class org.mapdb.serializer.SerializerFourByte
 
SerializerIllegalAccess - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerIllegalAccess() - Constructor for class org.mapdb.serializer.SerializerIllegalAccess
 
SerializerIntArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerIntArray() - Constructor for class org.mapdb.serializer.SerializerIntArray
 
SerializerInteger - Class in org.mapdb.serializer
 
SerializerInteger() - Constructor for class org.mapdb.serializer.SerializerInteger
 
SerializerIntegerDelta - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerIntegerDelta() - Constructor for class org.mapdb.serializer.SerializerIntegerDelta
 
SerializerIntegerPacked - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerIntegerPacked() - Constructor for class org.mapdb.serializer.SerializerIntegerPacked
 
SerializerJava - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerJava() - Constructor for class org.mapdb.serializer.SerializerJava
 
SerializerLong - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerLong() - Constructor for class org.mapdb.serializer.SerializerLong
 
SerializerLongArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerLongArray() - Constructor for class org.mapdb.serializer.SerializerLongArray
 
SerializerLongDelta - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerLongDelta() - Constructor for class org.mapdb.serializer.SerializerLongDelta
 
SerializerLongPacked - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerLongPacked() - Constructor for class org.mapdb.serializer.SerializerLongPacked
 
SerializerRecid - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerRecid() - Constructor for class org.mapdb.serializer.SerializerRecid
 
SerializerRecidArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerRecidArray() - Constructor for class org.mapdb.serializer.SerializerRecidArray
 
SerializerShort - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerShort() - Constructor for class org.mapdb.serializer.SerializerShort
 
SerializerShortArray - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerShortArray() - Constructor for class org.mapdb.serializer.SerializerShortArray
 
SerializerString - Class in org.mapdb.serializer
 
SerializerString() - Constructor for class org.mapdb.serializer.SerializerString
 
SerializerStringAscii - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerStringAscii() - Constructor for class org.mapdb.serializer.SerializerStringAscii
 
SerializerStringDelta - Class in org.mapdb.serializer
Created by jan on 2/29/16.
SerializerStringDelta() - Constructor for class org.mapdb.serializer.SerializerStringDelta
 
SerializerStringDelta2 - Class in org.mapdb.serializer
Created by jan on 2/29/16.
SerializerStringDelta2() - Constructor for class org.mapdb.serializer.SerializerStringDelta2
 
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.
SerializerStringIntern() - Constructor for class org.mapdb.serializer.SerializerStringIntern
 
SerializerStringNoSize - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerStringNoSize() - Constructor for class org.mapdb.serializer.SerializerStringNoSize
 
SerializerStringOrigHash - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerStringOrigHash() - Constructor for class org.mapdb.serializer.SerializerStringOrigHash
 
SerializerUtils - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerUtils() - Constructor for class org.mapdb.serializer.SerializerUtils
 
SerializerUUID - Class in org.mapdb.serializer
Created by jan on 2/28/16.
SerializerUUID() - Constructor for class org.mapdb.serializer.SerializerUUID
 
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.
setPos(int) - Method in class org.mapdb.DataInput2.ByteArray
 
setPos(int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
setPos(int) - Method in class org.mapdb.DataInput2
 
setPos(int) - Method in class org.mapdb.DataInput2.Stream
 
shift(int) - Static method in class org.mapdb.DataIO
 
SHORT - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Shorts whereby Shorts are serialized to a 2 byte format.
SHORT_ARRAY - Static variable in interface org.mapdb.Serializer
 
SingleByteArrayVol - Class in org.mapdb.volume
Volume backed by on-heap byte[] with maximal fixed size 2GB.
SingleByteArrayVol(int) - Constructor for class org.mapdb.volume.SingleByteArrayVol
 
SingleByteArrayVol(byte[]) - Constructor for class org.mapdb.volume.SingleByteArrayVol
 
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 - Variable in class org.mapdb.serializer.SerializerArrayTuple
 
size - Variable in class org.mapdb.volume.FileChannelVol
 
sizeLong() - Method in class org.mapdb.BTreeMapJava.KeySet
 
sizeLong() - Method in class org.mapdb.BTreeMapJava.SubMap
 
sizeMask - Variable in class org.mapdb.DataOutput2
 
skip(long) - Method in class org.mapdb.DataInput2.DataInputToStream
 
skipBytes(int) - Method in class org.mapdb.DataInput2.ByteArray
 
skipBytes(int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
skipBytes(int) - Method in class org.mapdb.DataInput2.Stream
 
skipFully(InputStream, long) - 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
 
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_DIRECT_CONC_SHIFT - Static variable in interface org.mapdb.CC
 
StoreBinaryGetLong - Interface in org.mapdb
Binary operations performed on StoreBinary which retuns long
Stream(InputStream) - Constructor for class org.mapdb.DataInput2.Stream
 
String(Store, long) - Constructor for class org.mapdb.Atomic.String
 
STRING - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a UTF-8 encoded format.
STRING_ASCII - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a ASCII encoded format (8 bit character) which is faster than using a UTF-8 format.
STRING_DELTA - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a UTF-8 encoded format.
STRING_DELTA2 - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a UTF-8 encoded format.
STRING_INTERN - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a UTF-8 encoded format.
STRING_NOSIZE - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a UTF-8 encoded format.
STRING_ORIGHASH - Static variable in interface org.mapdb.Serializer
A predefined Serializer that handles non-null Strings whereby Strings are serialized to a UTF-8 encoded format.
subMap(K, boolean, K, boolean) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
subMap(K, K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
SubMap(ConcurrentNavigableMapExtra<K, V>, K, boolean, K, boolean) - Constructor for class org.mapdb.BTreeMapJava.SubMap
 
subMap(K, boolean, K, boolean) - Method in class org.mapdb.BTreeMapJava.SubMap
 
subMap(K, K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
subSet(E, boolean, E, boolean) - Method in class org.mapdb.BTreeMapJava.KeySet
 
subSet(E, E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
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
 

T

tailMap(K, boolean) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
tailMap(K) - Method in class org.mapdb.BTreeMapJava.DescendingMap
 
tailMap(K, boolean) - Method in class org.mapdb.BTreeMapJava.SubMap
 
tailMap(K) - Method in class org.mapdb.BTreeMapJava.SubMap
 
tailSet(E, boolean) - Method in class org.mapdb.BTreeMapJava.KeySet
 
tailSet(E) - Method in class org.mapdb.BTreeMapJava.KeySet
 
take(long, QueueLong.Node) - Method in interface org.mapdb.QueueLongTakeUntil
 
toArray() - Method in class org.mapdb.BTreeMapJava.KeySet
 
toArray(T[]) - Method in class org.mapdb.BTreeMapJava.KeySet
 
toByte(int) - Static method in class org.mapdb.volume.ByteBufferVol
 
toByte(long) - Static method in class org.mapdb.volume.ByteBufferVol
 
toHexa(byte[]) - Static method in class org.mapdb.DataIO
Converts binary array into its hexadecimal representation.
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.volume.ByteBufferMemoryVol
 
toString() - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
truncate(long) - Method in class org.mapdb.volume.ByteArrayVol
 
truncate(long) - Method in class org.mapdb.volume.ByteBufferMemoryVol
 
truncate(long) - Method in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
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.MappedFileVolSingle
 
truncate(long) - Method in class org.mapdb.volume.RandomAccessFileVol
 
truncate(long) - Method in class org.mapdb.volume.ReadOnlyVolume
 
truncate(long) - Method in class org.mapdb.volume.SingleByteArrayVol
 
truncate(long) - Method in class org.mapdb.volume.Volume
 

U

unmap(MappedByteBuffer) - Static method in class org.mapdb.volume.ByteBufferVol
Hack to unmap MappedByteBuffer.
unpack(long) - Method in class org.mapdb.serializer.SerializerDate
 
unpack(long) - Method in class org.mapdb.serializer.SerializerDouble
 
unpack(long) - Method in class org.mapdb.serializer.SerializerEightByte
 
unpack(int) - Method in class org.mapdb.serializer.SerializerFloat
 
unpack(int) - Method in class org.mapdb.serializer.SerializerFourByte
 
unpack(int) - Method in class org.mapdb.serializer.SerializerInteger
 
unpack(long) - Method in class org.mapdb.serializer.SerializerLong
 
unpack(long) - Method in class org.mapdb.serializer.SerializerRecid
 
unpackInt() - Method in class org.mapdb.DataInput2.ByteArray
 
unpackInt() - Method in class org.mapdb.DataInput2.ByteBuffer
 
unpackInt() - Method in class org.mapdb.DataInput2.Stream
 
unpackInt() - Method in class org.mapdb.DataInput2
 
unpackInt(DataInput) - Static method in class org.mapdb.DataIO
Unpack int value from the input stream.
unpackInt(InputStream) - Static method in class org.mapdb.DataIO
Unpack int value from the input stream.
unpackInt(byte[], int) - Static method in class org.mapdb.DataIO
 
unpackIntArray(int[], int, int) - Method in class org.mapdb.DataInput2.ByteArray
 
unpackIntArray(int[], int, int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
unpackIntArray(int[], int, int) - Method in class org.mapdb.DataInput2.Stream
 
unpackIntArray(int[], int, int) - Method in class org.mapdb.DataInput2
 
unpackLong() - Method in class org.mapdb.DataInput2.ByteArray
 
unpackLong() - Method in class org.mapdb.DataInput2.ByteBuffer
 
unpackLong() - Method in class org.mapdb.DataInput2.Stream
 
unpackLong() - Method in class org.mapdb.DataInput2
 
unpackLong(DataInput) - Static method in class org.mapdb.DataIO
Unpack long value from the input stream.
unpackLong(InputStream) - Static method in class org.mapdb.DataIO
Unpack long value from the input stream.
unpackLong(byte[], int) - Static method in class org.mapdb.DataIO
 
unpackLongArray(long[], int, int) - Method in class org.mapdb.DataInput2.ByteArray
 
unpackLongArray(long[], int, int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
unpackLongArray(long[], int, int) - Method in class org.mapdb.DataInput2.Stream
 
unpackLongArray(long[], int, int) - Method in class org.mapdb.DataInput2
 
unpackLongArrayDeltaCompression(int) - Method in class org.mapdb.DataInput2.ByteArray
 
unpackLongArrayDeltaCompression(int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
unpackLongArrayDeltaCompression(int) - Method in class org.mapdb.DataInput2.Stream
 
unpackLongArrayDeltaCompression(int) - Method in class org.mapdb.DataInput2
 
unpackLongSkip(int) - Method in class org.mapdb.DataInput2.ByteArray
 
unpackLongSkip(int) - Method in class org.mapdb.DataInput2.ByteBuffer
 
unpackLongSkip(int) - Method in class org.mapdb.DataInput2.Stream
 
unpackLongSkip(int) - Method in class org.mapdb.DataInput2
 
unpackRecid(DataInput2) - Static method in class org.mapdb.DataIO
Unpack RECID value from the input stream with 3 bit checksum.
UNSAFE_VOL_FACTORY - Static variable in class org.mapdb.volume.Volume
If sun.misc.Unsafe is available it will use Volume based on Unsafe.
useDirectBuffer - Variable in class org.mapdb.volume.ByteBufferMemoryVol
 
useDirectBuffer - Variable in class org.mapdb.volume.ByteBufferMemoryVolSingle
 
UUID - Static variable in interface org.mapdb.Serializer
Serializers UUID class

V

valueArrayBinaryGet(DataInput2, int, int) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerLongDelta
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerLongPacked
 
valueArrayBinaryGet(DataInput2, int, int) - Method in class org.mapdb.serializer.SerializerRecid
 
valueArrayBinarySearch(A, DataInput2, int, Comparator) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayBinarySearch(Integer, DataInput2, int, Comparator) - Method in class org.mapdb.serializer.SerializerInteger
 
valueArrayBinarySearch(Integer, DataInput2, int, Comparator) - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
valueArrayBinarySearch(Integer, DataInput2, int, Comparator) - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
valueArrayBinarySearch(Long, DataInput2, int, Comparator) - Method in class org.mapdb.serializer.SerializerLong
 
valueArrayBinarySearch(Long, DataInput2, int, Comparator) - Method in class org.mapdb.serializer.SerializerLongDelta
 
valueArrayBinarySearch(Long, DataInput2, int, Comparator) - Method in class org.mapdb.serializer.SerializerLongPacked
 
valueArrayCopyOfRange(Object, int, int) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayCopyOfRange(Object, int, int) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayDeleteValue(Object, int) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayDeleteValue(Object, int) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayDeserialize(DataInput2, int) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerArrayDelta
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerJava
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerLongDelta
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerLongPacked
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerRecid
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringDelta
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayDeserialize(DataInput2, int) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayEmpty() - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayEmpty() - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerString
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayEmpty() - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayFromArray(Object[]) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayFromArray(Object[]) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayGet(Object, int) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayGet(Object, int) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayPut(Object, int, A) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayPut(Object, int, A) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayPut(Object, int, Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayPut(Object, int, Boolean) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayPut(Object, int, byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayPut(Object, int, byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayPut(Object, int, E) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayPut(Object, int, E) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayPut(Object, int, E) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayPut(Object, int, E) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayPut(Object, int, String) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayPut(Object, int, String) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayPut(Object, int, UUID) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArraySearch(Object, A) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArraySearch(Object, A, Comparator) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArraySearch(Object, A) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArraySearch(Object, A, Comparator) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArraySearch(Object, Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArraySearch(Object, Object[], Comparator) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArraySearch(Object, Boolean) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArraySearch(Object, Boolean, Comparator) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArraySearch(Object, byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArraySearch(Object, byte[], Comparator) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArraySearch(Object, byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArraySearch(Object, byte[], Comparator) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArraySearch(Object, E) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArraySearch(Object, E, Comparator) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArraySearch(Object, E) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArraySearch(Object, E, Comparator) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArraySearch(Object, Date) - Method in class org.mapdb.serializer.SerializerDate
 
valueArraySearch(Object, Double) - Method in class org.mapdb.serializer.SerializerDouble
 
valueArraySearch(Object, E, Comparator) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArraySearch(Object, Float) - Method in class org.mapdb.serializer.SerializerFloat
 
valueArraySearch(Object, E, Comparator) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArraySearch(Object, Integer) - Method in class org.mapdb.serializer.SerializerInteger
 
valueArraySearch(Object, Long) - Method in class org.mapdb.serializer.SerializerLong
 
valueArraySearch(Object, Long) - Method in class org.mapdb.serializer.SerializerRecid
 
valueArraySearch(Object, String) - Method in class org.mapdb.serializer.SerializerString
 
valueArraySearch(Object, String, Comparator) - Method in class org.mapdb.serializer.SerializerString
 
valueArraySearch(Object, String) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArraySearch(Object, String, Comparator) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArraySearch(Object, UUID) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArraySearch(Object, UUID, Comparator) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArraySerialize(DataOutput2, Object) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerArrayDelta
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerByteArrayDelta
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerIntegerDelta
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerIntegerPacked
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerJava
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerLongDelta
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerLongPacked
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerRecid
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerString
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerStringDelta
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArraySerialize(DataOutput2, Object) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArraySize(Object) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArraySize(Object) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerString
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArraySize(Object) - Method in class org.mapdb.serializer.SerializerUUID
 
valueArrayToArray(Object) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayToArray(Object) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayUpdateVal(Object, int, A) - Method in interface org.mapdb.serializer.GroupSerializer
 
valueArrayUpdateVal(Object, int, A) - Method in class org.mapdb.serializer.GroupSerializerObjectArray
 
valueArrayUpdateVal(Object, int, Object[]) - Method in class org.mapdb.serializer.SerializerArrayTuple
 
valueArrayUpdateVal(Object, int, Boolean) - Method in class org.mapdb.serializer.SerializerBoolean
 
valueArrayUpdateVal(Object, int, byte[]) - Method in class org.mapdb.serializer.SerializerByteArray
 
valueArrayUpdateVal(Object, int, byte[]) - Method in class org.mapdb.serializer.SerializerByteArrayDelta2
 
valueArrayUpdateVal(Object, int, E) - Method in class org.mapdb.serializer.SerializerCompressionDeflateWrapper
 
valueArrayUpdateVal(Object, int, E) - Method in class org.mapdb.serializer.SerializerCompressionWrapper
 
valueArrayUpdateVal(Object, int, E) - Method in class org.mapdb.serializer.SerializerEightByte
 
valueArrayUpdateVal(Object, int, E) - Method in class org.mapdb.serializer.SerializerFourByte
 
valueArrayUpdateVal(Object, int, String) - Method in class org.mapdb.serializer.SerializerString
 
valueArrayUpdateVal(Object, int, String) - Method in class org.mapdb.serializer.SerializerStringDelta2
 
valueArrayUpdateVal(Object, int, UUID) - Method in class org.mapdb.serializer.SerializerUUID
 
Var(Store, long, Serializer<E>) - Constructor for class org.mapdb.Atomic.Var
 
verifyNode(GroupSerializer, Comparator, GroupSerializer) - Method in class org.mapdb.BTreeMapJava.Node
 
vol - Variable in class org.mapdb.volume.ReadOnlyVolume
 
Volume - Class in org.mapdb.volume
MapDB abstraction over raw storage (file, disk partition, memory etc...).
Volume() - Constructor for class org.mapdb.volume.Volume
 
VOLUME_PRINT_STACK_AT_OFFSET - Static variable in interface org.mapdb.CC
Will print stack trace of all operations which are write any data at given offset Used for debugging.
VolumeFactory - Class in org.mapdb.volume
Created by jan on 2/29/16.
VolumeFactory() - Constructor for class org.mapdb.volume.VolumeFactory
 
volumes - Variable in class org.mapdb.WriteAheadLog
 

W

WAL_HEADER - Static variable in class org.mapdb.WriteAheadLog
4 byte file header
WAL_SEAL - Static variable in class org.mapdb.WriteAheadLog
 
walGetByteArray(long) - Method in class org.mapdb.WriteAheadLog
Retrieve DataInput from WAL.
walGetByteArray2(long) - Method in class org.mapdb.WriteAheadLog
Retrieve byte[] from WAL.
walGetRecord(long, long) - Method in class org.mapdb.WriteAheadLog
 
walPointer(long, long, long) - Method in class org.mapdb.WriteAheadLog
 
walPointerToFileNum(long) - Method in class org.mapdb.WriteAheadLog
 
walPointerToOffset(long) - Method in class org.mapdb.WriteAheadLog
 
walPointerToSize(long) - Method in class org.mapdb.WriteAheadLog
 
walPutByteArray(long, byte[], int, int) - Method in class org.mapdb.WriteAheadLog
Puts instruction into WAL.
walPutLong(long, long) - Method in class org.mapdb.WriteAheadLog
Put 8 byte long into WAL.
walPutPreallocate(long) - Method in class org.mapdb.WriteAheadLog
 
walPutRecord(long, byte[], int, int) - Method in class org.mapdb.WriteAheadLog
 
walPutTombstone(long) - Method in class org.mapdb.WriteAheadLog
 
walRec - Variable in class org.mapdb.WriteAheadLog
record WALs, store recid-record pairs.
wrap(Volume, boolean) - Static method in class org.mapdb.volume.VolumeFactory
 
write(int) - Method in class org.mapdb.DataOutput2
 
write(byte[]) - Method in class org.mapdb.DataOutput2
 
write(byte[], int, int) - Method in class org.mapdb.DataOutput2
 
WriteAheadLog - Class in org.mapdb
WAL shared between StoreWAL
WriteAheadLog(String, VolumeFactory, long, boolean) - Constructor for class org.mapdb.WriteAheadLog
 
WriteAheadLog(String) - Constructor for class org.mapdb.WriteAheadLog
 
WriteAheadLog.WALReplay - Interface in org.mapdb
 
writeBoolean(boolean) - Method in class org.mapdb.DataOutput2
 
writeByte(int) - Method in class org.mapdb.DataOutput2
 
writeByteArray(long, long, Volume, long, int) - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
writeBytes(String) - Method in class org.mapdb.DataOutput2
 
writeChar(int) - Method in class org.mapdb.DataOutput2
 
writeChars(String) - Method in class org.mapdb.DataOutput2
 
writeDouble(double) - Method in class org.mapdb.DataOutput2
 
writeFloat(float) - Method in class org.mapdb.DataOutput2
 
writeFully(FileChannel, ByteBuffer) - Static method in class org.mapdb.DataIO
 
writeFully(long, ByteBuffer) - Method in class org.mapdb.volume.FileChannelVol
 
writeInt(int) - Method in class org.mapdb.DataOutput2
 
writeLong(long) - Method in class org.mapdb.DataOutput2
 
writeLong(long, long) - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
writePreallocate(long) - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
writeRecord(long, long, Volume, long, int) - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
writeShort(int) - Method in class org.mapdb.DataOutput2
 
writeTombstone(long) - Method in interface org.mapdb.WriteAheadLog.WALReplay
 
writeUTF(String) - Method in class org.mapdb.DataOutput2
 

Z

ZEROS - Static variable in interface org.mapdb.CC
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2018. All Rights Reserved.