org.apache.accumulo.server.conf
Class TableConfiguration
java.lang.Object
org.apache.accumulo.core.conf.AccumuloConfiguration
org.apache.accumulo.server.conf.TableConfiguration
- All Implemented Interfaces:
- Iterable<Map.Entry<String,String>>
public class TableConfiguration
- extends AccumuloConfiguration
Methods inherited from class org.apache.accumulo.core.conf.AccumuloConfiguration |
getBoolean, getCount, getDefaultConfiguration, getFraction, getFraction, getMaxFilesPerTablet, getMemoryInBytes, getMemoryInBytes, getPort, getSiteConfiguration, getTableConfiguration, getTimeInMillis, getTimeInMillis |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableConfiguration
public TableConfiguration(String instanceId,
String table,
AccumuloConfiguration parent)
addObserver
public void addObserver(ConfigurationObserver co)
removeObserver
public void removeObserver(ConfigurationObserver configObserver)
expireAllObservers
public void expireAllObservers()
propertyChanged
public void propertyChanged(String key)
propertiesChanged
public void propertiesChanged(String key)
get
public String get(Property property)
- Specified by:
get
in class AccumuloConfiguration
invalidateCache
public static void invalidateCache()
iterator
public Iterator<Map.Entry<String,String>> iterator()
- Specified by:
iterator
in interface Iterable<Map.Entry<String,String>>
- Specified by:
iterator
in class AccumuloConfiguration
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.