public abstract static class Parser.Node extends java.lang.Object implements ComposableInputFormat
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class<? extends org.apache.hadoop.io.WritableComparator> |
cmpcl |
protected int |
id |
protected java.lang.String |
ident |
protected static java.util.Map<java.lang.String,java.lang.reflect.Constructor<? extends ComposableRecordReader>> |
rrCstrMap |
Modifier | Constructor and Description |
---|---|
protected |
Parser.Node(java.lang.String ident) |
Modifier and Type | Method and Description |
---|---|
protected static void |
addIdentifier(java.lang.String ident,
java.lang.Class<?>[] mcstrSig,
java.lang.Class<? extends Parser.Node> nodetype,
java.lang.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.
|
protected void |
setID(int id) |
protected void |
setKeyComparator(java.lang.Class<? extends org.apache.hadoop.io.WritableComparator> cmpcl) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRecordReader
getSplits
protected static final java.util.Map<java.lang.String,java.lang.reflect.Constructor<? extends ComposableRecordReader>> rrCstrMap
protected int id
protected java.lang.String ident
protected java.lang.Class<? extends org.apache.hadoop.io.WritableComparator> cmpcl
protected static void addIdentifier(java.lang.String ident, java.lang.Class<?>[] mcstrSig, java.lang.Class<? extends Parser.Node> nodetype, java.lang.Class<? extends ComposableRecordReader> cl) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
protected void setID(int id)
protected void setKeyComparator(java.lang.Class<? extends org.apache.hadoop.io.WritableComparator> cmpcl)
Copyright © 2009 The Apache Software Foundation