public final class ClusterContextManagerCoordinator extends Object
| 构造器和说明 |
|---|
ClusterContextManagerCoordinator(MetaDataPersistService metaDataPersistService,
ContextManager contextManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
renew(AuthorityChangedEvent event)
Renew authority.
|
void |
renew(DataSourceChangedEvent event)
Renew data source configuration.
|
void |
renew(DisabledStateChangedEvent event)
Renew disabled data source names.
|
void |
renew(GlobalRuleConfigurationsChangedEvent event)
Renew global rule configurations.
|
void |
renew(PrimaryStateChangedEvent event)
Renew primary data source names.
|
void |
renew(PropertiesChangedEvent event)
Renew properties.
|
void |
renew(RuleConfigurationsChangedEvent event)
Renew rule configurations.
|
void |
renew(SchemaAddedEvent event)
Renew to persist meta data.
|
void |
renew(SchemaChangedEvent event)
Renew meta data of the schema.
|
void |
renew(SchemaDeletedEvent event)
Renew to delete schema.
|
public ClusterContextManagerCoordinator(MetaDataPersistService metaDataPersistService, ContextManager contextManager)
public void renew(SchemaAddedEvent event) throws SQLException
event - schema added eventSQLException - SQL exceptionpublic void renew(SchemaDeletedEvent event)
event - schema delete eventpublic void renew(PropertiesChangedEvent event)
event - properties changed eventpublic void renew(AuthorityChangedEvent event)
event - authority changed eventpublic void renew(SchemaChangedEvent event)
event - meta data changed eventpublic void renew(RuleConfigurationsChangedEvent event) throws SQLException
event - rule configurations changed eventSQLException - SQL exceptionpublic void renew(DataSourceChangedEvent event) throws SQLException
event - data source changed event.SQLException - SQL exceptionpublic void renew(DisabledStateChangedEvent event)
event - disabled state changed eventpublic void renew(PrimaryStateChangedEvent event)
event - primary state changed eventpublic void renew(GlobalRuleConfigurationsChangedEvent event)
event - global rule configurations changed eventCopyright © 2021 The Apache Software Foundation. All rights reserved.