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 |
getAllPropertiesWithPrefix, getBoolean, getCount, getDefaultConfiguration, getFraction, getFraction, getMaxFilesPerTablet, getMemoryInBytes, getMemoryInBytes, getPort, getSiteConfiguration, getTableConfiguration, getTimeInMillis, getTimeInMillis, invalidateCache |
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
iterator
public Iterator<Map.Entry<String,String>> iterator()
- Specified by:
iterator
in interface Iterable<Map.Entry<String,String>>
- Specified by:
iterator
in class AccumuloConfiguration
getTableId
public String getTableId()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.