Uses of Class
org.apache.hadoop.record.compiler.JType

Packages that use JType
org.apache.hadoop.record.compiler (DEPRECATED) This package contains classes needed for code generation from the hadoop record compiler. 
org.apache.hadoop.record.compiler.generated (DEPRECATED) This package contains code generated by JavaCC from the Hadoop record syntax file rcc.jj. 
 

Uses of JType in org.apache.hadoop.record.compiler
 

Subclasses of JType in org.apache.hadoop.record.compiler
 class JBoolean
          Deprecated. Replaced by Avro.
 class JBuffer
          Deprecated. Replaced by Avro.
 class JByte
          Deprecated. Replaced by Avro.
 class JDouble
          Deprecated. Replaced by Avro.
 class JFloat
          Deprecated. Replaced by Avro.
 class JInt
          Deprecated. Replaced by Avro.
 class JLong
          Deprecated. Replaced by Avro.
 class JMap
          Deprecated. Replaced by Avro.
 class JRecord
          Deprecated. Replaced by Avro.
 class JString
          Deprecated. Replaced by Avro.
 class JVector
          Deprecated. Replaced by Avro.
 

Constructors in org.apache.hadoop.record.compiler with parameters of type JType
JMap(JType t1, JType t2)
          Deprecated. Creates a new instance of JMap
JVector(JType t)
          Deprecated. Creates a new instance of JVector
 

Constructor parameters in org.apache.hadoop.record.compiler with type arguments of type JType
JRecord(String name, ArrayList<JField<JType>> flist)
          Deprecated. Creates a new instance of JRecord
 

Uses of JType in org.apache.hadoop.record.compiler.generated
 

Methods in org.apache.hadoop.record.compiler.generated that return JType
 JType Rcc.Type()
          Deprecated.  
 

Methods in org.apache.hadoop.record.compiler.generated that return types with arguments of type JType
 JField<JType> Rcc.Field()
          Deprecated.  
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.