Class FloatLongPair
- java.lang.Object
-
- org.apache.pinot.segment.local.customobject.ValueLongPair<Float>
-
- org.apache.pinot.segment.local.customobject.FloatLongPair
-
- All Implemented Interfaces:
Comparable<ValueLongPair<Float>>
public class FloatLongPair extends ValueLongPair<Float>
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.segment.local.customobject.ValueLongPair
_time, _value
-
-
Constructor Summary
Constructors Constructor Description FloatLongPair(Float value, long time)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FloatLongPairfromByteBuffer(ByteBuffer byteBuffer)static FloatLongPairfromBytes(byte[] bytes)byte[]toBytes()-
Methods inherited from class org.apache.pinot.segment.local.customobject.ValueLongPair
compareTo, getTime, getValue
-
-
-
-
Constructor Detail
-
FloatLongPair
public FloatLongPair(Float value, long time)
-
-
Method Detail
-
fromBytes
public static FloatLongPair fromBytes(byte[] bytes)
-
fromByteBuffer
public static FloatLongPair fromByteBuffer(ByteBuffer byteBuffer)
-
toBytes
public byte[] toBytes()
- Specified by:
toBytesin classValueLongPair<Float>
-
-