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