Package | Description |
---|---|
org.apache.hadoop.record.meta |
Modifier and Type | Class and Description |
---|---|
class |
MapTypeID
Deprecated.
Replaced by Avro.
|
class |
StructTypeID
Deprecated.
Replaced by Avro.
|
class |
VectorTypeID
Deprecated.
Replaced by Avro.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
MapTypeID(TypeID typeIDKey,
TypeID typeIDValue)
Deprecated.
|
VectorTypeID(TypeID typeIDElement)
Deprecated.
|
Copyright © 2015 Apache Software Foundation. All rights reserved.