Module org.elasticsearch.server
Class PipelineConfig.LongBuilder
java.lang.Object
org.elasticsearch.index.codec.tsdb.pipeline.PipelineConfig.LongBuilder
- Enclosing class:
PipelineConfig
Builder for long (integral) pipelines.
Provides transform stages and a terminal payload stage.
-
Method Details
-
delta
Adds a delta encoding stage.- Returns:
- this builder
-
offset
Adds an offset removal stage.- Returns:
- this builder
-
gcd
Adds a GCD factoring stage.- Returns:
- this builder
-
bitPack
Adds a bit-packing payload and builds the configuration.- Returns:
- the pipeline configuration
-