public class SerializablePairLongStringSerde extends ComplexMetricSerde
The class is used on first/last String aggregators to store the time and the first/last string. Long:Integer:String -> Timestamp:StringSize:StringData
| Constructor and Description |
|---|
SerializablePairLongStringSerde() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeColumn(ByteBuffer buffer,
ColumnBuilder columnBuilder)
Deserializes a ByteBuffer and adds it to the ColumnBuilder.
|
ComplexMetricExtractor |
getExtractor() |
ObjectStrategy |
getObjectStrategy()
This is deprecated because its usage is going to be removed from the code.
|
GenericColumnSerializer |
getSerializer(SegmentWriteOutMedium segmentWriteOutMedium,
String column)
This method provides the ability for a ComplexMetricSerde to control its own serialization.
|
String |
getTypeName() |
fromBytes, inputSizeFn, toBytespublic String getTypeName()
getTypeName in class ComplexMetricSerdepublic ComplexMetricExtractor getExtractor()
getExtractor in class ComplexMetricSerdepublic void deserializeColumn(ByteBuffer buffer, ColumnBuilder columnBuilder)
ComplexMetricSerdedeserializeColumn in class ComplexMetricSerdebuffer - the buffer to deserializecolumnBuilder - ColumnBuilder to add the column topublic ObjectStrategy getObjectStrategy()
ComplexMetricSerdeIt was introduced before deserializeColumn() existed. This method creates the assumption that Druid knows how to interpret the actual column representation of the data, but I would much prefer that the ComplexMetricSerde objects be in charge of creating and interpreting the whole column, which is what deserializeColumn lets them do.
getObjectStrategy in class ComplexMetricSerdepublic GenericColumnSerializer getSerializer(SegmentWriteOutMedium segmentWriteOutMedium, String column)
ComplexMetricSerdeInteger.MAX_VALUE) use
LargeColumnSupportedComplexColumnSerializergetSerializer in class ComplexMetricSerdeCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.