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).
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
This package defines the internal event APIs.
Utility classes that center around Java type handling, printing, reflection, debugging
-
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.common.internal.compile.stage1.spec
Modifier and TypeMethodDescriptionvoid
PluggableObjectCollection.addPatternObjects
(List<ConfigurationCompilerPlugInPatternObject> configPattern, ClasspathImportServiceCompileTime classpathImportService) Add a plug-in pattern object.void
PluggableObjectCollection.addViews
(List<ConfigurationCompilerPlugInView> configurationPlugInViews, List<ConfigurationCompilerPlugInVirtualDataWindow> configurationPlugInVirtualDW, ClasspathImportServiceCompileTime classpathImportService) Add a plug-in view. -
Uses of ConfigurationException in com.espertech.esper.common.internal.epl.variable.core
Modifier and TypeMethodDescriptionstatic void
VariableUtil.configureVariables
(VariableRepositoryPreconfigured repo, Map<String, ConfigurationCommonVariable> variables, ClasspathImportService classpathImportService, EventBeanTypedEventFactory eventBeanTypedEventFactory, EventTypeRepositoryImpl eventTypeRepositoryPreconfigured, BeanEventTypeFactory beanEventTypeFactory) -
Uses of ConfigurationException in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionstatic void
EventTypeUtility.validateTimestampProperties
(EventType eventType, String startTimestampProperty, String endTimestampProperty) -
Uses of ConfigurationException in com.espertech.esper.common.internal.util
Modifier and TypeMethodDescriptionstatic String
DOMUtil.getRequiredAttribute
(Node node, String key)