Module org.elasticsearch.server
Interface PayloadCodecStage
- All Superinterfaces:
PayloadDecoder,PayloadEncoder
- All Known Implementing Classes:
BitPackCodecStage
A combined encoder/decoder for a terminal payload stage.
Implementations serialize transformed long[] values to bytes on encode
and deserialize them back on decode. This is always the last stage in the pipeline.
-
Method Summary
Methods inherited from interface org.elasticsearch.index.codec.tsdb.pipeline.numeric.PayloadDecoder
decode, idMethods inherited from interface org.elasticsearch.index.codec.tsdb.pipeline.numeric.PayloadEncoder
encode, id