Package | Description |
---|---|
org.apache.hadoop.mapred.join |
Given a set of sorted datasets keyed with the same class and yielding equal
partitions, it is possible to effect a join of those datasets prior to the map.
|
Modifier and Type | Method and Description |
---|---|
Parser.TType |
Parser.Token.getType() |
static Parser.TType |
Parser.TType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.TType[] |
Parser.TType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StrToken(Parser.TType type,
String str) |
Copyright © 2010 The Apache Software Foundation