Package org.apache.jute.compiler

This package contains classes needed for code generation from the hadoop record compiler.

See:
          Description

Class Summary
JBoolean  
JBuffer  
JByte  
JDouble  
JField  
JFile Container for the Hadoop Record DDL.
JFloat  
JInt  
JLong  
JMap  
JRecord  
JString  
JType Abstract Base class for all types supported by Hadoop Record I/O.
JVector  
 

Package org.apache.jute.compiler Description

This package contains classes needed for code generation from the hadoop record compiler. CppGenerator and JavaGenerator are the main entry points from the parser. There are classes corrsponding to every primitive type and compound type included in Hadoop record I/O syntax.