Interface ContextManager
- All Superinterfaces:
FilterFaultHandler
- All Known Implementing Classes:
ContextManagerResident
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(ContextPartitionStateListener listener) void
addStatement
(ContextControllerStatementDesc statement, boolean recovery) allocateAgentInstanceResourceRegistry
(AIRegistryRequirements registryRequirements) allocateNewRealization
(AgentInstanceContext agentInstanceContext) void
int
countStatements
(Function<StatementContext, Boolean> filter) void
getContextAgentInstanceInfo
(StatementContext statementContextOfStatement, int agentInstanceId) getContextIdentifier
(int agentInstanceId) long
getContextPartitions
(int contextPartitionId) getContextPartitions
(ContextPartitionSelector selector) getContextPropertiesEvent
(int contextPartitionId) int
void
removeListener
(ContextPartitionStateListener listener) void
void
setStatementContext
(StatementContext statementContext) void
stopStatement
(int statementId, String statementName, String statementDeploymentId) Methods inherited from interface com.espertech.esper.common.internal.context.util.FilterFaultHandler
handleFilterFault
-
Method Details
-
setStatementContext
-
addStatement
-
stopStatement
-
countStatements
-
getStatements
Map<Integer,ContextControllerStatementDesc> getStatements() -
getNumNestingLevels
int getNumNestingLevels() -
getContextAgentInstanceInfo
ContextAgentInstanceInfo getContextAgentInstanceInfo(StatementContext statementContextOfStatement, int agentInstanceId) -
getRealization
ContextManagerRealization getRealization() -
getContextRuntimeDescriptor
ContextRuntimeDescriptor getContextRuntimeDescriptor() -
allocateAgentInstanceResourceRegistry
StatementAIResourceRegistry allocateAgentInstanceResourceRegistry(AIRegistryRequirements registryRequirements) -
getContextPartitionKeySerdes
DataInputOutputSerde[] getContextPartitionKeySerdes() -
allocateNewRealization
-
getContextPartitions
-
getContextPropertiesEvent
-
getContextIdentifier
-
getContextPartitions
-
getContextPartitionIds
-
getContextPartitionCount
long getContextPartitionCount() -
addListener
-
removeListener
-
getListeners
Iterator<ContextPartitionStateListener> getListeners() -
removeListeners
void removeListeners() -
destroyContext
void destroyContext() -
clearCaches
void clearCaches()
-