Class SerializablePairLongLongDeltaEncodedStagedSerde
- java.lang.Object
-
- org.apache.druid.query.aggregation.AbstractSerializablePairLongObjectDeltaEncodedStagedSerde<SerializablePairLongLong>
-
- org.apache.druid.query.aggregation.SerializablePairLongLongDeltaEncodedStagedSerde
-
- All Implemented Interfaces:
StagedSerde<SerializablePairLongLong>
public class SerializablePairLongLongDeltaEncodedStagedSerde extends AbstractSerializablePairLongObjectDeltaEncodedStagedSerde<SerializablePairLongLong>
-
-
Constructor Summary
Constructors Constructor Description SerializablePairLongLongDeltaEncodedStagedSerde(long minValue, boolean useIntegerDelta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablePairLongLongdeserialize(ByteBuffer byteBuffer)-
Methods inherited from class org.apache.druid.query.aggregation.AbstractSerializablePairLongObjectDeltaEncodedStagedSerde
serializeDelayed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.segment.serde.cell.StagedSerde
deserialize, serialize
-
-
-
-
Method Detail
-
deserialize
@Nullable public SerializablePairLongLong deserialize(ByteBuffer byteBuffer)
-
-