| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.processors.query.schema | |
| org.apache.ignite.internal.processors.query.schema.message | |
| org.apache.ignite.internal.processors.query.schema.operation |
| Modifier and Type | Method and Description |
|---|---|
Collection<SchemaAbstractOperation> |
QueryEntityPatch.getPatchOperations() |
| Modifier and Type | Method and Description |
|---|---|
static QueryEntityPatch |
QueryEntityPatch.patch(Collection<SchemaAbstractOperation> patchOperations)
Builder method for patch with operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySchema.finish(SchemaAbstractOperation op)
Process operation.
|
void |
GridQueryProcessor.onCoordinatorFinished(SchemaAbstractOperation op,
@Nullable SchemaOperationException err)
Invoked when coordinator finished ensuring that all participants are ready.
|
void |
GridQueryProcessor.onLocalOperationFinished(SchemaAbstractOperation op,
@Nullable QueryTypeDescriptorImpl type)
Apply positive index operation result.
|
void |
GridQueryProcessor.processSchemaOperationLocal(SchemaAbstractOperation op,
QueryTypeDescriptorImpl type,
IgniteUuid depId,
SchemaIndexOperationCancellationToken cancelTok)
Process schema operation.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAbstractOperation |
SchemaOperationWorker.operation() |
| Constructor and Description |
|---|
SchemaOperationWorker(GridKernalContext ctx,
GridQueryProcessor qryProc,
IgniteUuid depId,
SchemaAbstractOperation op,
boolean nop,
@Nullable SchemaOperationException err,
boolean cacheRegistered,
@Nullable QueryTypeDescriptorImpl type)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAbstractOperation |
SchemaAbstractDiscoveryMessage.op
Operation.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAbstractOperation |
SchemaAbstractDiscoveryMessage.operation() |
| Constructor and Description |
|---|
SchemaAbstractDiscoveryMessage(SchemaAbstractOperation op)
Constructor.
|
SchemaFinishDiscoveryMessage(SchemaAbstractOperation op,
SchemaOperationException err)
Constructor.
|
SchemaProposeDiscoveryMessage(SchemaAbstractOperation op)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaAbstractAlterTableOperation
Parent class for ALTER TABLE command variants.
|
class |
SchemaAddQueryEntityOperation
Enabling indexing on cache operation.
|
class |
SchemaAlterTableAddColumnOperation
Schema index drop operation.
|
class |
SchemaAlterTableDropColumnOperation
Schema alter table drop column operation.
|
class |
SchemaIndexAbstractOperation
Schema index abstract operation.
|
class |
SchemaIndexCreateOperation
Schema index create operation.
|
class |
SchemaIndexDropOperation
Schema index drop operation.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020