Uses of Class
org.apache.hadoop.zebra.types.Partition.SplitType

Packages that use Partition.SplitType
org.apache.hadoop.zebra.types Data types being shared between the io and mapred packages. 
 

Uses of Partition.SplitType in org.apache.hadoop.zebra.types
 

Methods in org.apache.hadoop.zebra.types that return Partition.SplitType
static Partition.SplitType Partition.SplitType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Partition.SplitType[] Partition.SplitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.zebra.types with parameters of type Partition.SplitType
 void Partition.setSplit(Schema.ColumnSchema fs, Partition.SplitType st, Partition.SplitType cst, String name, String childName, boolean splitChild)
           
 



Copyright © 2007-2012 The Apache Software Foundation