Class ThreadPoolRejectMetric

java.lang.Object
org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
All Implemented Interfaces:
Metric

public class ThreadPoolRejectMetric extends Object implements Metric
  • Constructor Details

    • ThreadPoolRejectMetric

      public ThreadPoolRejectMetric(String applicationName, String threadPoolName)
  • Method Details

    • getThreadPoolName

      public String getThreadPoolName()
    • setThreadPoolName

      public void setThreadPoolName(String threadPoolName)
    • getApplicationName

      public String getApplicationName()
    • setApplicationName

      public void setApplicationName(String applicationName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTags

      public Map<String,String> getTags()
      Specified by:
      getTags in interface Metric