org.apache.accumulo.core.conf
Class SiteConfiguration

java.lang.Object
  extended by org.apache.accumulo.core.conf.AccumuloConfiguration
      extended by org.apache.accumulo.core.conf.SiteConfiguration
All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>>

public class SiteConfiguration
extends AccumuloConfiguration


Method Summary
 void clear()
          method here to support testing, do not call
 java.lang.String get(Property property)
           
static SiteConfiguration getInstance(AccumuloConfiguration parent)
           
 java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.String>> iterator()
           
 void set(Property property, java.lang.String value)
          method here to support testing, do not call
 void set(java.lang.String key, java.lang.String value)
          method here to support testing, do not call
 
Methods inherited from class org.apache.accumulo.core.conf.AccumuloConfiguration
getBoolean, getCount, getDefaultConfiguration, getFraction, getMemoryInBytes, getPort, getSiteConfiguration, getSystemConfiguration, getSystemConfiguration, getTableConfiguration, getTableConfiguration, getTimeInMillis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SiteConfiguration getInstance(AccumuloConfiguration parent)

get

public java.lang.String get(Property property)
Specified by:
get in class AccumuloConfiguration

iterator

public java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.String>> iterator()
Specified by:
iterator in interface java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>>
Specified by:
iterator in class AccumuloConfiguration

clear

public void clear()
method here to support testing, do not call


set

public void set(Property property,
                java.lang.String value)
method here to support testing, do not call


set

public void set(java.lang.String key,
                java.lang.String value)
method here to support testing, do not call



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.