|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parser.TType | |
---|---|
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. |
Uses of Parser.TType in org.apache.hadoop.mapred.join |
---|
Methods in org.apache.hadoop.mapred.join that return Parser.TType | |
---|---|
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. |
Constructors in org.apache.hadoop.mapred.join with parameters of type Parser.TType | |
---|---|
Parser.StrToken(Parser.TType type,
String str)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |