Package | Description |
---|---|
org.apache.hadoop.record.compiler |
This package contains classes needed for code generation
from the hadoop record compiler.
|
org.apache.hadoop.record.compiler.generated |
This package contains code generated by JavaCC from the
Hadoop record syntax file rcc.jj.
|
Modifier and Type | Class and Description |
---|---|
class |
JBoolean |
class |
JBuffer
Code generator for "buffer" type.
|
class |
JByte
Code generator for "byte" type.
|
class |
JDouble |
class |
JFloat |
class |
JInt
Code generator for "int" type
|
class |
JLong
Code generator for "long" type
|
class |
JMap |
class |
JRecord |
class |
JString |
class |
JVector |
Constructor and Description |
---|
JMap(JType t1,
JType t2)
Creates a new instance of JMap
|
JVector(JType t)
Creates a new instance of JVector
|
Constructor and Description |
---|
JRecord(String name,
ArrayList<JField<JType>> flist)
Creates a new instance of JRecord
|
Modifier and Type | Method and Description |
---|---|
JType |
Rcc.Type() |
Modifier and Type | Method and Description |
---|---|
JField<JType> |
Rcc.Field() |
Copyright © 2010 The Apache Software Foundation