Uses of Class
org.kairosdb.client.builder.AggregatorFactory.FilterOperation
-
Packages that use AggregatorFactory.FilterOperation Package Description org.kairosdb.client.builder -
-
Uses of AggregatorFactory.FilterOperation in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return AggregatorFactory.FilterOperation Modifier and Type Method Description static AggregatorFactory.FilterOperationAggregatorFactory.FilterOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregatorFactory.FilterOperation[]AggregatorFactory.FilterOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kairosdb.client.builder with parameters of type AggregatorFactory.FilterOperation Modifier and Type Method Description static CustomAggregatorAggregatorFactory. createFilterAggregator(AggregatorFactory.FilterOperation operation, double threshold)Creates an aggregator that filters datapoints according to the filter operation.
-