Class StatementCPCacheService
java.lang.Object
com.espertech.esper.common.internal.context.util.StatementCPCacheService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStatementCPCacheService
(boolean contextPartitioned, StatementResourceService statementResourceService, StatementAIResourceRegistry statementAgentInstanceRegistry) -
Method Summary
Modifier and TypeMethodDescriptionint
clear
(StatementContext statementContext) boolean
makeOrGetEntryCanNull
(int agentInstanceId, StatementContext statementContext)
-
Field Details
-
DEFAULT_AGENT_INSTANCE_ID
public static final int DEFAULT_AGENT_INSTANCE_ID- See Also:
-
-
Constructor Details
-
StatementCPCacheService
public StatementCPCacheService(boolean contextPartitioned, StatementResourceService statementResourceService, StatementAIResourceRegistry statementAgentInstanceRegistry)
-
-
Method Details
-
getStatementResourceService
-
makeOrGetEntryCanNull
public StatementResourceHolder makeOrGetEntryCanNull(int agentInstanceId, StatementContext statementContext) -
isContextPartitioned
public boolean isContextPartitioned() -
clear
-