Uses of Class
org.apache.hadoop.record.meta.TypeID

Packages that use TypeID
org.apache.hadoop.record.meta   
 

Uses of TypeID in org.apache.hadoop.record.meta
 

Subclasses of TypeID in org.apache.hadoop.record.meta
 class MapTypeID
          Deprecated. Replaced by Avro.
 class StructTypeID
          Deprecated. Replaced by Avro.
 class VectorTypeID
          Deprecated. Replaced by Avro.
 

Fields in org.apache.hadoop.record.meta declared as TypeID
static TypeID TypeID.BoolTypeID
          Deprecated. Constant classes for the basic types, so we can share them.
static TypeID TypeID.BufferTypeID
          Deprecated.  
static TypeID TypeID.ByteTypeID
          Deprecated.  
static TypeID TypeID.DoubleTypeID
          Deprecated.  
static TypeID TypeID.FloatTypeID
          Deprecated.  
static TypeID TypeID.IntTypeID
          Deprecated.  
static TypeID TypeID.LongTypeID
          Deprecated.  
static TypeID TypeID.StringTypeID
          Deprecated.  
 

Methods in org.apache.hadoop.record.meta that return TypeID
 TypeID VectorTypeID.getElementTypeID()
          Deprecated.  
 TypeID MapTypeID.getKeyTypeID()
          Deprecated. get the TypeID of the map's key element
 TypeID FieldTypeInfo.getTypeID()
          Deprecated. get the field's TypeID object
 TypeID MapTypeID.getValueTypeID()
          Deprecated. get the TypeID of the map's value element
 

Methods in org.apache.hadoop.record.meta with parameters of type TypeID
 void RecordTypeInfo.addField(String fieldName, TypeID tid)
          Deprecated. Add a field.
static void Utils.skip(RecordInput rin, String tag, TypeID typeID)
          Deprecated. read/skip bytes from stream based on a type
 

Constructors in org.apache.hadoop.record.meta with parameters of type TypeID
MapTypeID(TypeID typeIDKey, TypeID typeIDValue)
          Deprecated.  
VectorTypeID(TypeID typeIDElement)
          Deprecated.  
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.