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

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

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

Methods in org.apache.hadoop.zebra.mapred that return ZebraSortInfo
static ZebraSortInfo ZebraSortInfo.createZebraSortInfo(String sortColumns, Class<? extends org.apache.hadoop.io.RawComparator<Object>> comparatorClass)
           
 

Methods in org.apache.hadoop.zebra.mapred with parameters of type ZebraSortInfo
static void TableInputFormat.requireSortedTable(org.apache.hadoop.mapred.JobConf conf, ZebraSortInfo sortInfo)
          Deprecated. Requires sorted table or table union
static void BasicTableOutputFormat.setStorageInfo(org.apache.hadoop.mapred.JobConf conf, ZebraSchema zSchema, ZebraStorageHint zStorageHint, ZebraSortInfo zSortInfo)
          Deprecated. Set the table storage info including ZebraSchema,
 



Copyright © 2007-2012 The Apache Software Foundation