Uses of Class
com.espertech.esper.common.internal.context.compile.ContextMetaData
Packages that use ContextMetaData
Package
Description
-
Uses of ContextMetaData in com.espertech.esper.common.internal.context.aifactory.core
Methods in com.espertech.esper.common.internal.context.aifactory.core that return types with arguments of type ContextMetaData -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.compile
Methods in com.espertech.esper.common.internal.context.compile that return ContextMetaDataModifier and TypeMethodDescriptionContextCompileTimeResolver.getContextInfo
(String contextName) ContextCompileTimeResolverEmpty.getContextInfo
(String contextName) ContextCompileTimeResolverImpl.getContextInfo
(String contextName) Methods in com.espertech.esper.common.internal.context.compile that return types with arguments of type ContextMetaDataMethods in com.espertech.esper.common.internal.context.compile with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
ContextCompileTimeRegistry.newContext
(ContextMetaData detail) void
ContextCollector.registerContext
(String contextName, ContextMetaData contextDetail) void
ContextCollectorImpl.registerContext
(String contextName, ContextMetaData contextDetail) Constructor parameters in com.espertech.esper.common.internal.context.compile with type arguments of type ContextMetaDataModifierConstructorDescriptionContextCollectorImpl
(Map<String, ContextMetaData> moduleContexts) ContextCompileTimeResolverImpl
(String moduleName, Set<String> moduleUses, ContextCompileTimeRegistry locals, PathRegistry<String, ContextMetaData> path, ModuleDependenciesCompileTime moduleDependencies, boolean isFireAndForget) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.controller.category
Methods in com.espertech.esper.common.internal.context.controller.category with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
ContextControllerCategoryFactoryForge.planStateSettings
(ContextMetaData detail, FabricCharge fabricCharge, int controllerLevel, String nestedContextName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.controller.core
Methods in com.espertech.esper.common.internal.context.controller.core with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
ContextControllerFactoryForge.planStateSettings
(ContextMetaData detail, FabricCharge fabricCharge, int controllerLevel, String nestedContextName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.controller.hash
Methods in com.espertech.esper.common.internal.context.controller.hash with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
ContextControllerHashFactoryForge.planStateSettings
(ContextMetaData detail, FabricCharge fabricCharge, int controllerLevel, String nestedContextName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.controller.initterm
Methods in com.espertech.esper.common.internal.context.controller.initterm with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
ContextControllerInitTermFactoryForge.planStateSettings
(ContextMetaData detail, FabricCharge fabricCharge, int controllerLevel, String nestedContextName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.controller.keyed
Methods in com.espertech.esper.common.internal.context.controller.keyed with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
ContextControllerKeyedFactoryForge.planStateSettings
(ContextMetaData detail, FabricCharge fabricCharge, int controllerLevel, String nestedContextName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.mgr
Method parameters in com.espertech.esper.common.internal.context.mgr with type arguments of type ContextMetaDataModifier and TypeMethodDescriptionstatic String
ContextDeployTimeResolver.resolveContextDeploymentId
(String contextModuleName, NameAccessModifier contextVisibility, String contextName, String myDeploymentId, PathRegistry<String, ContextMetaData> pathContextRegistry) -
Uses of ContextMetaData in com.espertech.esper.common.internal.context.util
Methods in com.espertech.esper.common.internal.context.util that return types with arguments of type ContextMetaDataModifier and TypeMethodDescriptionStatementContextRuntimeServices.getContextPathRegistry()
StatementContext.getPathContextRegistry()
StatementContextRuntimeServices.getPathContextRegistry()
Constructors in com.espertech.esper.common.internal.context.util with parameters of type ContextMetaDataConstructor parameters in com.espertech.esper.common.internal.context.util with type arguments of type ContextMetaDataModifierConstructorDescriptionStatementContextRuntimeServices
(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 ContextMetaData in com.espertech.esper.common.internal.epl.util
Methods in com.espertech.esper.common.internal.epl.util that return types with arguments of type ContextMetaData -
Uses of ContextMetaData in com.espertech.esper.common.internal.statemgmtsettings
Methods in com.espertech.esper.common.internal.statemgmtsettings with parameters of type ContextMetaDataModifier and TypeMethodDescriptionvoid
StateMgmtSettingsProviderContext.context
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerFactoryForge[] controllerFactoryForges) void
StateMgmtSettingsProviderContextDefault.context
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerFactoryForge[] controllerFactoryForges) StateMgmtSettingsProviderContext.contextCategory
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerCategoryFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContextDefault.contextCategory
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerCategoryFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContext.contextHash
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerHashFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContextDefault.contextHash
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerHashFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContext.contextInitTerm
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContextDefault.contextInitTerm
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContext.contextInitTermDistinct
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContextDefault.contextInitTermDistinct
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContext.contextKeyed
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContextDefault.contextKeyed
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContext.contextKeyedTerm
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContextDefault.contextKeyedTerm
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) StateMgmtSettingsProviderContext.contextPartitionId
(FabricCharge fabricCharge, StatementRawInfo statementRawInfo, ContextMetaData contextMetaData) StateMgmtSettingsProviderContextDefault.contextPartitionId
(FabricCharge fabricCharge, StatementRawInfo statementRawInfo, ContextMetaData contextMetaData)