Package com.neeve.query.index

The platform's core indexing framework which is leveraged by the query framework.

See:
          Description

Interface Summary
IdxField<RECORD,T> An IdxField is used to identify an indexable field relative to a given RECORD type, and serves as a factory for Predicates against the field value.
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 Summary
IdxField.KeyMapping<T>  
 

Package com.neeve.query.index Description

The platform's core indexing framework which is leveraged by the query framework.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.