Uses of Interface
com.espertech.esper.core.context.util.ContextPropertyRegistry

Packages that use ContextPropertyRegistry
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.core.start Classes related to start and stop of statements 
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.expression.core Core expression classes. 
 

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

Classes in com.espertech.esper.core.context.mgr that implement ContextPropertyRegistry
 class ContextPropertyRegistryImpl
           
 

Fields in com.espertech.esper.core.context.mgr declared as ContextPropertyRegistry
static ContextPropertyRegistry ContextPropertyRegistryImpl.EMPTY_REGISTRY
           
 

Uses of ContextPropertyRegistry in com.espertech.esper.core.context.util
 

Methods in com.espertech.esper.core.context.util that return ContextPropertyRegistry
 ContextPropertyRegistry ContextDescriptor.getContextPropertyRegistry()
           
 

Constructors in com.espertech.esper.core.context.util with parameters of type ContextPropertyRegistry
ContextDescriptor(java.lang.String contextName, boolean singleInstanceContext, ContextPropertyRegistry contextPropertyRegistry, StatementAIResourceRegistryFactory aiResourceRegistryFactory, ContextIteratorHandler iteratorHandler, ContextDetail contextDetail)
           
 

Uses of ContextPropertyRegistry in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start with parameters of type ContextPropertyRegistry
protected static SubSelectStrategyCollection EPStatementStartMethodHelperSubselect.planSubSelect(EPServicesContext services, StatementContext statementContext, boolean queryPlanLogging, SubSelectActivationCollection subSelectStreamDesc, java.lang.String[] outerStreamNames, EventType[] outerEventTypesSelect, java.lang.String[] outerEventTypeNamees, ExprDeclaredNode[] declaredExpressions, ContextPropertyRegistry contextPropertyRegistry)
           
 

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

Methods in com.espertech.esper.epl.core with parameters of type ContextPropertyRegistry
static ResultSetProcessorFactoryDesc ResultSetProcessorFactoryFactory.getProcessorPrototype(StatementSpecCompiled statementSpec, StatementContext stmtContext, StreamTypeService typeService, ViewResourceDelegateUnverified viewResourceDelegate, boolean[] isUnidirectionalStream, boolean allowAggregation, ContextPropertyRegistry contextPropertyRegistry, SelectExprProcessorDeliveryCallback selectExprProcessorCallback, ConfigurationInformation configurationInformation)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
 

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

Methods in com.espertech.esper.epl.expression.core with parameters of type ContextPropertyRegistry
static void ExprNodeUtility.addNonAggregatedProps(ExprNode exprNode, ExprNodePropOrStreamSet set, EventType[] types, ContextPropertyRegistry contextPropertyRegistry)
           
static ExprNodePropOrStreamSet ExprNodeUtility.getNonAggregatedProps(EventType[] types, java.util.List<ExprNode> exprNodes, ContextPropertyRegistry contextPropertyRegistry)
           
 


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