See: Description
| Interface | Description |
|---|---|
| IdxField<RECORD,T> | |
| IdxFieldPredicate<RECORD,T> |
An IdxField predicate is evaluated against a given field.
|
| IdxFieldResolver<RECORD> |
An
IdxFieldResolver provides access to fields for a given record type. |
| IdxIndex<T,ID> |
Base interface for an index.
|
| IdxIndex.Stats<K> |
Stats describe the size and composition of an
IdxIndex. |
| IdxNonUniqueIndex<K,ID> |
A non unique index is one for which the key can map to multiple record
IDs.
|
| IdxRange<T extends Comparable<T>> | |
| IdxUniqueIndex<T,ID> |
Defines a unique index.
|
| Class | Description |
|---|---|
| IdxField.KeyMapping<T> |
The platform's core indexing framework which is leveraged by the query framework.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.