Uses of Interface
org.apache.accumulo.core.conf.ConfigurationObserver
-
Packages that use ConfigurationObserver Package Description org.apache.accumulo.core.conf -
-
Uses of ConfigurationObserver in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return types with arguments of type ConfigurationObserver Modifier and Type Method Description Collection<ConfigurationObserver>ObservableConfiguration. getObservers()Gets the current set of observers.Methods in org.apache.accumulo.core.conf with parameters of type ConfigurationObserver Modifier and Type Method Description voidObservableConfiguration. addObserver(ConfigurationObserver co)Adds an observer.voidObservableConfiguration. removeObserver(ConfigurationObserver co)Removes an observer.
-