public class MetricsManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
add(Metric metric) |
static void |
addLongQuery(Metric metric) |
protected java.lang.Object |
clone() |
protected static MetricsManager |
getInstance() |
static java.util.List<LongQuery> |
getLongQueryList() |
static MetricsAggregators |
getMetricsAggregators() |
static java.util.List<LongQuery> |
getMetricsList() |
static void |
removeExpiredLongQuery() |
protected static MetricsManager getInstance()
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public static void add(Metric metric)
public static MetricsAggregators getMetricsAggregators()
public static java.util.List<LongQuery> getLongQueryList()
public static java.util.List<LongQuery> getMetricsList()
public static void addLongQuery(Metric metric)
public static void removeExpiredLongQuery()
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.