| 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 |
|---|---|
Collection<SchemaAbstractOperation> |
QuerySchemaPatch.getPatchOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySchema.finish(SchemaAbstractOperation op)
Process operation.
|
void |
GridQueryProcessor.onCoordinatorFinished(SchemaAbstractOperation op,
SchemaOperationException err)
Invoked when coordinator finished ensuring that all participants are ready.
|
void |
GridQueryProcessor.onLocalOperationFinished(SchemaAbstractOperation op,
QueryTypeDescriptorImpl type)
Apply positive index operation result.
|
void |
GridQueryProcessor.processSchemaOperationLocal(SchemaAbstractOperation op,
QueryTypeDescriptorImpl type,
IgniteUuid depId,
SchemaIndexOperationCancellationToken cancelTok)
Process schema operation.
|
| Constructor and Description |
|---|
QuerySchemaPatch(Collection<SchemaAbstractOperation> patchOperations,
Collection<QueryEntity> entityToAdd,
String conflictsMessage)
Create patch.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAbstractOperation |
SchemaOperationWorker.operation() |
| Constructor and Description |
|---|
SchemaOperationWorker(GridKernalContext ctx,
GridQueryProcessor qryProc,
IgniteUuid depId,
SchemaAbstractOperation op,
boolean nop,
SchemaOperationException err,
boolean cacheRegistered,
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 |
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 Fabric : ver. 2.5.0 Release Date : May 23 2018