org.apache.hadoop.record.compiler
Class JType

java.lang.Object
  extended by org.apache.hadoop.record.compiler.JType
Direct Known Subclasses:
JBoolean, JBuffer, JByte, JDouble, JFloat, JInt, JLong, JMap, JRecord, JString, JVector

Deprecated. Replaced by Avro.

@Deprecated
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class JType
extends Object

Abstract Base class for all types supported by Hadoop Record I/O.


Constructor Summary
JType()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JType

public JType()
Deprecated. 


Copyright © 2014 Apache Software Foundation. All Rights Reserved.