| Modifier and Type | Method and Description |
|---|---|
static SchemaOperationException |
QueryUtils.checkQueryEntityConflicts(CacheConfiguration<?,?> ccfg,
Collection<DynamicCacheDescriptor> descs)
Check given
CacheConfiguration for conflicts in table and index names from any query entities
found in collection of DynamicCacheDescriptors and belonging to the same schema. |
static SchemaOperationException |
QueryUtils.validateDropColumn(GridQueryTypeDescriptor type,
String colName)
Checks if given column can be removed from the table using its
GridQueryTypeDescriptor. |
static SchemaOperationException |
QueryUtils.validateDropColumn(QueryEntity entity,
String fieldName,
String colName)
Checks if given column can be removed from table using its
QueryEntity. |
static SchemaOperationException |
QueryUtils.wrapIfNeeded(Exception e)
Wrap schema exception if needed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryProcessor.onCoordinatorFinished(SchemaAbstractOperation op,
SchemaOperationException err)
Invoked when coordinator finished ensuring that all participants are ready.
|
void |
GridQueryProcessor.sendStatusMessage(UUID destNodeId,
UUID opId,
SchemaOperationException err)
Send status message to coordinator node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryProcessor.dynamicTableDrop(String cacheName,
String tblName,
boolean ifExists)
Drop table by destroying its cache if it's an 1:1 per cache table.
|
void |
GridQueryProcessor.processSchemaOperationLocal(SchemaAbstractOperation op,
QueryTypeDescriptorImpl type,
IgniteUuid depId,
SchemaIndexOperationCancellationToken cancelTok)
Process schema operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaOperationManager.onNodeFinished(UUID nodeId,
SchemaOperationException err)
Handle node finish.
|
| Constructor and Description |
|---|
SchemaOperationWorker(GridKernalContext ctx,
GridQueryProcessor qryProc,
IgniteUuid depId,
SchemaAbstractOperation op,
boolean nop,
SchemaOperationException err,
boolean cacheRegistered,
QueryTypeDescriptorImpl type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaOperationException |
SchemaFinishDiscoveryMessage.error() |
SchemaOperationException |
SchemaProposeDiscoveryMessage.error() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaProposeDiscoveryMessage.onError(SchemaOperationException err)
Set error.
|
| Constructor and Description |
|---|
SchemaFinishDiscoveryMessage(SchemaAbstractOperation op,
SchemaOperationException err)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019