|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.record.meta.TypeID
org.apache.hadoop.record.meta.MapTypeID
@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class MapTypeID
Represents typeID for a Map
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.record.meta.TypeID |
|---|
BoolTypeID, BufferTypeID, ByteTypeID, DoubleTypeID, FloatTypeID, IntTypeID, LongTypeID, StringTypeID, typeVal |
| Constructor Summary | |
|---|---|
MapTypeID(TypeID typeIDKey,
TypeID typeIDValue)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Deprecated. Two map typeIDs are equal if their constituent elements have the same type |
TypeID |
getKeyTypeID()
Deprecated. get the TypeID of the map's key element |
TypeID |
getValueTypeID()
Deprecated. get the TypeID of the map's value element |
int |
hashCode()
Deprecated. We use a basic hashcode implementation, since this class will likely not be used as a hashmap key |
| Methods inherited from class org.apache.hadoop.record.meta.TypeID |
|---|
getTypeVal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapTypeID(TypeID typeIDKey,
TypeID typeIDValue)
| Method Detail |
|---|
public TypeID getKeyTypeID()
public TypeID getValueTypeID()
public boolean equals(Object o)
equals in class TypeIDpublic int hashCode()
hashCode in class TypeID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||