Package | Description |
---|---|
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.iterators | |
org.apache.accumulo.core.util | |
org.apache.accumulo.core.util.shell.commands | |
org.apache.accumulo.server.conf | |
org.apache.accumulo.server.master | |
org.apache.accumulo.server.util |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Set<Property> |
Property.getFixedProperties() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static Property |
IteratorUtil.IteratorScope.getProperty(IteratorUtil.IteratorScope scope)
Fetch the correct configuration key prefix for the given scope.
|
Modifier and Type | Method and Description |
---|---|
static <T extends org.apache.thrift.TServiceClient> |
ThriftUtil.getClient(org.apache.thrift.TServiceClientFactory<T> factory,
String address,
Property property,
AccumuloConfiguration configuration) |
static <T extends org.apache.thrift.TServiceClient> |
ThriftUtil.getClient(org.apache.thrift.TServiceClientFactory<T> factory,
String address,
Property property,
long timeout,
AccumuloConfiguration configuration) |
static <T extends org.apache.thrift.TServiceClient> |
ThriftUtil.getClient(org.apache.thrift.TServiceClientFactory<T> factory,
String address,
Property property,
Property timeoutProperty,
AccumuloConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static <T> Class<? extends T> |
ShellPluginConfigurationCommand.getPluginClass(String tableName,
Shell shellState,
Class<T> clazz,
Property pluginProp) |
Modifier and Type | Method and Description |
---|---|
String |
TableConfiguration.get(Property property) |
String |
ZooConfiguration.get(Property property) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Master.createInstanceFromPropertyName(AccumuloConfiguration conf,
Property property,
Class<T> base,
T defaultInstance) |
Modifier and Type | Method and Description |
---|---|
static InetSocketAddress |
AddressUtil.parseAddress(String address,
Property portDefaultProperty) |
static void |
FileSystemMonitor.start(AccumuloConfiguration conf,
Property prop) |
static TServerUtils.ServerPort |
TServerUtils.startServer(AccumuloConfiguration conf,
Property portHintProperty,
org.apache.thrift.TProcessor processor,
String serverName,
String threadName,
Property portSearchProperty,
Property minThreadProperty,
Property timeBetweenThreadChecksProperty,
Property maxMessageSizeProperty)
Start a server, at the given port, or higher, if that port is not available.
|
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.