public class ZebraConf
extends java.lang.Object
Constructor and Description |
---|
ZebraConf() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
getCheckType(org.apache.hadoop.conf.Configuration conf,
boolean defaultValue) |
static java.lang.Boolean |
getIsMulti(org.apache.hadoop.conf.Configuration conf,
boolean defaultValue) |
static java.lang.String |
getMultiOutputPath(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getOutputComparator(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getOutputPath(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getOutputSchema(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getOutputSortColumns(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getOutputStorageHint(org.apache.hadoop.conf.Configuration conf) |
static java.lang.String |
getZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf) |
static void |
setCheckType(org.apache.hadoop.conf.Configuration conf,
boolean value) |
static void |
setIsMulti(org.apache.hadoop.conf.Configuration conf,
boolean value) |
static void |
setMultiOutputPath(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setOutputComparator(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setOutputPath(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setOutputSchema(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setOutputSortColumns(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setOutputStorageHint(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
static void |
setZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf,
java.lang.String value) |
public static java.lang.String getOutputPath(org.apache.hadoop.conf.Configuration conf)
public static void setOutputPath(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.String getMultiOutputPath(org.apache.hadoop.conf.Configuration conf)
public static void setMultiOutputPath(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.String getOutputSchema(org.apache.hadoop.conf.Configuration conf)
public static void setOutputSchema(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.String getOutputStorageHint(org.apache.hadoop.conf.Configuration conf)
public static void setOutputStorageHint(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.String getOutputSortColumns(org.apache.hadoop.conf.Configuration conf)
public static void setOutputSortColumns(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.String getOutputComparator(org.apache.hadoop.conf.Configuration conf)
public static void setOutputComparator(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.Boolean getIsMulti(org.apache.hadoop.conf.Configuration conf, boolean defaultValue)
public static void setIsMulti(org.apache.hadoop.conf.Configuration conf, boolean value)
public static java.lang.Boolean getCheckType(org.apache.hadoop.conf.Configuration conf, boolean defaultValue)
public static void setCheckType(org.apache.hadoop.conf.Configuration conf, boolean value)
public static java.lang.String getZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf)
public static void setZebraOutputPartitionerClass(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
public static java.lang.String getOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf)
public static void setOutputPartitionClassArguments(org.apache.hadoop.conf.Configuration conf, java.lang.String value)
Copyright © 2007-2012 The Apache Software Foundation