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

Packages that use Property
org.apache.accumulo.core.client.mapreduce.lib.util This package exists to store common helpers for configuring MapReduce jobs in a single location. 
org.apache.accumulo.core.conf   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.shell.commands   
 

Uses of Property in org.apache.accumulo.core.client.mapreduce.lib.util
 

Methods in org.apache.accumulo.core.client.mapreduce.lib.util with parameters of type Property
protected static Boolean FileOutputConfigurator.isSupportedAccumuloProperty(Property property)
          The supported Accumulo properties we set in this OutputFormat, that change the behavior of the RecordWriter.
These properties correspond to the supported public static setter methods available to this class.
 

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
static
<T> T
Property.createInstanceFromPropertyName(AccumuloConfiguration conf, Property property, Class<T> base, T defaultInstance)
           
 String ConfigurationCopy.get(Property property)
           
 String DefaultConfiguration.get(Property property)
           
 String SiteConfiguration.get(Property property)
           
abstract  String AccumuloConfiguration.get(Property property)
           
 Map<String,String> AccumuloConfiguration.getAllPropertiesWithPrefix(Property property)
          This method returns all properties in a map of string->string under the given prefix 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, long timeout, 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.core.util.shell.commands
 

Methods in org.apache.accumulo.core.util.shell.commands with parameters of type Property
static
<T> Class<? extends T>
ShellPluginConfigurationCommand.getPluginClass(String tableName, Shell shellState, Class<T> clazz, Property pluginProp)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.