org.apache.hadoop.zebra.mapreduce
Class ZebraOutputPartition

java.lang.Object
  extended by org.apache.hadoop.zebra.mapreduce.ZebraOutputPartition
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable

public abstract class ZebraOutputPartition
extends Object
implements org.apache.hadoop.conf.Configurable


Field Summary
protected  org.apache.hadoop.conf.Configuration conf
           
 
Constructor Summary
ZebraOutputPartition()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conf

protected org.apache.hadoop.conf.Configuration conf
Constructor Detail

ZebraOutputPartition

public ZebraOutputPartition()
Method Detail

setConf

public void setConf(org.apache.hadoop.conf.Configuration conf)
Specified by:
setConf in interface org.apache.hadoop.conf.Configurable

getConf

public org.apache.hadoop.conf.Configuration getConf()
Specified by:
getConf in interface org.apache.hadoop.conf.Configurable

getOutputPartition

public abstract int getOutputPartition(org.apache.hadoop.io.BytesWritable key,
                                       Tuple Value)
                                throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation