Uses of Class
org.dashbuilder.dataprovider.prometheus.client.Value
-
Packages that use Value Package Description org.dashbuilder.dataprovider.prometheus.client -
-
Uses of Value in org.dashbuilder.dataprovider.prometheus.client
Methods in org.dashbuilder.dataprovider.prometheus.client that return Value Modifier and Type Method Description static ValueValue. of(long timestamp, String sampleValue)Methods in org.dashbuilder.dataprovider.prometheus.client that return types with arguments of type Value Modifier and Type Method Description List<Value>Result. getValues()Method parameters in org.dashbuilder.dataprovider.prometheus.client with type arguments of type Value Modifier and Type Method Description voidResult. setValues(List<Value> values)Constructor parameters in org.dashbuilder.dataprovider.prometheus.client with type arguments of type Value Constructor Description Result(Map<String,String> metric, List<Value> values)
-