Interface MovingAverageAggregationVariant
-
- All Superinterfaces:
JsonpSerializable
- All Known Implementing Classes:
EwmaMovingAverageAggregation,HoltMovingAverageAggregation,HoltWintersMovingAverageAggregation,LinearMovingAverageAggregation,SimpleMovingAverageAggregation
public interface MovingAverageAggregationVariant extends JsonpSerializable
Base interface forMovingAverageAggregationvariants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MovingAverageAggregation.Kind_movingAverageAggregationKind()default MovingAverageAggregation_toMovingAverageAggregation()-
Methods inherited from interface org.opensearch.client.json.JsonpSerializable
serialize
-
-
-
-
Method Detail
-
_movingAverageAggregationKind
MovingAverageAggregation.Kind _movingAverageAggregationKind()
-
_toMovingAverageAggregation
default MovingAverageAggregation _toMovingAverageAggregation()
-
-