Uses of Class
org.kairosdb.client.builder.QueryMetric.Order
-
Packages that use QueryMetric.Order Package Description org.kairosdb.client.builder org.kairosdb.client.serializer -
-
Uses of QueryMetric.Order in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return QueryMetric.Order Modifier and Type Method Description QueryMetric.OrderQueryMetric. getOrder()static QueryMetric.OrderQueryMetric.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryMetric.Order[]QueryMetric.Order. 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 QueryMetric.Order Modifier and Type Method Description voidQueryMetric. setOrder(QueryMetric.Order order)Orders the data points. -
Uses of QueryMetric.Order in org.kairosdb.client.serializer
Methods in org.kairosdb.client.serializer with parameters of type QueryMetric.Order Modifier and Type Method Description com.google.gson.JsonElementOrderSerializer. serialize(QueryMetric.Order order, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-