public class EPMetricsServiceImpl extends Object implements com.espertech.esper.common.client.metric.EPMetricsService
Constructor and Description |
---|
EPMetricsServiceImpl(EPServicesContext services) |
Modifier and Type | Method and Description |
---|---|
void |
setMetricsReportingDisabled() |
void |
setMetricsReportingEnabled() |
void |
setMetricsReportingInterval(String stmtGroupName,
long newIntervalMSec) |
void |
setMetricsReportingStmtDisabled(String deploymentId,
String statementName) |
void |
setMetricsReportingStmtEnabled(String deploymentId,
String statementName) |
public EPMetricsServiceImpl(EPServicesContext services)
public void setMetricsReportingInterval(String stmtGroupName, long newIntervalMSec) throws com.espertech.esper.common.client.configuration.ConfigurationException
setMetricsReportingInterval
in interface com.espertech.esper.common.client.metric.EPMetricsService
com.espertech.esper.common.client.configuration.ConfigurationException
public void setMetricsReportingStmtEnabled(String deploymentId, String statementName) throws com.espertech.esper.common.client.configuration.ConfigurationException
setMetricsReportingStmtEnabled
in interface com.espertech.esper.common.client.metric.EPMetricsService
com.espertech.esper.common.client.configuration.ConfigurationException
public void setMetricsReportingStmtDisabled(String deploymentId, String statementName) throws com.espertech.esper.common.client.configuration.ConfigurationException
setMetricsReportingStmtDisabled
in interface com.espertech.esper.common.client.metric.EPMetricsService
com.espertech.esper.common.client.configuration.ConfigurationException
public void setMetricsReportingEnabled() throws com.espertech.esper.common.client.configuration.ConfigurationException
setMetricsReportingEnabled
in interface com.espertech.esper.common.client.metric.EPMetricsService
com.espertech.esper.common.client.configuration.ConfigurationException
public void setMetricsReportingDisabled() throws com.espertech.esper.common.client.configuration.ConfigurationException
setMetricsReportingDisabled
in interface com.espertech.esper.common.client.metric.EPMetricsService
com.espertech.esper.common.client.configuration.ConfigurationException
Copyright © 2005–2018. All rights reserved.