Package | Description |
---|---|
org.apache.hadoop.zebra.types |
Data types being shared between the io and mapred packages.
|
Modifier and Type | Method and Description |
---|---|
static Partition.SplitType |
Partition.SplitType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Partition.setSplit(Schema.ColumnSchema fs,
Partition.SplitType st,
Partition.SplitType cst,
java.lang.String name,
java.lang.String childName,
boolean splitChild) |
Copyright © 2007-2012 The Apache Software Foundation