Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.common.client.hook.recompile | |
com.espertech.esper.common.internal.compile.stage1.specmapper | |
com.espertech.esper.common.internal.compile.stage3 | |
com.espertech.esper.common.internal.context.util | |
com.espertech.esper.common.internal.epl.dataflow.util | |
com.espertech.esper.common.internal.epl.resultset.core | |
com.espertech.esper.common.internal.epl.resultset.select.core | |
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.support | |
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
com.espertech.esper.common.internal.view.core |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.configure()
Use the configuration specified in an application
resource named esper.cfg.xml.
|
Configuration |
Configuration.configure(Document document)
Use the mappings and properties specified in the given XML document.
|
Configuration |
Configuration.configure(File configFile)
Use the configuration specified in the given application
file.
|
Configuration |
Configuration.configure(String resource)
Use the configuration specified in the given application
resource.
|
Configuration |
Configuration.configure(URL url)
Use the configuration specified by the given URL.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
EPRecompileProviderContext.getConfiguration() |
Constructor and Description |
---|
EPRecompileProviderContext(EPCompiled compiled,
Configuration configuration,
String deploymentId,
String moduleName,
Map<ModuleProperty,Object> moduleProperties,
List<EPCompiled> path,
int statementIdFirstStatement,
Map<Integer,Object> userObjectsRuntime,
Map<Integer,String> statementNamesWhenProvidedByAPI,
Map<Integer,Map<Integer,Object>> substitutionParameters)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
StatementSpecMapEnv.getConfiguration() |
Configuration |
StatementSpecMapContext.getConfiguration()
Returns the configuration.
|
Constructor and Description |
---|
StatementSpecMapEnv(ClasspathImportServiceCompileTime classpathImportService,
VariableCompileTimeResolver variableCompileTimeResolver,
Configuration configuration,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
ContextCompileTimeResolver contextCompileTimeResolver,
TableCompileTimeResolver tableCompileTimeResolver,
ScriptCompileTimeResolver scriptCompileTimeResolver,
CompilerServices compilerServices,
ClassProvidedClasspathExtension classProvidedClasspathExtension) |
Modifier and Type | Method and Description |
---|---|
Configuration |
StatementCompileTimeServices.getConfiguration() |
Configuration |
ModuleCompileTimeServices.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleCompileTimeServices.setConfiguration(Configuration configuration) |
Constructor and Description |
---|
ModuleCompileTimeServices(CompilerServices compilerServices,
Configuration configuration,
ClassProvidedCompileTimeRegistry classProvidedCompileTimeRegistry,
ClassProvidedCompileTimeResolver classProvidedCompileTimeResolver,
ContextCompileTimeRegistry contextCompileTimeRegistry,
ContextCompileTimeResolver contextCompileTimeResolver,
BeanEventTypeStemService beanEventTypeStemService,
BeanEventTypeFactoryPrivate beanEventTypeFactoryPrivate,
DatabaseConfigServiceCompileTime databaseConfigServiceCompileTime,
ClasspathImportServiceCompileTime classpathImportService,
ExprDeclaredCompileTimeRegistry exprDeclaredCompileTimeRegistry,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
EventTypeAvroHandler eventTypeAvroHandler,
EventTypeCompileTimeRegistry eventTypeCompileTimeRegistry,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
boolean fireAndForget,
IndexCompileTimeRegistry indexCompileTimeRegistry,
ModuleDependenciesCompileTime moduleDependencies,
ModuleAccessModifierService moduleVisibilityRules,
NamedWindowCompileTimeResolver namedWindowCompileTimeResolver,
NamedWindowCompileTimeRegistry namedWindowCompileTimeRegistry,
StateMgmtSettingsProvider stateMgmtSettingsProvider,
ParentClassLoader parentClassLoader,
PatternObjectResolutionService patternObjectResolutionService,
ScriptCompileTimeRegistry scriptCompileTimeRegistry,
ScriptCompileTimeResolver scriptCompileTimeResolver,
SerdeEventTypeCompileTimeRegistry serdeEventTypeRegistry,
SerdeCompileTimeResolver serdeResolver,
TableCompileTimeRegistry tableCompileTimeRegistry,
TableCompileTimeResolver tableCompileTimeResolver,
VariableCompileTimeRegistry variableCompileTimeRegistry,
VariableCompileTimeResolver variableCompileTimeResolver,
ViewResolutionService viewResolutionService,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
Configuration |
StatementContextRuntimeServices.getConfigSnapshot() |
Configuration |
StatementContext.getConfigSnapshot() |
Configuration |
AgentInstanceContext.getConfigSnapshot() |
Constructor and Description |
---|
StatementContextRuntimeServices(Configuration configSnapshot,
ContextManagementService contextManagementService,
PathRegistry<String,ContextMetaData> contextPathRegistry,
ContextServiceFactory contextServiceFactory,
DatabaseConfigServiceRuntime databaseConfigService,
DataFlowFilterServiceAdapter dataFlowFilterServiceAdapter,
EPDataFlowServiceImpl dataflowService,
String runtimeURI,
Context runtimeEnvContext,
ClasspathImportServiceRuntime classpathImportServiceRuntime,
RuntimeSettingsService runtimeSettingsService,
RuntimeExtensionServices runtimeExtensionServices,
Object epRuntime,
EPRenderEventService epRuntimeRenderEvent,
EventServiceSendEventCommon eventServiceSendEventInternal,
EPRuntimeEventProcessWrapped epRuntimeEventProcessWrapped,
EventBeanService eventBeanService,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTableIndexService eventTableIndexService,
EventTypeAvroHandler eventTypeAvroHandler,
PathRegistry<String,EventType> eventTypePathRegistry,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
EventTypeResolvingBeanFactory eventTypeResolvingBeanFactory,
ManagedReadWriteLock eventProcessingRWLock,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
FilterSharedBoolExprRepository filterSharedBoolExprRepository,
FilterSharedLookupableRepository filterSharedLookupableRepository,
HistoricalDataCacheFactory historicalDataCacheFactory,
InternalEventRouter internalEventRouter,
MetricReportingService metricReportingService,
NamedWindowConsumerManagementService namedWindowConsumerManagementService,
NamedWindowManagementService namedWindowManagementService,
PathRegistry<String,ContextMetaData> pathContextRegistry,
PathRegistry<String,NamedWindowMetaData> pathNamedWindowRegistry,
RowRecogStateRepoFactory rowRecogStateRepoFactory,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
SchedulingService schedulingService,
StatementAgentInstanceLockFactory statementAgentInstanceLockFactory,
StatementResourceHolderBuilder statementResourceHolderBuilder,
TableExprEvaluatorContext tableExprEvaluatorContext,
TableManagementService tableManagementService,
VariableManagementService variableManagementService,
ViewFactoryService viewFactoryService,
ViewServicePreviousFactory viewServicePreviousFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultSupportGraphEventUtil.addTypeConfiguration(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ResultSetProcessorOutputConditionType.getOutputLimitOpt(Annotation[] annotations,
Configuration configuration,
boolean hasOrderBy) |
Modifier and Type | Method and Description |
---|---|
Configuration |
SelectProcessorArgs.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static BeanEventTypeStemService |
BeanEventTypeRepoUtil.makeBeanEventTypeStemService(Configuration configurationSnapshot,
Map<String,EPTypeClass> resolvedBeanEventTypes,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Method and Description |
---|---|
static EventRepresentationChoice |
EventRepresentationChoice.getEngineDefault(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationParser.doConfigure(Configuration configuration,
Document doc)
Parse the W3C DOM document.
|
static void |
ConfigurationParser.doConfigure(Configuration configuration,
InputStream stream,
String resourceName)
Use the configuration specified in the given input stream.
|
static EventUnderlyingType |
EventRepresentationUtil.getRepresentation(Annotation[] annotations,
Configuration configs,
CreateSchemaDesc.AssignedType assignedType) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ViewForgeEnv.getConfiguration() |
Configuration |
ViewFactoryForgeArgs.getConfiguration() |
Copyright © 2005–2021. All rights reserved.