Package org.jmxtrans.embedded
Interface QueryMBean
- All Known Implementing Classes:
Query
public interface QueryMBean
- Author:
- Cyrille Le Clerc
-
Method Summary
Modifier and Type Method Description voidcollectMetrics()intexportCollectedMetrics()intgetCollectedMetricsCount()intgetCollectionCount()longgetCollectionDurationInNanos()intgetDiscardedResultsCount()intgetExportCount()longgetExportDurationInNanos()intgetExportedMetricsCount()StringgetId()ObjectNamegetObjectName()StringgetResultAlias()
-
Method Details
-
collectMetrics
void collectMetrics() -
exportCollectedMetrics
int exportCollectedMetrics() -
getCollectedMetricsCount
int getCollectedMetricsCount() -
getCollectionDurationInNanos
long getCollectionDurationInNanos() -
getCollectionCount
int getCollectionCount() -
getExportedMetricsCount
int getExportedMetricsCount() -
getExportDurationInNanos
long getExportDurationInNanos() -
getExportCount
int getExportCount() -
getResultAlias
String getResultAlias() -
getObjectName
ObjectName getObjectName() -
getId
String getId() -
getDiscardedResultsCount
int getDiscardedResultsCount()
-