Uses of Class
org.apache.hadoop.zebra.mapred.ZebraOutputPartition

Packages that use ZebraOutputPartition
org.apache.hadoop.zebra.mapred Providing InputFormat and OutputFormat adaptor classes for Hadoop Zebra Table. 
 

Uses of ZebraOutputPartition in org.apache.hadoop.zebra.mapred
 

Methods in org.apache.hadoop.zebra.mapred that return types with arguments of type ZebraOutputPartition
static Class<? extends ZebraOutputPartition> BasicTableOutputFormat.getZebraOutputPartitionClass(org.apache.hadoop.mapred.JobConf conf)
          Deprecated.  
 

Method parameters in org.apache.hadoop.zebra.mapred with type arguments of type ZebraOutputPartition
static void BasicTableOutputFormat.setMultipleOutputs(org.apache.hadoop.mapred.JobConf conf, Class<? extends ZebraOutputPartition> theClass, org.apache.hadoop.fs.Path... paths)
          Deprecated. Set the multiple output paths of the BasicTable in JobConf
static void BasicTableOutputFormat.setMultipleOutputs(org.apache.hadoop.mapred.JobConf conf, String commaSeparatedLocations, Class<? extends ZebraOutputPartition> theClass)
          Deprecated. Set the multiple output paths of the BasicTable in JobConf
 



Copyright © 2012 The Apache Software Foundation