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