Class MetricQuery
- java.lang.Object
-
- org.opennms.plugins.cloud.srv.tsaas.shell.MetricQuery
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class MetricQuery extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
-
-
Constructor Summary
Constructors Constructor Description MetricQuery()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute()static java.util.List<org.opennms.integration.api.v1.timeseries.TagMatcher>toTagMatchers(java.util.Collection<java.lang.String> s)
-
-
-
Method Detail
-
execute
public java.lang.Object execute() throws java.lang.Exception- Specified by:
executein interfaceorg.apache.karaf.shell.api.action.Action- Throws:
java.lang.Exception
-
toTagMatchers
public static java.util.List<org.opennms.integration.api.v1.timeseries.TagMatcher> toTagMatchers(java.util.Collection<java.lang.String> s)
-
-