Uses of Interface
org.apache.druid.segment.serde.cell.StorableBuffer
-
Packages that use StorableBuffer Package Description org.apache.druid.query.aggregation org.apache.druid.segment.serde.cell -
-
Uses of StorableBuffer in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that return StorableBuffer Modifier and Type Method Description StorableBufferAbstractSerializablePairLongObjectDeltaEncodedStagedSerde. serializeDelayed(T value)StorableBufferAbstractSerializablePairLongObjectSimpleStagedSerde. serializeDelayed(T value)StorableBufferSerializablePairLongStringDeltaEncodedStagedSerde. serializeDelayed(SerializablePairLongString value)StorableBufferSerializablePairLongStringSimpleStagedSerde. serializeDelayed(SerializablePairLongString value) -
Uses of StorableBuffer in org.apache.druid.segment.serde.cell
Fields in org.apache.druid.segment.serde.cell declared as StorableBuffer Modifier and Type Field Description static StorableBufferStorableBuffer. EMPTYMethods in org.apache.druid.segment.serde.cell that return StorableBuffer Modifier and Type Method Description StorableBufferStagedSerde. serializeDelayed(T value)Useful method when some computation is necessary to prepare for serialization without actually writing out all the bytes in order to determine the serialized size.
-