@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class StructTypeID extends TypeID
BoolTypeID, BufferTypeID, ByteTypeID, DoubleTypeID, FloatTypeID, IntTypeID, LongTypeID, StringTypeID, typeVal
Constructor and Description |
---|
StructTypeID(RecordTypeInfo rti)
Deprecated.
Create a StructTypeID based on the RecordTypeInfo of some record
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Two base typeIDs are equal if they refer to the same type
|
Collection<FieldTypeInfo> |
getFieldTypeInfos()
Deprecated.
|
int |
hashCode()
Deprecated.
We use a basic hashcode implementation, since this class will likely not
be used as a hashmap key
|
getTypeVal
public StructTypeID(RecordTypeInfo rti)
public Collection<FieldTypeInfo> getFieldTypeInfos()
public boolean equals(Object o)
TypeID
Copyright © 2016 Apache Software Foundation. All Rights Reserved.