Uses of Class
org.kairosdb.client.builder.AggregatorFactory.Trim
-
Packages that use AggregatorFactory.Trim Package Description org.kairosdb.client.builder -
-
Uses of AggregatorFactory.Trim in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return AggregatorFactory.Trim Modifier and Type Method Description static AggregatorFactory.TrimAggregatorFactory.Trim. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregatorFactory.Trim[]AggregatorFactory.Trim. 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.Trim Modifier and Type Method Description static CustomAggregatorAggregatorFactory. createTrimAggregator(AggregatorFactory.Trim trim)Creates an aggregator that trim of the first, last, or both data points returned by the query.
-