Uses of Class
com.espertech.esper.common.client.configuration.ConfigurationException
Package
Description
Configuration classes.
Configuration classes for the common section, which is relevant to both the compiler and the runtime
This package defines the Esper Client APIs for metrics reporting, and consists of the metrics reporting events
(enable via configuration).
Runtime API: Runs compiled EPL.
-
Uses of ConfigurationException in com.espertech.esper.common.client.configuration
Modifier and TypeMethodDescriptionstatic String
ConfigurationSchema7To8Upgrade.upgrade
(InputStream inputStream, String name) Convert a schema from the input stream -
Uses of ConfigurationException in com.espertech.esper.common.client.configuration.common
Modifier and TypeMethodDescriptionvoid
ConfigurationCommon.addEventType
(String eventTypeName, String[] propertyNames, Object[] propertyTypes, ConfigurationCommonEventTypeObjectArray optionalConfiguration) Add an event type that represents Object-array (Object[]) events. -
Uses of ConfigurationException in com.espertech.esper.common.client.metric
Modifier and TypeMethodDescriptionvoid
EPMetricsService.setMetricsReportingDisabled()
Disable runtime-level metrics reporting.void
EPMetricsService.setMetricsReportingEnabled()
Enable runtime-level metrics reporting.void
EPMetricsService.setMetricsReportingInterval
(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
(String deploymentId, String statementName) Disable metrics reporting for a given statement.void
EPMetricsService.setMetricsReportingStmtEnabled
(String deploymentId, String statementName) Enable metrics reporting for the given statement. -
Uses of ConfigurationException in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionstatic EPRuntime
EPRuntimeProvider.getDefaultRuntime
(Configuration configuration) Returns the default runtime.static EPRuntime
EPRuntimeProvider.getDefaultRuntime
(Configuration configuration, EPRuntimeOptions options) Returns the default runtime.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri, Configuration configuration) Returns a runtime for a given URI.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri, Configuration configuration, EPRuntimeOptions options) Returns a runtime for a given URI.