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

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

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

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

Methods in org.apache.hadoop.zebra.mapreduce with parameters of type ZebraSortInfo
static void TableInputFormat.requireSortedTable(org.apache.hadoop.mapreduce.JobContext jobContext, ZebraSortInfo sortInfo)
          Deprecated.  
static void TableInputFormat.setSplitMode(org.apache.hadoop.mapreduce.JobContext jobContext, TableInputFormat.SplitMode sm, ZebraSortInfo sortInfo)
           
static void BasicTableOutputFormat.setStorageInfo(org.apache.hadoop.mapreduce.JobContext jobContext, ZebraSchema zSchema, ZebraStorageHint zStorageHint, ZebraSortInfo zSortInfo)
          Set the table storage info including ZebraSchema,
 



Copyright © ${year} The Apache Software Foundation