Uses of Class
com.espertech.esper.core.context.util.ContextDescriptor

Packages that use ContextDescriptor
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.core 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.epl.declexpr Declared expression handling. 
com.espertech.esper.epl.expression.core Core expression classes. 
com.espertech.esper.epl.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
com.espertech.esper.epl.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.epl.variable Variable service and variable collections 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
 

Uses of ContextDescriptor in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return ContextDescriptor
 ContextDescriptor ContextManagerNested.getContextDescriptor()
           
 ContextDescriptor ContextManagerImpl.getContextDescriptor()
           
 ContextDescriptor ContextManager.getContextDescriptor()
           
 ContextDescriptor ContextManagementServiceImpl.getContextDescriptor(java.lang.String contextName)
           
 ContextDescriptor ContextManagementService.getContextDescriptor(java.lang.String contextName)
           
 

Uses of ContextDescriptor in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return ContextDescriptor
 ContextDescriptor StatementContext.getContextDescriptor()
           
 

Constructors in com.espertech.esper.core.service with parameters of type ContextDescriptor
StatementContext(StatementContextEngineServices stmtEngineServices, byte[] statementIdBytes, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, StatementResultService statementResultService, InternalEventRouteDest internalEventEngineRouteDest, java.lang.annotation.Annotation[] annotations, StatementAIResourceRegistry statementAgentInstanceRegistry, StatementAgentInstanceLock defaultAgentInstanceLock, ContextDescriptor contextDescriptor, PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc, boolean statelessSelect, ContextControllerFactoryService contextControllerFactoryService, AgentInstanceScriptContext defaultAgentInstanceScriptContext, AggregationServiceFactoryService aggregationServiceFactoryService, boolean writesToTables, java.lang.Object statementUserObject)
          Constructor.
 

Uses of ContextDescriptor in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type ContextDescriptor
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(java.util.Collection<java.lang.Integer> assignedTypeNumberStack, SelectClauseElementCompiled[] selectionList, boolean isUsingWildcard, InsertIntoDesc insertIntoDesc, EventType optionalInsertIntoEventType, ForClauseSpec forClauseSpec, StreamTypeService typeService, EventAdapterService eventAdapterService, StatementResultService statementResultService, ValueAddEventService valueAddEventService, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, ExprEvaluatorContext exprEvaluatorContext, VariableService variableService, TableService tableService, TimeProvider timeProvider, java.lang.String engineURI, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configuration, SelectExprProcessorDeliveryCallback selectExprProcessorCallback, NamedWindowService namedWindowService, IntoTableSpec intoTableClause)
          Returns the processor to use for a given select-clause.
 

Uses of ContextDescriptor in com.espertech.esper.epl.declexpr
 

Methods in com.espertech.esper.epl.declexpr with parameters of type ContextDescriptor
static ExprDeclaredNodeImpl ExprDeclaredHelper.getExistsDeclaredExpr(java.lang.String name, java.util.List<ExprNode> parameters, java.util.Collection<ExpressionDeclItem> expressionDeclarations, ExprDeclaredService exprDeclaredService, ContextDescriptor contextDescriptor)
           
 

Constructors in com.espertech.esper.epl.declexpr with parameters of type ContextDescriptor
ExprDeclaredNodeImpl(ExpressionDeclItem prototype, java.util.List<ExprNode> chainParameters, ContextDescriptor contextDescriptor)
           
 

Uses of ContextDescriptor in com.espertech.esper.epl.expression.core
 

Methods in com.espertech.esper.epl.expression.core that return ContextDescriptor
 ContextDescriptor ExprValidationContext.getContextDescriptor()
           
 

Constructors in com.espertech.esper.epl.expression.core with parameters of type ContextDescriptor
ExprValidationContext(StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, ViewResourceDelegateUnverified viewResourceDelegate, TimeProvider timeProvider, VariableService variableService, TableService tableService, ExprEvaluatorContext exprEvaluatorContext, EventAdapterService eventAdapterService, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, boolean disablePropertyExpressionEventCollCache, boolean allowRollupFunctions, boolean allowBindingConsumption, boolean isUnidirectionalJoin, java.lang.String intoTableName)
           
 

Uses of ContextDescriptor in com.espertech.esper.epl.parse
 

Methods in com.espertech.esper.epl.parse with parameters of type ContextDescriptor
static void ASTLibFunctionHelper.handleLibFunc(org.antlr.v4.runtime.CommonTokenStream tokenStream, EsperEPL2GrammarParser.LibFunctionContext ctx, ConfigurationInformation configurationInformation, EngineImportService engineImportService, java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap, LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations, java.lang.String engineURI, ExpressionDeclDesc expressionDeclarations, ExprDeclaredService exprDeclaredService, java.util.List<ExpressionScriptProvided> scriptExpressions, ContextDescriptor contextDescriptor, TableService tableService, StatementSpecRaw statementSpec)
           
 

Uses of ContextDescriptor in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return ContextDescriptor
 ContextDescriptor StatementSpecMapContext.getContextDescriptor()
           
 

Constructors in com.espertech.esper.epl.spec with parameters of type ContextDescriptor
StatementSpecMapContext(EngineImportService engineImportService, VariableService variableService, ConfigurationInformation configuration, SchedulingService schedulingService, java.lang.String engineURI, PatternNodeFactory patternNodeFactory, NamedWindowService namedWindowService, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, ContextDescriptor contextDescriptor, TableService tableService)
          Ctor.
 

Uses of ContextDescriptor in com.espertech.esper.epl.variable
 

Methods in com.espertech.esper.epl.variable with parameters of type ContextDescriptor
static java.lang.String VariableServiceUtil.checkVariableContextName(ContextDescriptor contextDescriptor, VariableMetaData variableMetaData)
           
 

Uses of ContextDescriptor in com.espertech.esper.filter
 

Fields in com.espertech.esper.filter declared as ContextDescriptor
 ContextDescriptor FilterSpecCompilerArgs.contextDescriptor
           
 

Methods in com.espertech.esper.filter with parameters of type ContextDescriptor
static FilterSpecCompiled FilterSpecCompiler.buildNoStmtCtx(java.util.List<ExprNode> validatedFilterNodes, EventType eventType, java.lang.String eventTypeName, PropertyEvalSpec optionalPropertyEvalSpec, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, StreamTypeService streamTypeService, java.lang.String optionalStreamName, java.util.Collection<java.lang.Integer> assignedTypeNumberStack, ExprEvaluatorContext exprEvaluatorContext, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, TimeProvider timeProvider, VariableService variableService, TableService tableService, ConfigurationInformation configurationInformation, NamedWindowService namedWindowService)
           
 

Constructors in com.espertech.esper.filter with parameters of type ContextDescriptor
FilterSpecCompilerArgs(java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, ExprEvaluatorContext exprEvaluatorContext, java.lang.String statementName, java.lang.String statementId, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configurationInformation)
           
 

Uses of ContextDescriptor in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type ContextDescriptor
 void InstrumentationDefault.qContextScheduledEval(ContextDescriptor contextDescriptor)
           
 void Instrumentation.qContextScheduledEval(ContextDescriptor contextDescriptor)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com