|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
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 |
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)
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,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
EventAdapterService eventAdapterService,
StatementResultService statementResultService,
ValueAddEventService valueAddEventService,
SelectExprEventTypeRegistry selectExprEventTypeRegistry,
MethodResolutionService methodResolutionService,
ExprEvaluatorContext exprEvaluatorContext,
VariableService variableService,
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)
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 |
---|
Methods in com.espertech.esper.epl.expression that return ContextDescriptor | |
---|---|
ContextDescriptor |
ExprValidationContext.getContextDescriptor()
|
Constructors in com.espertech.esper.epl.expression with parameters of type ContextDescriptor | |
---|---|
ExprValidationContext(StreamTypeService streamTypeService,
MethodResolutionService methodResolutionService,
ViewResourceDelegateUnverified viewResourceDelegate,
TimeProvider timeProvider,
VariableService variableService,
ExprEvaluatorContext exprEvaluatorContext,
EventAdapterService eventAdapterService,
java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
boolean disablePropertyExpressionEventCollCache,
boolean allowRollupFunctions)
|
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)
|
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)
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 |
---|
Methods in com.espertech.esper.filter with parameters of type ContextDescriptor | |
---|---|
static FilterSpecCompiled |
FilterSpecCompiler.buildNoStmtCtx(java.util.List<ExprNode> validatedNodes,
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,
ConfigurationInformation configurationInformation,
NamedWindowService namedWindowService)
|
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-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |