| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndexType |
QueryIndex.getIndexType()
Gets index type.
|
static QueryIndexType |
QueryIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryIndexType[] |
QueryIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryEntity.ensureIndex(String idxName,
QueryIndexType idxType)
Ensures that index with the given name exists.
|
void |
QueryIndex.setIndexType(QueryIndexType type)
Sets index type.
|
| Constructor and Description |
|---|
QueryIndex(Collection<String> fields,
QueryIndexType type)
Creates index for a collection of fields.
|
QueryIndex(LinkedHashMap<String,Boolean> fields,
QueryIndexType type)
Creates index for a collection of fields.
|
QueryIndex(String field,
QueryIndexType type)
Creates index for one field.
|
QueryIndex(String field,
QueryIndexType type,
boolean asc)
Creates index for one field.
|
QueryIndex(String field,
QueryIndexType type,
boolean asc,
String name)
Creates index for one field.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016