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

A

AbstractElementSerializer<T> - Class in org.apache.directory.mavibot.btree.serializer
An abstract ElementSerializer that implements comon methods
AbstractElementSerializer(Comparator<T>) - Constructor for class org.apache.directory.mavibot.btree.serializer.AbstractElementSerializer
Create a new instance of BooleanSerializer
addBTree(String, ElementSerializer<?>, ElementSerializer<?>, boolean) - Method in class org.apache.directory.mavibot.btree.RecordManager
Creates a BTree and automatically adds it to the list of managed btrees
Addition<K,V> - Class in org.apache.directory.mavibot.btree
A class used to store an Addition modification done on a BTree.
Addition(K, V) - Constructor for class org.apache.directory.mavibot.btree.Addition
Create a new Addition instance.
ADDITION - Static variable in class org.apache.directory.mavibot.btree.Modification
The byte used to define an Addition in the serialized journal
afterLast() - Method in class org.apache.directory.mavibot.btree.Cursor
Places the cursor at the end of the last position

B

beforeFirst() - Method in class org.apache.directory.mavibot.btree.Cursor
moves the cursor to the same position that was given at the time of instantiating the cursor.
BooleanArrayComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares boolean arrays.
BooleanArrayComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.BooleanArrayComparator
 
BooleanComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares booleans
BooleanComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.BooleanComparator
 
BooleanSerializer - Class in org.apache.directory.mavibot.btree.serializer
The Boolean serializer.
BooleanSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
Create a new instance of BooleanSerializer
browse() - Method in class org.apache.directory.mavibot.btree.BTree
Creates a cursor starting at the beginning of the tree
browse(long) - Method in class org.apache.directory.mavibot.btree.BTree
Creates a cursor starting at the beginning of the tree, for a given revision
browseFrom(K) - Method in class org.apache.directory.mavibot.btree.BTree
Creates a cursor starting on the given key
browseFrom(long, K) - Method in class org.apache.directory.mavibot.btree.BTree
Creates a cursor starting on the given key at the given revision
BTree<K,V> - Class in org.apache.directory.mavibot.btree
The B+Tree MVCC data structure.
BTree() - Constructor for class org.apache.directory.mavibot.btree.BTree
Creates a new BTree, with no initialization.
BTree(BTreeConfiguration<K, V>) - Constructor for class org.apache.directory.mavibot.btree.BTree
Creates a new in-memory BTree using the BTreeConfiguration to initialize the BTree
BTree(String, ElementSerializer<K>, ElementSerializer<V>) - Constructor for class org.apache.directory.mavibot.btree.BTree
Creates a new in-memory BTree with a default page size and key/value serializers.
BTree(String, ElementSerializer<K>, ElementSerializer<V>, boolean) - Constructor for class org.apache.directory.mavibot.btree.BTree
 
BTree(String, ElementSerializer<K>, ElementSerializer<V>, int) - Constructor for class org.apache.directory.mavibot.btree.BTree
Creates a new in-memory BTree with a default page size and key/value serializers.
BTree(String, String, ElementSerializer<K>, ElementSerializer<V>) - Constructor for class org.apache.directory.mavibot.btree.BTree
Creates a new BTree with a default page size and a comparator, with an associated file.
BTree(String, String, ElementSerializer<K>, ElementSerializer<V>, int) - Constructor for class org.apache.directory.mavibot.btree.BTree
Creates a new instance of BTree with the given name and store it under the given dataDir if provided.
BTree(String, String, ElementSerializer<K>, ElementSerializer<V>, int, boolean) - Constructor for class org.apache.directory.mavibot.btree.BTree
 
BTreeAlreadyManagedException - Exception in org.apache.directory.mavibot.btree.exception
An exception thrown when we try to manage a BTree which name is already managed by the RecordManager
BTreeAlreadyManagedException() - Constructor for exception org.apache.directory.mavibot.btree.exception.BTreeAlreadyManagedException
Creates a new instance of BtreeAlreadyManagedException.
BTreeAlreadyManagedException(String) - Constructor for exception org.apache.directory.mavibot.btree.exception.BTreeAlreadyManagedException
Creates a new instance of BtreeAlreadyManagedException.
BTreeAlreadyManagedException(Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.BTreeAlreadyManagedException
Creates a new instance of BtreeAlreadyManagedException.
BTreeAlreadyManagedException(String, Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.BTreeAlreadyManagedException
Creates a new instance of KeyNotFoundException.
BTreeBuilder<K,V> - Class in org.apache.directory.mavibot.btree
A BTree builder that builds a tree from the bottom.
BTreeBuilder(String, int, ElementSerializer<K>, ElementSerializer<V>) - Constructor for class org.apache.directory.mavibot.btree.BTreeBuilder
 
BTreeConfiguration<K,V> - Class in org.apache.directory.mavibot.btree
The B+Tree Configuration.
BTreeConfiguration() - Constructor for class org.apache.directory.mavibot.btree.BTreeConfiguration
 
BTreeFactory - Class in org.apache.directory.mavibot.btree
This cless construct a BTree from a serialized version of a BTree.
BTreeFactory() - Constructor for class org.apache.directory.mavibot.btree.BTreeFactory
 
BTreeTypeEnum - Enum in org.apache.directory.mavibot.btree
An enum to describe the BTree type.
BufferHandler - Class in org.apache.directory.mavibot.btree.serializer
A class used to hide the buffer read from the underlying file.
BufferHandler(byte[]) - Constructor for class org.apache.directory.mavibot.btree.serializer.BufferHandler
Create a new BufferHandler
BufferHandler(FileChannel, ByteBuffer) - Constructor for class org.apache.directory.mavibot.btree.serializer.BufferHandler
Create a new BufferHandler
build(Iterator<Tuple<K, V>>) - Method in class org.apache.directory.mavibot.btree.BTreeBuilder
 
BulkDataSorter<K,V> - Class in org.apache.directory.mavibot.btree.util
A utility class for sorting a large number of keys before building a BTree using BTreeBuilder.
BulkDataSorter(TupleReaderWriter<K, V>, Comparator<Tuple<K, V>>, int) - Constructor for class org.apache.directory.mavibot.btree.util.BulkDataSorter
 
ByteArrayComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares byte arrays.
ByteArrayComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.ByteArrayComparator
 
ByteArraySerializer - Class in org.apache.directory.mavibot.btree.serializer
A serializer for a byte[].
ByteArraySerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
Create a new instance of ByteArraySerializer
ByteArraySerializer(Comparator) - Constructor for class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
Create a new instance of ByteArraySerializer with custom comparator
ByteComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares bytes
ByteComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.ByteComparator
 
ByteSerializer - Class in org.apache.directory.mavibot.btree.serializer
The Byte serializer.
ByteSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.ByteSerializer
Create a new instance of ByteSerializer

C

CharArrayComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares char arrays
CharArrayComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.CharArrayComparator
 
CharArraySerializer - Class in org.apache.directory.mavibot.btree.serializer
A serializer for a char[].
CharArraySerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.CharArraySerializer
Create a new instance of CharArraySerializer
CharComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares chars
CharComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.CharComparator
 
CharSerializer - Class in org.apache.directory.mavibot.btree.serializer
The Character serializer.
CharSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.CharSerializer
Create a new instance of CharSerializer
close() - Method in class org.apache.directory.mavibot.btree.BTree
Close the BTree, cleaning up all the data structure
close() - Method in class org.apache.directory.mavibot.btree.Cursor
Closes the cursor, thus releases the associated transaction
close() - Method in class org.apache.directory.mavibot.btree.RecordManager
Close the RecordManager and flush everything on disk
close() - Method in class org.apache.directory.mavibot.btree.Transaction
Close the transaction, releasing the revision it was using.
compare(boolean[], boolean[]) - Method in class org.apache.directory.mavibot.btree.comparator.BooleanArrayComparator
Compare two boolean arrays.
compare(Boolean, Boolean) - Method in class org.apache.directory.mavibot.btree.comparator.BooleanComparator
Compare two booleans.
compare(byte[], byte[]) - Method in class org.apache.directory.mavibot.btree.comparator.ByteArrayComparator
Compare two byte arrays.
compare(Byte, Byte) - Method in class org.apache.directory.mavibot.btree.comparator.ByteComparator
Compare two bytes.
compare(char[], char[]) - Method in class org.apache.directory.mavibot.btree.comparator.CharArrayComparator
Compare two char arrays.
compare(Character, Character) - Method in class org.apache.directory.mavibot.btree.comparator.CharComparator
Compare two chars.
compare(int[], int[]) - Method in class org.apache.directory.mavibot.btree.comparator.IntArrayComparator
Compare two long arrays.
compare(Integer, Integer) - Method in class org.apache.directory.mavibot.btree.comparator.IntComparator
Compare two integers.
compare(long[], long[]) - Method in class org.apache.directory.mavibot.btree.comparator.LongArrayComparator
Compare two long arrays.
compare(Long, Long) - Method in class org.apache.directory.mavibot.btree.comparator.LongComparator
Compare two longs.
compare(short[], short[]) - Method in class org.apache.directory.mavibot.btree.comparator.ShortArrayComparator
Compare two short arrays.
compare(Short, Short) - Method in class org.apache.directory.mavibot.btree.comparator.ShortComparator
Compare two shorts.
compare(String, String) - Method in class org.apache.directory.mavibot.btree.comparator.StringComparator
Compare two Strings.
compare(RevisionName, RevisionName) - Method in class org.apache.directory.mavibot.btree.RevisionNameComparator
compare(T, T) - Method in class org.apache.directory.mavibot.btree.serializer.AbstractElementSerializer
Returns the comparison of two types.
compare(T, T) - Method in interface org.apache.directory.mavibot.btree.serializer.ElementSerializer
Returns the comparison of two types.
compare(long[], long[]) - Method in class org.apache.directory.mavibot.btree.serializer.LongArraySerializer
Returns the comparison of two types.
compare(T, T) - Method in interface org.apache.directory.mavibot.btree.serializer.Serializer
Returns the comparison of two types.
compare(String, String) - Method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
Returns the comparison of two types.
contains(K, V) - Method in class org.apache.directory.mavibot.btree.BTree
Checks if the BTree contains the given key with the given value.
contains(long, K, V) - Method in class org.apache.directory.mavibot.btree.BTree
Checks if the BTree contains the given key with the given value for a given revision
createBTree() - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Create a new BTree.
createLeaf(BTree, long, int) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Create a new Leaf for the give BTree.
createNode(BTree, long, int) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Create a new Node for the give BTree.
Cursor<K,V> - Class in org.apache.directory.mavibot.btree
A Cursor is used to fetch elements in a BTree and is returned by the

D

DATA_SUFFIX - Static variable in class org.apache.directory.mavibot.btree.BTree
The default data file suffix
DEFAULT_JOURNAL - Static variable in class org.apache.directory.mavibot.btree.BTree
The default journal name
DEFAULT_PAGE_SIZE - Static variable in class org.apache.directory.mavibot.btree.BTree
Default page size (number of entries per node)
DEFAULT_READ_TIMEOUT - Static variable in class org.apache.directory.mavibot.btree.BTree
Define a default delay for a read transaction.
DEFAULT_WRITE_BUFFER_SIZE - Static variable in class org.apache.directory.mavibot.btree.BTree
Default size of the buffer used to write data on disk.
delete(K) - Method in class org.apache.directory.mavibot.btree.BTree
Delete the entry which key is given as a parameter.
delete(K, V) - Method in class org.apache.directory.mavibot.btree.BTree
Delete the value from an entry associated with the given key.
Deletion<K,V> - Class in org.apache.directory.mavibot.btree
A class used to store a Delete modification done on a BTree.
Deletion(K) - Constructor for class org.apache.directory.mavibot.btree.Deletion
Create a new Deletion instance.
DELETION - Static variable in class org.apache.directory.mavibot.btree.Modification
The byte used to define a Deletion in the serialized journal
deserialize(BTree, long) - Method in class org.apache.directory.mavibot.btree.RecordManager
 
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.RevisionNameSerializer
A static method used to deserialize a RevisionName from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.RevisionNameSerializer
A static method used to deserialize a RevisionName from a byte array.
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.RevisionNameSerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.RevisionNameSerializer
Deserialize an element from a ByteBuffer
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
A static method used to deserialize a Boolean from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
A static method used to deserialize a Boolean from a byte array.
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
Deserialize an element from a ByteBuffer
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
Deserialize an element from a BufferHandler
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
A static method used to deserialize a byte array from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
A static method used to deserialize a byte array from a byte array.
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
Deserialize an element from a ByteBuffer
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
A static method used to deserialize a Byte from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
A static method used to deserialize a Byte from a byte array.
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
Deserialize an element from a ByteBuffer
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
Deserialize an element from a BufferHandler
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.CharArraySerializer
A static method used to deserialize a char array from a byte array.
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.CharArraySerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.CharArraySerializer
Deserialize an element from a ByteBuffer
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
A static method used to deserialize a Character from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
A static method used to deserialize a Character from a byte array.
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
Deserialize an element from a ByteBuffer
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
Deserialize an element from a BufferHandler
deserialize(BufferHandler) - Method in interface org.apache.directory.mavibot.btree.serializer.ElementSerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in interface org.apache.directory.mavibot.btree.serializer.ElementSerializer
Deserialize an element from a ByteBuffer
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
A static method used to deserialize an Integer from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
A static method used to deserialize an Integer from a byte array.
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
Deserialize an element from a ByteBuffer
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
Deserialize an element from a BufferHandler
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.LongArraySerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.LongArraySerializer
Deserialize an element from a ByteBuffer
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
A static method used to deserialize a Long from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
A static method used to deserialize an Integer from a byte array.
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
Deserialize an element from a ByteBuffer
deserialize(BufferHandler) - Method in interface org.apache.directory.mavibot.btree.serializer.Serializer
Deserialize a type from a byte[]
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
A static method used to deserialize a Short from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
A static method used to deserialize a Short from a byte array.
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
Deserialize an element from a ByteBuffer
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
Deserialize an element from a BufferHandler
deserialize(byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
A static method used to deserialize a String from a byte array.
deserialize(byte[], int) - Static method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
A static method used to deserialize a String from a byte array.
deserialize(BufferHandler) - Method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
Deserialize an element from a BufferHandler
deserialize(ByteBuffer) - Method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
Deserialize an element from a ByteBuffer
dump() - Method in class org.apache.directory.mavibot.btree.RecordManager
Dump the RecordManager file
dumpByte(byte) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Helper function that dump a byte in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Helper function that dump an array of bytes in hex form
dumpHex(byte) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Helper function that returns a char from an hex
dumpHexPairs(byte[]) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Helper function that dump an array of bytes in hex pair form, without '0x' and space chars
DuplicateKeyMemoryHolder<K,V> - Class in org.apache.directory.mavibot.btree
A holder for values of duplicate keys.
DuplicateKeyMemoryHolder(BTree<K, V>, V) - Constructor for class org.apache.directory.mavibot.btree.DuplicateKeyMemoryHolder
Create a new holder storing an offset and a SoftReference containing the value.

E

ElementHolder<E,K,V> - Interface in org.apache.directory.mavibot.btree
A Value holder.
ElementSerializer<T> - Interface in org.apache.directory.mavibot.btree.serializer
This interface is used by implementations of serializer, deserializer and comparator.
EMPTY_BYTES - Static variable in class org.apache.directory.mavibot.btree.util.Strings
A empty byte array
EndOfFileExceededException - Exception in org.apache.directory.mavibot.btree.exception
An exception thrown when we try to access a page beyond the file's size.
EndOfFileExceededException() - Constructor for exception org.apache.directory.mavibot.btree.exception.EndOfFileExceededException
Creates a new instance of EndOfFileExceededException.
EndOfFileExceededException(String) - Constructor for exception org.apache.directory.mavibot.btree.exception.EndOfFileExceededException
Creates a new instance of EndOfFileExceededException.
EndOfFileExceededException(Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.EndOfFileExceededException
Creates a new instance of EndOfFileExceededException.
EndOfFileExceededException(String, Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.EndOfFileExceededException
Creates a new instance of EndOfFileExceededException.
equals(Object) - Method in class org.apache.directory.mavibot.btree.RevisionName
 

F

flush(File) - Method in class org.apache.directory.mavibot.btree.BTree
Flush the latest revision to disk
flush() - Method in class org.apache.directory.mavibot.btree.BTree
Flush the latest revision to disk.

G

get(K) - Method in class org.apache.directory.mavibot.btree.BTree
Find a value in the tree, given its key.
get(long, K) - Method in class org.apache.directory.mavibot.btree.BTree
Find a value in the tree, given its key, at a specific revision.
getBuffer() - Method in class org.apache.directory.mavibot.btree.serializer.BufferHandler
 
getBytesUtf8(String) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Return UTF-8 encoded byte[] representation of a String
getBytesUtf8Ascii(String) - Static method in class org.apache.directory.mavibot.btree.util.Strings
When the string to convert to bytes is pure ascii, this is a faster method than the getBytesUtf8.
getCheckPointDelay() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getComparator() - Method in class org.apache.directory.mavibot.btree.BTree
 
getComparator() - Method in class org.apache.directory.mavibot.btree.serializer.AbstractElementSerializer
getComparator() - Method in interface org.apache.directory.mavibot.btree.serializer.ElementSerializer
 
getComparator() - Method in class org.apache.directory.mavibot.btree.serializer.LongArraySerializer
getCreationDate() - Method in class org.apache.directory.mavibot.btree.Cursor
 
getCreationDate() - Method in class org.apache.directory.mavibot.btree.Transaction
 
getFile() - Method in class org.apache.directory.mavibot.btree.BTree
 
getFilePath() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getJournal() - Method in class org.apache.directory.mavibot.btree.BTree
 
getJournalName() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getJournalSize() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getKey() - Method in class org.apache.directory.mavibot.btree.Tuple
 
getKeySerializer() - Method in class org.apache.directory.mavibot.btree.BTree
 
getKeySerializer() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getKeySerializerFQCN() - Method in class org.apache.directory.mavibot.btree.BTree
 
getManagedTree(String) - Method in class org.apache.directory.mavibot.btree.RecordManager
Get one managed trees, knowing its name.
getManagedTrees() - Method in class org.apache.directory.mavibot.btree.RecordManager
Get the managed trees.
getMergeSortedTuples() - Method in class org.apache.directory.mavibot.btree.util.BulkDataSorter
 
getName() - Method in class org.apache.directory.mavibot.btree.BTree
 
getName() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getName() - Method in class org.apache.directory.mavibot.btree.RevisionName
 
getNbElems() - Method in class org.apache.directory.mavibot.btree.BTree
 
getNbManagedTrees() - Method in class org.apache.directory.mavibot.btree.RecordManager
Get the number of managed trees.
getPageSize() - Method in class org.apache.directory.mavibot.btree.BTree
 
getPageSize() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getPageSize() - Method in class org.apache.directory.mavibot.btree.RecordManager
 
getPathToRightMostLeaf(BTree) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Includes the intermediate nodes in the path up to and including the right most leaf of the tree
getReadTimeOut() - Method in class org.apache.directory.mavibot.btree.BTree
 
getReadTimeOut() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getRevision() - Method in class org.apache.directory.mavibot.btree.BTree
 
getRevision() - Method in class org.apache.directory.mavibot.btree.Cursor
 
getRevision() - Method in class org.apache.directory.mavibot.btree.RevisionName
 
getRevision() - Method in class org.apache.directory.mavibot.btree.Transaction
 
getRoot(BTree<?, ?>) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Return the BTree root page
getRoot() - Method in class org.apache.directory.mavibot.btree.Transaction
 
getType() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getValue(BTree<K, V>) - Method in class org.apache.directory.mavibot.btree.DuplicateKeyMemoryHolder
Get back the element
getValue(BTree<K, V>) - Method in interface org.apache.directory.mavibot.btree.ElementHolder
Get back the element
getValue(BTree<K, V>) - Method in class org.apache.directory.mavibot.btree.MemoryHolder
Get back the element
getValue(BTree<K, V>) - Method in class org.apache.directory.mavibot.btree.ReferenceHolder
Get back the element
getValue() - Method in class org.apache.directory.mavibot.btree.Tuple
 
getValues(K) - Method in class org.apache.directory.mavibot.btree.BTree
 
getValueSerializer() - Method in class org.apache.directory.mavibot.btree.BTree
 
getValueSerializer() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
getValueSerializerFQCN() - Method in class org.apache.directory.mavibot.btree.BTree
 
getWorkDir() - Method in class org.apache.directory.mavibot.btree.util.BulkDataSorter
 
getWriteBufferSize() - Method in class org.apache.directory.mavibot.btree.BTree
 
getWriteBufferSize() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 

H

hashCode() - Method in class org.apache.directory.mavibot.btree.RevisionName
 
hasKey(K) - Method in class org.apache.directory.mavibot.btree.BTree
Checks if the given key exists.
hasKey(long, K) - Method in class org.apache.directory.mavibot.btree.BTree
Checks if the given key exists for a given revision.
hasNext() - Method in class org.apache.directory.mavibot.btree.Cursor
Tells if the cursor can return a next element
hasPrev() - Method in class org.apache.directory.mavibot.btree.Cursor
Tells if the cursor can return a previous element

I

init() - Method in class org.apache.directory.mavibot.btree.BTree
Initialize the BTree.
insert(K, V) - Method in class org.apache.directory.mavibot.btree.BTree
Insert an entry in the BTree.
INSTANCE - Static variable in class org.apache.directory.mavibot.btree.serializer.StringSerializer
 
IntArrayComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares int arrays
IntArrayComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.IntArrayComparator
 
IntComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares integers
IntComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.IntComparator
 
IntSerializer - Class in org.apache.directory.mavibot.btree.serializer
The Integer serializer.
IntSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.IntSerializer
Create a new instance of IntSerializer
IntTupleReaderWriter - Class in org.apache.directory.mavibot.btree.util
TODO IntTupleReaderWriter.
IntTupleReaderWriter() - Constructor for class org.apache.directory.mavibot.btree.util.IntTupleReaderWriter
 
isAllowDuplicates() - Method in class org.apache.directory.mavibot.btree.BTree
 
isAllowDuplicates() - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
isClosed() - Method in class org.apache.directory.mavibot.btree.Transaction
 
isEmpty(String) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Checks if a String is empty ("") or null.
isEmpty(byte[]) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Checks if a bytes array is empty or null.
isInMemory() - Method in class org.apache.directory.mavibot.btree.BTree
 
isKeepRevisions() - Method in class org.apache.directory.mavibot.btree.RecordManager
 
isManaged() - Method in class org.apache.directory.mavibot.btree.BTree
 
isPersistent() - Method in class org.apache.directory.mavibot.btree.BTree
 

J

JOURNAL_SUFFIX - Static variable in class org.apache.directory.mavibot.btree.BTree
The default journal file suffix

K

KeyNotFoundException - Exception in org.apache.directory.mavibot.btree.exception
An exception thrown when we can't find a key in the BTree.
KeyNotFoundException() - Constructor for exception org.apache.directory.mavibot.btree.exception.KeyNotFoundException
Creates a new instance of KeyNotFoundException.
KeyNotFoundException(String) - Constructor for exception org.apache.directory.mavibot.btree.exception.KeyNotFoundException
Creates a new instance of KeyNotFoundException.
KeyNotFoundException(Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.KeyNotFoundException
Creates a new instance of KeyNotFoundException.
KeyNotFoundException(String, Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.KeyNotFoundException
Creates a new instance of KeyNotFoundException.
keyType - Variable in class org.apache.directory.mavibot.btree.BTree
The type to use to create the keys

L

listToString(List<?>) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Utility method that return a String representation of a list
listToString(List<?>, String) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Utility method that return a String representation of a list
load(File) - Method in class org.apache.directory.mavibot.btree.BTree
Read the data from the disk into this BTree.
LOG - Static variable in class org.apache.directory.mavibot.btree.BTree
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.mavibot.btree.RecordManager
The LoggerFactory used by this class
LOG_CHECK - Static variable in class org.apache.directory.mavibot.btree.RecordManager
A dedicated logger for the check
LongArrayComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares long arrays
LongArrayComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.LongArrayComparator
 
LongArraySerializer - Class in org.apache.directory.mavibot.btree.serializer
A serializer for a Long[].
LongArraySerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.LongArraySerializer
Create a new instance of LongSerializer
LongComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares Longs
LongComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.LongComparator
 
LongSerializer - Class in org.apache.directory.mavibot.btree.serializer
The Long serializer.
LongSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.LongSerializer
Create a new instance of LongSerializer

M

manage(BTree<?, ?>) - Method in class org.apache.directory.mavibot.btree.RecordManager
Manage a BTree.
manage(BTree<?, ?>, boolean) - Method in class org.apache.directory.mavibot.btree.RecordManager
works the same as @see #manage(BTree) except the given tree will not be linked to top level trees that will be loaded initially if the internalTree flag is set to true
mapToString(Map<?, ?>) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Utility method that return a String representation of a map.
mapToString(Map<?, ?>, String) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Utility method that return a String representation of a map.
MemoryHolder<K,V> - Class in org.apache.directory.mavibot.btree
A In-Memory Value holder.
MemoryHolder(BTree<K, V>, V) - Constructor for class org.apache.directory.mavibot.btree.MemoryHolder
Create a new holder storing an offset and a SoftReference containing the value.
Modification<K,V> - Class in org.apache.directory.mavibot.btree
An abstract class used to store a modification done on a BTree.
Modification(K, V) - Constructor for class org.apache.directory.mavibot.btree.Modification
Create a new Modification instance.
moveToNextNonDuplicateKey() - Method in class org.apache.directory.mavibot.btree.Cursor
Moves the cursor to the next non-duplicate key.
moveToPrevNonDuplicateKey() - Method in class org.apache.directory.mavibot.btree.Cursor
Moves the cursor to the previous non-duplicate key If the BTree contains <1,0> <1,1> <2,0> <2,1> and cursor is present at <2,1> then the cursor will move to <1,1>

N

nbCreatedPages - Variable in class org.apache.directory.mavibot.btree.RecordManager
 
nbFreedPages - Variable in class org.apache.directory.mavibot.btree.RecordManager
A counter to track the number of free pages
nbReusedPages - Variable in class org.apache.directory.mavibot.btree.RecordManager
 
next() - Method in class org.apache.directory.mavibot.btree.Cursor
Find the next key/value

O

org.apache.directory.mavibot.btree - package org.apache.directory.mavibot.btree
 
org.apache.directory.mavibot.btree.comparator - package org.apache.directory.mavibot.btree.comparator
 
org.apache.directory.mavibot.btree.exception - package org.apache.directory.mavibot.btree.exception
 
org.apache.directory.mavibot.btree.serializer - package org.apache.directory.mavibot.btree.serializer
 
org.apache.directory.mavibot.btree.util - package org.apache.directory.mavibot.btree.util
 

P

PageSizeAlreadySetException - Exception in org.apache.directory.mavibot.btree.exception
An exception thrown when we try to change the RecordManager Page Size when it's already set.
PageSizeAlreadySetException() - Constructor for exception org.apache.directory.mavibot.btree.exception.PageSizeAlreadySetException
Creates a new instance of PageSizeAlreadySetException.
PageSizeAlreadySetException(String) - Constructor for exception org.apache.directory.mavibot.btree.exception.PageSizeAlreadySetException
Creates a new instance of PageSizeAlreadySetException.
PageSizeAlreadySetException(Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.PageSizeAlreadySetException
Creates a new instance of PageSizeAlreadySetException.
PageSizeAlreadySetException(String, Throwable) - Constructor for exception org.apache.directory.mavibot.btree.exception.PageSizeAlreadySetException
Creates a new instance of PageSizeAlreadySetException.
PoisonPill<K,V> - Class in org.apache.directory.mavibot.btree
This is special class which is injected into the journal queue to tell the journal thread that it should stop.
PoisonPill() - Constructor for class org.apache.directory.mavibot.btree.PoisonPill
Create a new PoisonPill instance.
prev() - Method in class org.apache.directory.mavibot.btree.Cursor
Find the previous key/value

R

read(int) - Method in class org.apache.directory.mavibot.btree.serializer.BufferHandler
Read a buffer containing the given number of bytes
readTuple(DataInputStream) - Method in class org.apache.directory.mavibot.btree.util.IntTupleReaderWriter
 
readTuple(DataInputStream) - Method in interface org.apache.directory.mavibot.btree.util.TupleReaderWriter
 
RecordManager - Class in org.apache.directory.mavibot.btree
The RecordManager is used to manage the file in which we will store the BTrees.
RecordManager(String) - Constructor for class org.apache.directory.mavibot.btree.RecordManager
Create a Record manager which will either create the underlying file or load an existing one.
RecordManager(String, int) - Constructor for class org.apache.directory.mavibot.btree.RecordManager
Create a Record manager which will either create the underlying file or load an existing one.
ReferenceHolder<E,K,V> - Class in org.apache.directory.mavibot.btree
A Value holder.
ReferenceHolder(BTree<K, V>, E, long, long) - Constructor for class org.apache.directory.mavibot.btree.ReferenceHolder
Create a new holder storing an offset and a SoftReference containing the element.
RevisionName - Class in org.apache.directory.mavibot.btree
A data structure that stores a revision associated to a BTree name.
RevisionName(long, String) - Constructor for class org.apache.directory.mavibot.btree.RevisionName
A constructor for the RevisionName class
RevisionNameComparator - Class in org.apache.directory.mavibot.btree
A comparator for the RevisionName class
RevisionNameComparator() - Constructor for class org.apache.directory.mavibot.btree.RevisionNameComparator
 
RevisionNameSerializer - Class in org.apache.directory.mavibot.btree
A serializer for the RevisionName object.
RevisionNameSerializer() - Constructor for class org.apache.directory.mavibot.btree.RevisionNameSerializer
Create a new instance of a RevisionNameSerializer
rootPage - Variable in class org.apache.directory.mavibot.btree.BTree
The current rootPage

S

serialize(RevisionName) - Method in class org.apache.directory.mavibot.btree.RevisionNameSerializer
Produce the byte[] representation of the element
serialize(byte[], int, RevisionName) - Static method in class org.apache.directory.mavibot.btree.RevisionNameSerializer
Serialize a RevisionName
serialize(Boolean) - Method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
Produce the byte[] representation of the element
serialize(boolean) - Static method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
Serialize a boolean
serialize(byte[], int, boolean) - Static method in class org.apache.directory.mavibot.btree.serializer.BooleanSerializer
Serialize a boolean
serialize(byte[]) - Method in class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
Produce the byte[] representation of the element
serialize(byte[], int, byte[]) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteArraySerializer
Serialize a byte[]
serialize(Byte) - Method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
Produce the byte[] representation of the element
serialize(byte) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
Serialize a byte
serialize(byte[], int, byte) - Static method in class org.apache.directory.mavibot.btree.serializer.ByteSerializer
Serialize a byte
serialize(char[]) - Method in class org.apache.directory.mavibot.btree.serializer.CharArraySerializer
Produce the byte[] representation of the element
serialize(Character) - Method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
Produce the byte[] representation of the element
serialize(char) - Static method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
Serialize a char
serialize(byte[], int, char) - Static method in class org.apache.directory.mavibot.btree.serializer.CharSerializer
Serialize a char
serialize(T) - Method in interface org.apache.directory.mavibot.btree.serializer.ElementSerializer
Produce the byte[] representation of the element
serialize(Integer) - Method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
Produce the byte[] representation of the element
serialize(int) - Static method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
Serialize an int
serialize(byte[], int, int) - Static method in class org.apache.directory.mavibot.btree.serializer.IntSerializer
Serialize an int
serialize(long[]) - Method in class org.apache.directory.mavibot.btree.serializer.LongArraySerializer
Produce the byte[] representation of the element
serialize(Long) - Method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
Produce the byte[] representation of the element
serialize(long) - Static method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
Serialize an long
serialize(byte[], int, long) - Static method in class org.apache.directory.mavibot.btree.serializer.LongSerializer
Serialize an long
serialize(T) - Method in interface org.apache.directory.mavibot.btree.serializer.Serializer
Produce the byte[] representation of the type
serialize(Short) - Method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
Produce the byte[] representation of the element
serialize(short) - Static method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
Serialize a short
serialize(byte[], int, short) - Static method in class org.apache.directory.mavibot.btree.serializer.ShortSerializer
Serialize a short
serialize(byte[], int, String) - Static method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
Serialize a String.
serialize(String) - Method in class org.apache.directory.mavibot.btree.serializer.StringSerializer
Produce the byte[] representation of the element
Serializer<T> - Interface in org.apache.directory.mavibot.btree.serializer
This interface is used by implementations of serializer, deserializr and comparator.
setAllowDuplicates(boolean) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
enable duplicate key support
setCheckPointDelay(long) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setComparator(Comparator<K>) - Method in class org.apache.directory.mavibot.btree.BTree
 
setFilePath(String) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setJournalName(String) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setJournalSize(long) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setKeepRevisions(boolean) - Method in class org.apache.directory.mavibot.btree.RecordManager
 
setKey(Page, int, Object) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Set the key at a give position
setKeySerializer(ElementSerializer<K>) - Method in class org.apache.directory.mavibot.btree.BTree
 
setKeySerializer(ElementSerializer<K>) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setKeySerializer(BTree<?, ?>, String) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Sets the KeySerializer into the BTree
setName(String) - Method in class org.apache.directory.mavibot.btree.BTree
 
setName(String) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setName(BTree<?, ?>, String) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
 
setName(String) - Method in class org.apache.directory.mavibot.btree.RevisionName
 
setNbElems(BTree<?, ?>, long) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
 
setNextBTreeOffset(BTree<?, ?>, long) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
 
setPageSize(int) - Method in class org.apache.directory.mavibot.btree.BTree
Set the maximum number of elements we can store in a page.
setPageSize(int) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setPageSize(BTree<?, ?>, int) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Set the maximum number of elements we can store in a page.
setPageSize(int) - Method in class org.apache.directory.mavibot.btree.RecordManager
 
setReadTimeOut(long) - Method in class org.apache.directory.mavibot.btree.BTree
 
setReadTimeOut(long) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setRecordManager(BTree<?, ?>, RecordManager) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Set the RecordManager
setRevision(BTree<?, ?>, long) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
 
setRevision(long) - Method in class org.apache.directory.mavibot.btree.RevisionName
 
setRoot(BTree<?, ?>, Page) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Set the new root page for this tree.
setRootPageOffset(BTree<?, ?>, long) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
 
setSerializers(ElementSerializer<K>, ElementSerializer<V>) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setToString(Set<?>) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Utility method that return a String representation of a set
setType(BTreeTypeEnum) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
Sets the type of the BTree
setValue(Leaf, int, ElementHolder) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Set the value at a give position
setValue(Node, int, ElementHolder) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Set the value at a give position
setValueSerializer(ElementSerializer<V>) - Method in class org.apache.directory.mavibot.btree.BTree
 
setValueSerializer(ElementSerializer<V>) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
setValueSerializer(BTree<?, ?>, String) - Static method in class org.apache.directory.mavibot.btree.BTreeFactory
Sets the ValueSerializer into the BTree
setWriteBufferSize(int) - Method in class org.apache.directory.mavibot.btree.BTree
 
setWriteBufferSize(int) - Method in class org.apache.directory.mavibot.btree.BTreeConfiguration
 
ShortArrayComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares short arrays
ShortArrayComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.ShortArrayComparator
 
ShortComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares shorts
ShortComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.ShortComparator
 
ShortSerializer - Class in org.apache.directory.mavibot.btree.serializer
The Short serializer.
ShortSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.ShortSerializer
Create a new instance of ShortSerializer
sort(File) - Method in class org.apache.directory.mavibot.btree.util.BulkDataSorter
 
StringComparator - Class in org.apache.directory.mavibot.btree.comparator
Compares Strings
StringComparator() - Constructor for class org.apache.directory.mavibot.btree.comparator.StringComparator
 
Strings - Class in org.apache.directory.mavibot.btree.util
Various string manipulation methods that are more efficient then chaining string operations: all is done in the same buffer without creating a bunch of string objects.
Strings() - Constructor for class org.apache.directory.mavibot.btree.util.Strings
 
StringSerializer - Class in org.apache.directory.mavibot.btree.serializer
The String serializer.
StringSerializer() - Constructor for class org.apache.directory.mavibot.btree.serializer.StringSerializer
Create a new instance of StringSerializer
StringSerializer(Comparator) - Constructor for class org.apache.directory.mavibot.btree.serializer.StringSerializer
Create a new instance of StringSerializer with custom comparator

T

toByteArray(String) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Get byte array from hex string
toHexString(byte[]) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Gets a hex string from byte array.
toString() - Method in class org.apache.directory.mavibot.btree.BTree
 
toString() - Method in class org.apache.directory.mavibot.btree.DuplicateKeyMemoryHolder
 
toString() - Method in class org.apache.directory.mavibot.btree.MemoryHolder
 
toString() - Method in class org.apache.directory.mavibot.btree.RecordManager
 
toString() - Method in class org.apache.directory.mavibot.btree.ReferenceHolder
 
toString() - Method in class org.apache.directory.mavibot.btree.RevisionName
 
toString() - Method in class org.apache.directory.mavibot.btree.Transaction
 
toString() - Method in class org.apache.directory.mavibot.btree.Tuple
 
Transaction<K,V> - Class in org.apache.directory.mavibot.btree
The Transaction is used to protect the BTree against concurrent modifcation, and insure that a read is always done against one single revision.
Transaction(Page<K, V>, long, long) - Constructor for class org.apache.directory.mavibot.btree.Transaction
Creates a new transaction instance
Tuple<K,V> - Class in org.apache.directory.mavibot.btree
The Tuple class is used when we browse a btree, it will contain the results fetched from the btree.
Tuple() - Constructor for class org.apache.directory.mavibot.btree.Tuple
Creates a Tuple with no content
Tuple(K, V) - Constructor for class org.apache.directory.mavibot.btree.Tuple
Creates a Tuple containing a key and its associated value.
TupleReaderWriter<K,V> - Interface in org.apache.directory.mavibot.btree.util
TODO TupleReaderWriter.

U

utf8ToString(byte[]) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Return an UTF-8 encoded String
utf8ToString(byte[], int, int) - Static method in class org.apache.directory.mavibot.btree.util.Strings
Return an UTF-8 encoded String

V

valueOf(String) - Static method in enum org.apache.directory.mavibot.btree.BTreeTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.mavibot.btree.BTreeTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTuple(Tuple<Integer, Integer>, DataOutputStream) - Method in class org.apache.directory.mavibot.btree.util.IntTupleReaderWriter
 
writeTuple(Tuple<K, V>, DataOutputStream) - Method in interface org.apache.directory.mavibot.btree.util.TupleReaderWriter
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.