Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerCategory |
class |
ContextControllerHash |
class |
ContextControllerInitTerm |
class |
ContextControllerPartitioned |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerPartitionedFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerInitTermFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerHashFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerFactory.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerCategoryFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextManagerNestedInstanceHandle.getController() |
ContextController |
ContextControllerTreeEntry.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ContextController> |
ContextControllerTreeEntry.getChildContexts() |
java.util.Map<ContextController,java.util.List<ContextPartitionVisitorStateWithPath.LeafDesc>> |
ContextPartitionVisitorStateWithPath.getControllerAgentInstances() |
Modifier and Type | Method and Description |
---|---|
ContextControllerInstanceHandle |
ContextManagerNested.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subPathId,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state,
java.util.function.Supplier<ContextPartitionIdentifier> identifier) |
ContextControllerInstanceHandle |
ContextManagerImpl.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subPathId,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state,
java.util.function.Supplier<ContextPartitionIdentifier> identifier) |
ContextControllerInstanceHandle |
ContextControllerLifecycleCallback.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subpath,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state,
java.util.function.Supplier<ContextPartitionIdentifier> identifier) |
void |
ContextManagerNested.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload,
boolean isRecoveringResilient) |
void |
ContextManagerImpl.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload,
boolean isRecoveringResilient) |
void |
ContextControllerLifecycleCallback.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload,
boolean isRecoveringResilient) |
void |
ContextPartitionVisitorStateWithPath.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitorState.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitorAgentInstanceIdWPath.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitorAgentInstanceId.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitor.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
Modifier and Type | Method and Description |
---|---|
protected static ContextPartitionIdentifier[] |
ContextManagerNested.getTreeCompositeKey(ContextControllerFactory[] nestedContextFactories,
java.lang.Object initPartitionKey,
ContextControllerTreeEntry treeEntry,
java.util.Map<ContextController,ContextControllerTreeEntry> subcontexts) |
void |
ContextControllerTreeEntry.setChildContexts(java.util.Map<java.lang.Integer,ContextController> childContexts) |
Constructor and Description |
---|
ContextControllerTreeEntry(ContextController parent,
java.util.Map<java.lang.Integer,ContextController> childContexts,
java.lang.Object initPartitionKey,
java.util.Map<java.lang.String,java.lang.Object> initContextProperties) |
ContextManagerNestedInstanceHandle(int subPathId,
ContextController controller,
int contextPartitionOrPathId,
boolean branch,
ContextControllerTreeAgentInstanceList branchAgentInstances) |
Constructor and Description |
---|
ContextControllerTreeEntry(ContextController parent,
java.util.Map<java.lang.Integer,ContextController> childContexts,
java.lang.Object initPartitionKey,
java.util.Map<java.lang.String,java.lang.Object> initContextProperties) |
ContextPartitionVisitorStateWithPath(ContextControllerFactory[] nestedFactories,
java.util.Map<ContextController,ContextControllerTreeEntry> subcontexts) |