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