Uses of Class
org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation
-
Packages that use SchemaAbstractOperation 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 -
-
Uses of SchemaAbstractOperation in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return types with arguments of type SchemaAbstractOperation Modifier and Type Method Description Collection<SchemaAbstractOperation>QueryEntityPatch. getPatchOperations()Method parameters in org.apache.ignite.cache with type arguments of type SchemaAbstractOperation Modifier and Type Method Description static QueryEntityPatchQueryEntityPatch. patch(Collection<SchemaAbstractOperation> patchOperations)Builder method for patch with operations. -
Uses of SchemaAbstractOperation in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return types with arguments of type SchemaAbstractOperation Modifier and Type Method Description @NotNull Collection<SchemaAbstractOperation>QuerySchemaPatch. getPatchOperations()Methods in org.apache.ignite.internal.processors.query with parameters of type SchemaAbstractOperation Modifier and Type Method Description voidQuerySchema. finish(SchemaAbstractOperation op)Process operation.voidGridQueryProcessor. onCoordinatorFinished(SchemaAbstractOperation op, @Nullable SchemaOperationException err, boolean nop)Invoked when coordinator finished ensuring that all participants are ready.voidGridQueryProcessor. onLocalOperationFinished(SchemaAbstractOperation op, @Nullable QueryTypeDescriptorImpl type)Apply positive index operation result.voidGridQueryProcessor. processSchemaOperationLocal(SchemaAbstractOperation op, QueryTypeDescriptorImpl type, IgniteUuid depId, IndexRebuildCancelToken cancelTok)Process schema operation.Constructor parameters in org.apache.ignite.internal.processors.query with type arguments of type SchemaAbstractOperation Constructor Description QuerySchemaPatch(@NotNull Collection<SchemaAbstractOperation> patchOperations, @NotNull Collection<QueryEntity> entityToAdd, String conflictsMessage)Create patch. -
Uses of SchemaAbstractOperation in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema that return SchemaAbstractOperation Modifier and Type Method Description SchemaAbstractOperationSchemaOperationWorker. operation()Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaAbstractOperation Constructor Description SchemaOperationWorker(GridKernalContext ctx, GridQueryProcessor qryProc, IgniteUuid depId, SchemaAbstractOperation op, boolean nop, @Nullable SchemaOperationException err, boolean cacheRegistered, @Nullable QueryTypeDescriptorImpl type)Constructor. -
Uses of SchemaAbstractOperation in org.apache.ignite.internal.processors.query.schema.message
Fields in org.apache.ignite.internal.processors.query.schema.message declared as SchemaAbstractOperation Modifier and Type Field Description protected SchemaAbstractOperationSchemaAbstractDiscoveryMessage. opOperation.Methods in org.apache.ignite.internal.processors.query.schema.message that return SchemaAbstractOperation Modifier and Type Method Description SchemaAbstractOperationSchemaAbstractDiscoveryMessage. operation()Constructors in org.apache.ignite.internal.processors.query.schema.message with parameters of type SchemaAbstractOperation Constructor Description SchemaAbstractDiscoveryMessage(SchemaAbstractOperation op)Constructor.SchemaFinishDiscoveryMessage(SchemaAbstractOperation op, SchemaOperationException err, boolean nop)Constructor.SchemaProposeDiscoveryMessage(SchemaAbstractOperation op)Constructor. -
Uses of SchemaAbstractOperation in org.apache.ignite.internal.processors.query.schema.operation
Subclasses of SchemaAbstractOperation in org.apache.ignite.internal.processors.query.schema.operation Modifier and Type Class Description classSchemaAbstractAlterTableOperationParent class for ALTER TABLE command variants.classSchemaAddQueryEntityOperationEnabling indexing on cache operation.classSchemaAlterTableAddColumnOperationSchema index drop operation.classSchemaAlterTableDropColumnOperationSchema alter table drop column operation.classSchemaIndexAbstractOperationSchema index abstract operation.classSchemaIndexCreateOperationSchema index create operation.classSchemaIndexDropOperationSchema index drop operation.
-