Uses of Class
org.apache.hadoop.zebra.types.SortInfo

Packages that use SortInfo
org.apache.hadoop.zebra.io Physical I/O management of Hadoop Zebra Tables. 
org.apache.hadoop.zebra.mapred Providing InputFormat and OutputFormat adaptor classes for Hadoop Zebra Table. 
org.apache.hadoop.zebra.mapreduce Providing InputFormat and OutputFormat adaptor classes for Hadoop Zebra Table. 
org.apache.hadoop.zebra.types Data types being shared between the io and mapred packages. 
 

Uses of SortInfo in org.apache.hadoop.zebra.io
 

Methods in org.apache.hadoop.zebra.io that return SortInfo
 SortInfo BasicTable.Reader.getSortInfo()
           
 SortInfo BasicTable.Writer.getSortInfo()
          Get the list of sorted columns.
 

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

Methods in org.apache.hadoop.zebra.mapred that return SortInfo
static SortInfo BasicTableOutputFormat.getSortInfo(org.apache.hadoop.mapred.JobConf conf)
          Deprecated. Get the SortInfo object
static SortInfo TableInputFormat.getSortInfo(org.apache.hadoop.mapred.JobConf conf)
          Deprecated. Get the SortInfo object regarding a Zebra table
 

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

Methods in org.apache.hadoop.zebra.mapreduce that return SortInfo
static SortInfo BasicTableOutputFormat.getSortInfo(org.apache.hadoop.mapreduce.JobContext jobContext)
          Get the SortInfo object
static SortInfo TableInputFormat.getSortInfo(org.apache.hadoop.mapreduce.JobContext jobContext)
          Get the SortInfo object regarding a Zebra table
 

Uses of SortInfo in org.apache.hadoop.zebra.types
 

Methods in org.apache.hadoop.zebra.types that return SortInfo
 SortInfo Partition.getSortInfo()
           
static SortInfo SortInfo.parse(String sortStr, Schema schema, String comparator)
          Build a SortInfo object from sort column names, schema, and comparator
 



Copyright © ${year} The Apache Software Foundation