Interface | Description |
---|---|
IndexValues.Converter<T> |
Converts between
StaticOperand and an index's key type. |
MapDB.KeySerializerWithComparator<K> | |
MapDB.Serializers |
Class | Description |
---|---|
IndexUpdater |
Class which handles various aspects related to local index updating in terms of writing data to MapDB.
|
IndexValues |
Utilities for working with individual values.
|
IndexValues.StandardConverter<T> | |
LocalIndex<T> |
Base class for all local index types.
|
LocalIndexBuilder<T> |
A builder for
local indexes . |
LocalIndexBuilder.SingleColumnIndexBuilder<T> | |
LocalIndexProvider |
An
IndexProvider implementation that maintains indexes on the local file system using MapDB. |
MapDB | |
MapDB.ComparableUniqueKeyComparator<K> | |
MapDB.DelegatingKeySerializer<K extends Comparable<K>> |
A key serializer that just writes data without applying any compression.
|
MapDB.DoubleSerializer | |
MapDB.LocalTuple2KeySerializer<A,B> |
Applies delta compression on array of tuple.
|
MapDB.NaturalComparator<K extends Comparable<K>> | |
MapDB.SerializerSupplier | |
MapDB.TupleComparator<A,B> | |
MapDB.UniqueKey<K> | |
MapDB.UniqueKeyBTreeSerializer<K> | |
MapDB.UniqueKeyComparator<K> | |
MapDB.UniqueKeySerializer<K> |
Exception | Description |
---|---|
LocalIndexException |
Exception used when a problem occurs in a local index.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.