Package org.apache.ignite.internal.cache.query.index
-
Interface Summary Interface Description Index Basic interface for Ignite indexes.IndexDefinition Basic interface for index description required to create or destroy index.IndexFactory Base interface for Ignite index factories. -
Class Summary Class Description AbstractIndex Abstract class for all Index implementations.IndexName Represents list of names that fully describes index domain (schema, cache, table, index).IndexProcessor Implementation of IndexingSpi that tracks all cache indexes.IndexQueryProcessor Processor ofIndexQuery.IndexQueryResult<K,V> Represents result of local execution of IndexQuery.IndexQueryResultMeta Metadata for IndexQuery response.Order Represents ordering of rows within sorted index.SingleCursor<T> Cursor that holds single value only. -
Enum Summary Enum Description NullsOrder Enum to store possible nulls ordering.SortOrder Enum of possible sort orders.