Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.client.metric |
This package defines the Esper Client APIs for metrics reporting, and consists of the metrics reporting events
(enable via configuration).
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ConfigurationSchema7To8Upgrade.upgrade(java.io.InputStream inputStream,
java.lang.String name)
Convert a schema from the input stream
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(java.lang.String eventTypeName,
java.lang.String[] propertyNames,
java.lang.Object[] propertyTypes,
ConfigurationCommonEventTypeObjectArray optionalConfiguration)
Add an event type that represents Object-array (Object[]) events.
|
Modifier and Type | Method and Description |
---|---|
void |
EPMetricsService.setMetricsReportingDisabled()
Disable runtime-level metrics reporting.
|
void |
EPMetricsService.setMetricsReportingEnabled()
Enable runtime-level metrics reporting.
|
void |
EPMetricsService.setMetricsReportingInterval(java.lang.String stmtGroupName,
long newIntervalMSec)
Sets a new interval for metrics reporting for a pre-configured statement group, or changes
the default statement reporting interval if supplying a null value for the statement group name.
|
void |
EPMetricsService.setMetricsReportingStmtDisabled(java.lang.String deploymentId,
java.lang.String statementName)
Disable metrics reporting for a given statement.
|
void |
EPMetricsService.setMetricsReportingStmtEnabled(java.lang.String deploymentId,
java.lang.String statementName)
Enable metrics reporting for the given statement.
|
Modifier and Type | Method and Description |
---|---|
static EPRuntime |
EPRuntimeProvider.getDefaultRuntime(Configuration configuration)
Returns the default runtime.
|
static EPRuntime |
EPRuntimeProvider.getRuntime(java.lang.String uri,
Configuration configuration)
Returns a runtime for a given URI.
|