Uses of Class
org.apache.ignite.internal.processors.query.schema.SchemaOperationWorker
-
Packages that use SchemaOperationWorker Package Description org.apache.ignite.internal.processors.query.schema -
-
Uses of SchemaOperationWorker in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema that return SchemaOperationWorker Modifier and Type Method Description SchemaOperationWorkerSchemaOperationWorker. start()Perform initialization routine.SchemaOperationWorkerSchemaOperationManager. worker()Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaOperationWorker Constructor Description SchemaOperationManager(GridKernalContext ctx, GridQueryProcessor qryProc, SchemaOperationWorker worker, @Nullable ClusterNode crd)Constructor.
-