Uses of Class
org.apache.ignite.cache.QueryIndex
-
Packages that use QueryIndex Package Description org.apache.ignite.cache Contains main Data Grid APIs. -
-
Uses of QueryIndex in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return QueryIndex Modifier and Type Method Description QueryIndex
QueryIndex. setFieldNames(Collection<String> fields, boolean asc)
Sets a collection of field names altogether with the field sorting direction.QueryIndex
QueryIndex. setFields(LinkedHashMap<String,Boolean> fields)
Sets fields included in the index.QueryIndex
QueryIndex. setIndexType(QueryIndexType type)
Sets index type.QueryIndex
QueryIndex. setInlineSize(int inlineSize)
Sets index inline size in bytes.QueryIndex
QueryIndex. setName(String name)
Sets index name.Methods in org.apache.ignite.cache that return types with arguments of type QueryIndex Modifier and Type Method Description @NotNull Collection<QueryIndex>
QueryEntity. getIndexes()
Gets a collection of index entities.Method parameters in org.apache.ignite.cache with type arguments of type QueryIndex Modifier and Type Method Description QueryEntity
QueryEntity. setIndexes(Collection<QueryIndex> idxs)
Sets a collection of index entities.
-