Uses of Class
org.apache.ignite.internal.processors.query.schema.SchemaOperationException
-
-
Uses of SchemaOperationException in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return SchemaOperationException Modifier and Type Method Description static SchemaOperationExceptionQueryUtils. checkQueryEntityConflicts(CacheConfiguration<?,?> ccfg, Collection<DynamicCacheDescriptor> descs)Check givenCacheConfigurationfor conflicts in table and index names from any query entities found in collection ofDynamicCacheDescriptors and belonging to the same schema.static SchemaOperationExceptionQueryUtils. validateDropColumn(QueryEntity entity, String fieldName, String colName)Checks if given column can be removed from table using itsQueryEntity.static SchemaOperationExceptionQueryUtils. validateDropColumn(GridQueryTypeDescriptor type, String colName)Checks if given column can be removed from the table using itsGridQueryTypeDescriptor.static @Nullable SchemaOperationExceptionQueryUtils. wrapIfNeeded(@Nullable Throwable e)Wrap schema exception if needed.Methods in org.apache.ignite.internal.processors.query with parameters of type SchemaOperationException Modifier and Type Method Description static IgniteSQLExceptionQueryUtils. convert(SchemaOperationException e)voidGridQueryProcessor. onCoordinatorFinished(SchemaAbstractOperation op, @Nullable SchemaOperationException err, boolean nop)Invoked when coordinator finished ensuring that all participants are ready.voidGridQueryProcessor. sendStatusMessage(UUID destNodeId, UUID opId, SchemaOperationException err, boolean nop)Send status message to coordinator node.Methods in org.apache.ignite.internal.processors.query that throw SchemaOperationException Modifier and Type Method Description voidGridQueryProcessor. dynamicTableDrop(String cacheName, String tblName, boolean ifExists)Drop table by destroying its cache if it's an 1:1 per cache table.voidGridQueryProcessor. processSchemaOperationLocal(SchemaAbstractOperation op, QueryTypeDescriptorImpl type, IgniteUuid depId, IndexRebuildCancelToken cancelTok)Process schema operation. -
Uses of SchemaOperationException in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaOperationException Modifier and Type Method Description voidSchemaOperationManager. onNodeFinished(UUID nodeId, @Nullable SchemaOperationException err, boolean nop)Handle node finish.Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type SchemaOperationException Constructor Description SchemaOperationWorker(GridKernalContext ctx, GridQueryProcessor qryProc, IgniteUuid depId, SchemaAbstractOperation op, boolean nop, @Nullable SchemaOperationException err, boolean cacheRegistered, @Nullable QueryTypeDescriptorImpl type)Constructor. -
Uses of SchemaOperationException in org.apache.ignite.internal.processors.query.schema.message
Methods in org.apache.ignite.internal.processors.query.schema.message that return SchemaOperationException Modifier and Type Method Description @Nullable SchemaOperationExceptionSchemaFinishDiscoveryMessage. error()@Nullable SchemaOperationExceptionSchemaProposeDiscoveryMessage. error()Methods in org.apache.ignite.internal.processors.query.schema.message with parameters of type SchemaOperationException Modifier and Type Method Description voidSchemaProposeDiscoveryMessage. onError(SchemaOperationException err)Set error.Constructors in org.apache.ignite.internal.processors.query.schema.message with parameters of type SchemaOperationException Constructor Description SchemaFinishDiscoveryMessage(SchemaAbstractOperation op, SchemaOperationException err, boolean nop)Constructor.
-