|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
@Deprecated public class OutputConfigurator
Nested Class Summary | |
---|---|
static class |
OutputConfigurator.Features
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static class |
OutputConfigurator.WriteOpts
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
Nested classes/interfaces inherited from class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase |
---|
ConfiguratorBase.ConnectorInfo, ConfiguratorBase.GeneralOpts, ConfiguratorBase.InstanceOpts |
Constructor Summary | |
---|---|
OutputConfigurator()
Deprecated. |
Method Summary | |
---|---|
static Boolean |
canCreateTables(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static BatchWriterConfig |
getBatchWriterOptions(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static String |
getDefaultTableName(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static Boolean |
getSimulationMode(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setBatchWriterOptions(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
BatchWriterConfig bwConfig)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setCreateTables(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
boolean enableFeature)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setDefaultTableName(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
String tableName)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
static void |
setSimulationMode(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
boolean enableFeature)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
Methods inherited from class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase |
---|
enumToConfKey, getInstance, getLogLevel, getPrincipal, getToken, getTokenClass, isConnectorInfoSet, setConnectorInfo, setLogLevel, setMockInstance, setZooKeeperInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputConfigurator()
Method Detail |
---|
@Deprecated public static void setDefaultTableName(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String tableName)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configuretableName
- the table to use when the tablename is null in the write call@Deprecated public static String getDefaultTableName(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configure
setDefaultTableName(Class, Configuration, String)
@Deprecated public static void setBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, BatchWriterConfig bwConfig)
BatchWriter
instances. If not set, a new BatchWriterConfig
, with sensible built-in defaults is
used. Setting the configuration multiple times overwrites any previous configuration.
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configurebwConfig
- the configuration for the BatchWriter
@Deprecated public static BatchWriterConfig getBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
BatchWriterConfig
settings.
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configure
setBatchWriterOptions(Class, Configuration, BatchWriterConfig)
@Deprecated public static void setCreateTables(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, boolean enableFeature)
By default, this feature is disabled.
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configureenableFeature
- the feature is enabled if true, disabled otherwise@Deprecated public static Boolean canCreateTables(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configure
setCreateTables(Class, Configuration, boolean)
@Deprecated public static void setSimulationMode(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, boolean enableFeature)
By default, this feature is disabled.
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configureenableFeature
- the feature is enabled if true, disabled otherwise@Deprecated public static Boolean getSimulationMode(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
implementingClass
- the class whose name will be used as a prefix for the property configuration keyconf
- the Hadoop configuration object to configure
setSimulationMode(Class, Configuration, boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |