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

Packages that use Property
org.apache.accumulo.core.conf   
org.apache.accumulo.core.util   
org.apache.accumulo.server.conf   
org.apache.accumulo.server.master   
org.apache.accumulo.server.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 ConfigurationCopy.get(Property property)
           
 String SiteConfiguration.get(Property property)
           
 String DefaultConfiguration.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)
           
 

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

Methods in org.apache.accumulo.server.conf with parameters of type Property
 String ZooConfiguration.get(Property property)
           
 String TableConfiguration.get(Property property)
           
 

Uses of Property in org.apache.accumulo.server.master
 

Methods in org.apache.accumulo.server.master with parameters of type Property
static
<T> T
Master.createInstanceFromPropertyName(Property property, Class<T> base, T defaultInstance)
           
 

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

Methods in org.apache.accumulo.server.util with parameters of type Property
static InetSocketAddress AddressUtil.parseAddress(String address, Property portDefaultProperty)
           
static void FileSystemMonitor.start(Property prop)
           
static TServerUtils.ServerPort TServerUtils.startServer(Property portHintProperty, org.apache.thrift.TProcessor processor, String serverName, String threadName, Property portSearchProperty, Property minThreadProperty, Property timeBetweenThreadChecksProperty)
          Start a server, at the given port, or higher, if that port is not available.
 



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