Uses of Class
com.espertech.esper.common.client.configuration.Configuration
Package
Description
Configuration classes.
JavaBean and legacy Java underlying event classes are here.
Utility classes that center around Java type handling, printing, reflection, debugging
-
Uses of Configuration in com.espertech.esper.common.client.configuration
Modifier and TypeMethodDescriptionConfiguration.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the configuration specified in the given application file.Use the configuration specified in the given application resource.Use the configuration specified by the given URL.Use the mappings and properties specified in the given XML document. -
Uses of Configuration in com.espertech.esper.common.client.hook.recompile
ModifierConstructorDescriptionEPRecompileProviderContext
(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. -
Uses of Configuration in com.espertech.esper.common.internal.compile.stage1.specmapper
Modifier and TypeMethodDescriptionStatementSpecMapContext.getConfiguration()
Returns the configuration.StatementSpecMapEnv.getConfiguration()
ModifierConstructorDescriptionStatementSpecMapEnv
(ClasspathImportServiceCompileTime classpathImportService, VariableCompileTimeResolver variableCompileTimeResolver, Configuration configuration, ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver, ContextCompileTimeResolver contextCompileTimeResolver, TableCompileTimeResolver tableCompileTimeResolver, ScriptCompileTimeResolver scriptCompileTimeResolver, CompilerServices compilerServices, ClassProvidedClasspathExtension classProvidedClasspathExtension) -
Uses of Configuration in com.espertech.esper.common.internal.compile.stage3
Modifier and TypeMethodDescriptionModuleCompileTimeServices.getConfiguration()
StatementCompileTimeServices.getConfiguration()
Modifier and TypeMethodDescriptionvoid
ModuleCompileTimeServices.setConfiguration
(Configuration configuration) ModifierConstructorDescriptionModuleCompileTimeServices
(CompilerAbstraction compilerAbstraction, 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, EventTypeXMLXSDHandler eventTypeXMLXSDHandler, 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) -
Uses of Configuration in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionAgentInstanceContext.getConfigSnapshot()
StatementContext.getConfigSnapshot()
StatementContextRuntimeServices.getConfigSnapshot()
ModifierConstructorDescriptionStatementContextRuntimeServices
(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) -
Uses of Configuration in com.espertech.esper.common.internal.epl.dataflow.util
Modifier and TypeMethodDescriptionstatic void
DefaultSupportGraphEventUtil.addTypeConfiguration
(Configuration configuration) -
Uses of Configuration in com.espertech.esper.common.internal.epl.resultset.core
Modifier and TypeMethodDescriptionstatic boolean
ResultSetProcessorOutputConditionType.getOutputLimitOpt
(Annotation[] annotations, Configuration configuration, boolean hasOrderBy) -
Uses of Configuration in com.espertech.esper.common.internal.epl.resultset.select.core
-
Uses of Configuration in com.espertech.esper.common.internal.event.bean.core
Modifier and TypeMethodDescriptionstatic BeanEventTypeStemService
BeanEventTypeRepoUtil.makeBeanEventTypeStemService
(Configuration configurationSnapshot, Map<String, EPTypeClass> resolvedBeanEventTypes, EventBeanTypedEventFactory eventBeanTypedEventFactory) -
Uses of Configuration in com.espertech.esper.common.internal.support
Modifier and TypeMethodDescriptionstatic EventRepresentationChoice
EventRepresentationChoice.getEngineDefault
(Configuration configuration) -
Uses of Configuration in com.espertech.esper.common.internal.util
Modifier and TypeMethodDescriptionstatic void
ConfigurationParser.doConfigure
(Configuration configuration, InputStream stream, String resourceName) Use the configuration specified in the given input stream.static void
ConfigurationParser.doConfigure
(Configuration configuration, Document doc) Parse the W3C DOM document.static EventUnderlyingType
EventRepresentationUtil.getRepresentation
(Annotation[] annotations, Configuration configs, CreateSchemaDesc.AssignedType assignedType) -
Uses of Configuration in com.espertech.esper.common.internal.view.core
Modifier and TypeMethodDescriptionViewFactoryForgeArgs.getConfiguration()
ViewForgeEnv.getConfiguration()