Package | Description |
---|---|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<QueryIndex> |
QueryEntity.getIndexes()
Gets a collection of index entities.
|
Modifier and Type | Method and Description |
---|---|
QueryEntity |
QueryEntity.setIndexes(Collection<QueryIndex> idxs)
Sets a collection of index entities.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024