@DistributeMe(agentsSupport=false,
moskitoSupport=false)
@SupportService
@FailBy(strategyClass=org.distributeme.core.failing.RetryCallOnce.class)
public interface GaugeAPI
extends net.anotheria.anoplass.api.API, net.anotheria.anoprise.metafactory.Service
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GaugeAO> |
getGauges()
Returns all configured gauges with their current min/max/current values.
|
java.util.List<GaugeAO> |
getGauges(java.lang.String... names)
Returns named gauges and their values.
|
java.util.List<GaugeAO> getGauges() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionjava.util.List<GaugeAO> getGauges(java.lang.String... names) throws net.anotheria.anoplass.api.APIException
names - net.anotheria.anoplass.api.APIExceptionCopyright © 2010-2020 anotheria.net. All Rights Reserved.