public interface GridQueryIndexDescriptor
GridQueryTypeDescriptor.indexes().| Modifier and Type | Method and Description |
|---|---|
boolean |
descending(String field)
Specifies order of the index for each indexed field.
|
Collection<String> |
fields()
Gets all fields to be indexed.
|
int |
inlineSize()
Gets inline size for SORTED index.
|
String |
name() |
QueryIndexType |
type()
Gets index type.
|
String name()
Collection<String> fields()
boolean descending(String field)
field - Field name.True if given field should be indexed in descending order.QueryIndexType type()
int inlineSize()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021