| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.internal.processors.platform.utils | |
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.processors.query.schema.operation | |
| org.apache.ignite.internal.visor.query |
| 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 |
|---|---|
QueryEntity |
QueryEntity.setIndexes(Collection<QueryIndex> idxs)
Sets a collection of index entities.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryIndex |
PlatformConfigurationUtils.readQueryIndex(BinaryRawReader in)
Reads the query index.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlatformConfigurationUtils.writeQueryIndex(BinaryRawWriter writer,
QueryIndex idx)
Writer query index.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryIndexDescriptorImpl |
QueryUtils.createIndexDescriptor(QueryTypeDescriptorImpl typeDesc,
QueryIndex idx)
Create index descriptor.
|
IgniteInternalFuture<?> |
GridQueryProcessor.dynamicIndexCreate(String cacheName,
String schemaName,
String tblName,
QueryIndex idx,
boolean ifNotExists,
int parallel)
Entry point for index procedure.
|
static String |
QueryUtils.indexName(QueryEntity entity,
QueryIndex idx)
Get index name.
|
static String |
QueryUtils.indexName(String tblName,
QueryIndex idx)
Get index name.
|
static void |
QueryUtils.processDynamicIndexChange(String idxName,
@Nullable QueryIndex idx,
QueryTypeDescriptorImpl d)
Process dynamic index change.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndex |
SchemaIndexCreateOperation.index() |
| Constructor and Description |
|---|
SchemaIndexCreateOperation(UUID opId,
String cacheName,
String schemaName,
String tblName,
QueryIndex idx,
boolean ifNotExists,
int parallel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<VisorQueryIndexField> |
VisorQueryIndexField.list(QueryIndex idx) |
| Constructor and Description |
|---|
VisorQueryIndex(QueryIndex idx)
Create data transfer object for given cache type metadata.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020