Uses of Interface
org.apache.accumulo.server.conf.store.PropChangeListener
-
Packages that use PropChangeListener Package Description org.apache.accumulo.server.conf.store org.apache.accumulo.server.conf.store.impl org.apache.accumulo.server.conf.util -
-
Uses of PropChangeListener in org.apache.accumulo.server.conf.store
Methods in org.apache.accumulo.server.conf.store with parameters of type PropChangeListener Modifier and Type Method Description voidPropStore. registerAsListener(PropStoreKey<?> propStoreKey, PropChangeListener listener)External processes can register for notifications if the properties change. -
Uses of PropChangeListener in org.apache.accumulo.server.conf.store.impl
Classes in org.apache.accumulo.server.conf.store.impl that implement PropChangeListener Modifier and Type Class Description classZooPropStoreMethods in org.apache.accumulo.server.conf.store.impl with parameters of type PropChangeListener Modifier and Type Method Description voidZooPropStore. registerAsListener(PropStoreKey<?> propStoreKey, PropChangeListener listener)voidPropStoreWatcher. registerListener(PropStoreKey<?> propStoreKey, PropChangeListener listener) -
Uses of PropChangeListener in org.apache.accumulo.server.conf.util
Classes in org.apache.accumulo.server.conf.util that implement PropChangeListener Modifier and Type Class Description classPropSnapshotThis class provides a secondary, local cache of properties and is intended to be used to optimize constructing a configuration hierarchy from the underlying properties stored in ZooKeeper.
-