Uses of Class
org.apache.hadoop.mapred.join.Parser.Node

Packages that use Parser.Node
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.Node in org.apache.hadoop.mapred.join
 

Methods in org.apache.hadoop.mapred.join that return Parser.Node
 Parser.Node Parser.Token.getNode()
           
 Parser.Node Parser.NodeToken.getNode()
           
 

Method parameters in org.apache.hadoop.mapred.join with type arguments of type Parser.Node
protected static void Parser.Node.addIdentifier(String ident, Class<?>[] mcstrSig, Class<? extends Parser.Node> nodetype, Class<? extends ComposableRecordReader> cl)
          For a given identifier, add a mapping to the nodetype for the parse tree and to the ComposableRecordReader to be created, including the formals required to invoke the constructor.
 



Copyright © 2009 The Apache Software Foundation