public abstract class ZebraOutputPartition extends Object implements org.apache.hadoop.conf.Configurable
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
| Constructor and Description |
|---|
ZebraOutputPartition() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
abstract int |
getOutputPartition(org.apache.hadoop.io.BytesWritable key,
Tuple Value) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic abstract int getOutputPartition(org.apache.hadoop.io.BytesWritable key,
Tuple Value)
throws IOException
IOExceptionCopyright © 2007-2012 The Apache Software Foundation