Modifier and Type | Method and Description |
---|---|
VariableManagementService |
EPStatementInitServices.getVariableManagementService() |
Modifier and Type | Method and Description |
---|---|
VariableManagementService |
StatementContextRuntimeServices.getVariableManagementService() |
VariableManagementService |
StatementContextFilterEvalEnv.getVariableManagementService() |
VariableManagementService |
StatementContext.getVariableManagementService() |
VariableManagementService |
ExprEvaluatorContextWTableAccess.getVariableManagementService() |
VariableManagementService |
ExprEvaluatorContextStatement.getVariableManagementService() |
VariableManagementService |
AgentInstanceContext.getVariableManagementService() |
Constructor and Description |
---|
StatementContextFilterEvalEnv(ClasspathImportServiceRuntime classpathImportServiceRuntime,
Annotation[] annotations,
VariableManagementService variableManagementService,
TableExprEvaluatorContext tableExprEvaluatorContext) |
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 |
---|---|
VariableManagementService |
ExprEvaluatorContext.getVariableManagementService() |
Modifier and Type | Class and Description |
---|---|
class |
VariableManagementServiceImpl
Variables service for reading and writing variables, and for setting a version number for the current thread to
consider variables for.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
VariableReadWritePackage.iterate(VariableManagementService variableManagementService,
int agentInstanceId)
Iterate returning all values.
|
Modifier and Type | Field and Description |
---|---|
protected VariableManagementService |
ExprNodeAdapterSSVariables.variableService |
protected VariableManagementService |
ExprNodeAdapterSSStmtLock.variableService |
Modifier and Type | Method and Description |
---|---|
protected ExprNodeAdapterBase |
FilterBooleanExpressionFactoryImpl.getLockableMultiStream(FilterSpecParamExprNode factory,
ExprEvaluatorContext exprEvaluatorContext,
VariableManagementService variableServiceToUse,
ClasspathImportServiceRuntime classpathImportService,
EventBean[] events,
Annotation[] annotations,
int agentInstanceId) |
protected ExprNodeAdapterBase |
FilterBooleanExpressionFactoryImpl.getLockableSingle(FilterSpecParamExprNode factory,
ExprEvaluatorContext exprEvaluatorContext,
VariableManagementService variableService,
ClasspathImportServiceRuntime classpathImportService,
Annotation[] annotations,
int agentInstanceId) |
Constructor and Description |
---|
ExprNodeAdapterMSPlain(FilterSpecParamExprNode factory,
ExprEvaluatorContext evaluatorContext,
EventBean[] prototype,
VariableManagementService variableService) |
ExprNodeAdapterSSStmtLock(FilterSpecParamExprNode factory,
ExprEvaluatorContext evaluatorContext,
VariableManagementService variableService) |
Modifier and Type | Method and Description |
---|---|
VariableManagementService |
AgentInstanceViewFactoryChainContext.getVariableManagementService() |
Copyright © 2005–2022. All rights reserved.