Uses of Class
org.apache.accumulo.core.conf.Property

Packages that use Property
org.apache.accumulo.core.conf   
org.apache.accumulo.core.util   
 

Uses of Property in org.apache.accumulo.core.conf
 

Methods in org.apache.accumulo.core.conf that return Property
static Property Property.getPropertyByKey(String key)
           
static Property Property.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Property[] Property.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.conf that return types with arguments of type Property
static Set<Property> Property.getFixedProperties()
           
 

Methods in org.apache.accumulo.core.conf with parameters of type Property
abstract  String AccumuloConfiguration.get(Property property)
           
 String DefaultConfiguration.get(Property property)
           
 String ConfigurationCopy.get(Property property)
           
 String SiteConfiguration.get(Property property)
           
 boolean AccumuloConfiguration.getBoolean(Property property)
           
 int AccumuloConfiguration.getCount(Property property)
           
 double AccumuloConfiguration.getFraction(Property property)
           
 long AccumuloConfiguration.getMemoryInBytes(Property property)
           
 int AccumuloConfiguration.getPort(Property property)
           
 long AccumuloConfiguration.getTimeInMillis(Property property)
           
static boolean Property.isFixedZooPropertyKey(Property key)
           
 void ConfigurationCopy.set(Property prop, String value)
           
 void SiteConfiguration.set(Property property, String value)
          method here to support testing, do not call
 

Uses of Property in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util with parameters of type Property
static
<T extends org.apache.thrift.TServiceClient>
T
ThriftUtil.getClient(org.apache.thrift.TServiceClientFactory<T> factory, String address, Property property, AccumuloConfiguration configuration)
           
static
<T extends org.apache.thrift.TServiceClient>
T
ThriftUtil.getClient(org.apache.thrift.TServiceClientFactory<T> factory, String address, Property property, Property timeoutProperty, AccumuloConfiguration configuration)
           
 



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