static Aggregation.Reducer |
Aggregation.Reducer.forNumber(int value) |
|
Aggregation.Reducer |
Aggregation.Builder.getCrossSeriesReducer() |
The reduction operation to be used to combine time series into a single
time series, where the value of each data point in the resulting series is
a function of all the already aligned values in the input time series.
|
Aggregation.Reducer |
Aggregation.getCrossSeriesReducer() |
The reduction operation to be used to combine time series into a single
time series, where the value of each data point in the resulting series is
a function of all the already aligned values in the input time series.
|
Aggregation.Reducer |
AggregationOrBuilder.getCrossSeriesReducer() |
The reduction operation to be used to combine time series into a single
time series, where the value of each data point in the resulting series is
a function of all the already aligned values in the input time series.
|
static Aggregation.Reducer |
Aggregation.Reducer.valueOf(int value) |
Deprecated.
|
static Aggregation.Reducer |
Aggregation.Reducer.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Aggregation.Reducer |
Aggregation.Reducer.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Aggregation.Reducer[] |
Aggregation.Reducer.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|