Package org.apache.iotdb.tsfile.utils
Class TsPrimitiveType.TsBinary
- java.lang.Object
-
- org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBinary
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TsPrimitiveType
public static class TsPrimitiveType.TsBinary extends TsPrimitiveType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.tsfile.utils.TsPrimitiveType
TsPrimitiveType.TsBinary, TsPrimitiveType.TsBoolean, TsPrimitiveType.TsDouble, TsPrimitiveType.TsFloat, TsPrimitiveType.TsInt, TsPrimitiveType.TsLong, TsPrimitiveType.TsVector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object anObject)BinarygetBinary()TSDataTypegetDataType()intgetSize()get the size of one instance of current class.StringgetStringValue()ObjectgetValue()inthashCode()voidreset()voidsetBinary(Binary val)voidsetObject(Object val)
-
-
-
Constructor Detail
-
TsBinary
public TsBinary()
-
TsBinary
public TsBinary(Binary value)
-
-
Method Detail
-
getBinary
public Binary getBinary()
- Overrides:
getBinaryin classTsPrimitiveType
-
setBinary
public void setBinary(Binary val)
- Overrides:
setBinaryin classTsPrimitiveType
-
setObject
public void setObject(Object val)
- Specified by:
setObjectin classTsPrimitiveType
-
reset
public void reset()
- Specified by:
resetin classTsPrimitiveType
-
getSize
public int getSize()
Description copied from class:TsPrimitiveTypeget the size of one instance of current class.- Specified by:
getSizein classTsPrimitiveType- Returns:
- size of one instance of current class
-
getValue
public Object getValue()
- Specified by:
getValuein classTsPrimitiveType
-
getStringValue
public String getStringValue()
- Specified by:
getStringValuein classTsPrimitiveType
-
getDataType
public TSDataType getDataType()
- Specified by:
getDataTypein classTsPrimitiveType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTsPrimitiveType
-
equals
public boolean equals(Object anObject)
- Overrides:
equalsin classTsPrimitiveType
-
-