Interface TableConfigChangeListener
-
public interface TableConfigChangeListenerInterface for a listener on table config changes
-
-
Method Summary
Modifier and Type Method Description voidonChange(List<TableConfig> tableConfigList)The callback to be invoked on tableConfig changes
-
-
-
Method Detail
-
onChange
void onChange(List<TableConfig> tableConfigList)
The callback to be invoked on tableConfig changes- Parameters:
tableConfigList- the entire list of tableConfigs in the cluster
-
-