Uses of Class
org.apache.accumulo.server.conf.store.impl.PropStoreWatcher
-
Packages that use PropStoreWatcher Package Description org.apache.accumulo.server.conf.store.impl -
-
Uses of PropStoreWatcher in org.apache.accumulo.server.conf.store.impl
Methods in org.apache.accumulo.server.conf.store.impl with parameters of type PropStoreWatcher Modifier and Type Method Description static @Nullable VersionedPropertiesZooPropStore. readFromZk(PropStoreKey<?> propStoreKey, PropStoreWatcher watcher, ZooReader zooReader)Convenience method for utilities that may not have a PropStore read the encoded properties directly from ZooKeeper.Constructors in org.apache.accumulo.server.conf.store.impl with parameters of type PropStoreWatcher Constructor Description ZooPropLoader(ZooReaderWriter zrw, VersionedPropCodec propCodec, PropStoreWatcher propStoreWatcher, PropStoreMetrics metrics)
-