Uses of Interface
com.elastisys.autoscaler.metricstreamers.opentsdb.client.OpenTsdbQueryClient
-
Packages that use OpenTsdbQueryClient Package Description com.elastisys.autoscaler.metricstreamers.opentsdb.client.impl com.elastisys.autoscaler.metricstreamers.opentsdb.stream -
-
Uses of OpenTsdbQueryClient in com.elastisys.autoscaler.metricstreamers.opentsdb.client.impl
Classes in com.elastisys.autoscaler.metricstreamers.opentsdb.client.impl that implement OpenTsdbQueryClient Modifier and Type Class Description classOpenTsdbHttpQueryClientA OpenTSDB query client that can be used to pose queries against an OpenTSDB server according to the OpenTSDB HTTP API. -
Uses of OpenTsdbQueryClient in com.elastisys.autoscaler.metricstreamers.opentsdb.stream
Constructors in com.elastisys.autoscaler.metricstreamers.opentsdb.stream with parameters of type OpenTsdbQueryClient Constructor Description OpenTsdbMetricStream(org.slf4j.Logger logger, OpenTsdbQueryClient queryClient, MetricStreamConfig config)QueryCall(OpenTsdbQueryClient queryClient, java.lang.String queryUrl, org.joda.time.Interval queryInterval)Creates aQueryCall.
-