| Interface | Description |
|---|---|
| IndexValues.Converter<T> |
Converts between
StaticOperand and an index's key type. |
| LocalIndex<T> | |
| MapDB.KeySerializerWithComparator<K> | |
| MapDB.Serializers |
| Class | Description |
|---|---|
| IndexSpec | |
| IndexSpec.SingleColumnSpec | |
| IndexValues | |
| IndexValues.StandardConverter<T> | |
| LocalIndexInfo | |
| 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.NaturalComparator<K extends Comparable<K>> | |
| MapDB.PackedStringKeySerializer<K extends Comparable<K>> |
Applies delta packing on
java.lang.String. |
| MapDB.SerializerSupplier | |
| MapDB.UniqueKey<K> | |
| MapDB.UniqueKeyComparator<K> | |
| MapDB.UniqueKeySerializer<K> | |
| MapDB.ValueSerializer<V> |
| Exception | Description |
|---|---|
| LocalIndexException |
Exception used when a problem occurs in a local index.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.