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