Class 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.Object execute()  
      static java.util.List<org.opennms.integration.api.v1.timeseries.TagMatcher> toTagMatchers​(java.util.Collection<java.lang.String> s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricQuery

        public MetricQuery()
    • Method Detail

      • execute

        public java.lang.Object execute()
                                 throws java.lang.Exception
        Specified by:
        execute in interface org.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)