|
||||||||||
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.VectorTypeID
public class VectorTypeID
Represents typeID for vector.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.record.meta.TypeID |
---|
TypeID.RIOType |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.record.meta.TypeID |
---|
BoolTypeID, BufferTypeID, ByteTypeID, DoubleTypeID, FloatTypeID, IntTypeID, LongTypeID, StringTypeID, typeVal |
Constructor Summary | |
---|---|
VectorTypeID(TypeID typeIDElement)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Two vector typeIDs are equal if their constituent elements have the same type |
TypeID |
getElementTypeID()
|
int |
hashCode()
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 VectorTypeID(TypeID typeIDElement)
Method Detail |
---|
public TypeID getElementTypeID()
public boolean equals(java.lang.Object o)
equals
in class TypeID
public int hashCode()
hashCode
in class TypeID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |