org.apache.accumulo.core.client.mapreduce.lib.util
@Deprecated public class OutputConfigurator extends ConfiguratorBase
Modifier and Type | Class and Description |
---|---|
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.
|
ConfiguratorBase.ConnectorInfo, ConfiguratorBase.GeneralOpts, ConfiguratorBase.InstanceOpts
Constructor and Description |
---|
OutputConfigurator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
enumToConfKey, getInstance, getLogLevel, getPrincipal, getToken, getTokenClass, isConnectorInfoSet, setConnectorInfo, setLogLevel, setMockInstance, setZooKeeperInstance
@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 configuresetDefaultTableName(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 configuresetBatchWriterOptions(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 configuresetCreateTables(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 configuresetSimulationMode(Class, Configuration, boolean)
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.