Package org.apache.hadoop.record.compiler

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

See:
          Description

Class Summary
CodeBuffer A wrapper around StringBuffer that automatically does indentation
Consts const definitions for Record I/O compiler
JBoolean  
JBuffer Code generator for "buffer" type.
JByte Code generator for "byte" type.
JDouble  
JField<T> A thin wrappper around record field.
JFile Container for the Hadoop Record DDL.
JFloat  
JInt Code generator for "int" type
JLong Code generator for "long" type
JMap  
JRecord  
JString  
JType Abstract Base class for all types supported by Hadoop Record I/O.
JVector  
 

Package org.apache.hadoop.record.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.



Copyright © 2009 The Apache Software Foundation