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.common.internal.compile.stage1.spec |
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.
|
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static String |
ConfigurationSchema7To8Upgrade.upgrade(InputStream inputStream,
String name)
Convert a schema from the input stream
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(String eventTypeName,
String[] propertyNames,
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(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.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
VariableUtil.configureVariables(VariableRepositoryPreconfigured repo,
Map<String,ConfigurationCommonVariable> variables,
ClasspathImportService classpathImportService,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeUtility.validateTimestampProperties(EventType eventType,
String startTimestampProperty,
String endTimestampProperty) |
Modifier and Type | Method and Description |
---|---|
static String |
DOMUtil.getRequiredAttribute(Node node,
String key) |
Copyright © 2005–2018. All rights reserved.