Package org.apache.accumulo.server.conf
Class ZooConfiguration
- java.lang.Object
-
- org.apache.accumulo.core.conf.AccumuloConfiguration
-
- org.apache.accumulo.server.conf.ZooConfiguration
-
public class ZooConfiguration extends AccumuloConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.core.conf.AccumuloConfiguration
AccumuloConfiguration.ScanExecutorConfig
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedZooConfiguration(ServerContext context, ZooCache propCache, AccumuloConfiguration parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(Property property)voidgetProperties(Map<String,String> props, Predicate<String> filter)longgetUpdateCount()voidinvalidateCache()booleanisPropertySet(Property prop, boolean cacheAndWatch)-
Methods inherited from class org.apache.accumulo.core.conf.AccumuloConfiguration
get, getAllPropertiesWithPrefix, getAsBytes, getBoolean, getCount, getFraction, getMaxFilesPerTablet, getPath, getPort, getScanExecutors, getTimeInMillis, iterator, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
ZooConfiguration
protected ZooConfiguration(ServerContext context, ZooCache propCache, AccumuloConfiguration parent)
-
-
Method Detail
-
invalidateCache
public void invalidateCache()
- Overrides:
invalidateCachein classAccumuloConfiguration
-
get
public String get(Property property)
- Specified by:
getin classAccumuloConfiguration
-
isPropertySet
public boolean isPropertySet(Property prop, boolean cacheAndWatch)
- Overrides:
isPropertySetin classAccumuloConfiguration
-
getProperties
public void getProperties(Map<String,String> props, Predicate<String> filter)
- Specified by:
getPropertiesin classAccumuloConfiguration
-
getUpdateCount
public long getUpdateCount()
- Overrides:
getUpdateCountin classAccumuloConfiguration
-
-