public class StatementResourceService
extends java.lang.Object
Constructor and Description |
---|
StatementResourceService() |
Modifier and Type | Method and Description |
---|---|
void |
endContextPartition(int agentInstanceId) |
java.util.Map<ContextStatePathKey,EvalRootState> |
getContextEndEndpoints() |
java.util.Map<ContextStatePathKey,EvalRootState> |
getContextStartEndpoints() |
java.util.Map<java.lang.Integer,StatementResourceHolder> |
getResourcesNonZero() |
StatementResourceHolder |
getResourcesZero() |
void |
startContextPartition(StatementAgentInstanceFactoryResult startResult,
int agentInstanceId) |
void |
startContextPattern(EvalRootState patternStopCallback,
boolean startEndpoint,
ContextStatePathKey path) |
void |
stopContextPattern(boolean startEndpoint,
ContextStatePathKey path) |
public StatementResourceHolder getResourcesZero()
public java.util.Map<java.lang.Integer,StatementResourceHolder> getResourcesNonZero()
public java.util.Map<ContextStatePathKey,EvalRootState> getContextEndEndpoints()
public java.util.Map<ContextStatePathKey,EvalRootState> getContextStartEndpoints()
public void startContextPattern(EvalRootState patternStopCallback, boolean startEndpoint, ContextStatePathKey path)
public void stopContextPattern(boolean startEndpoint, ContextStatePathKey path)
public void startContextPartition(StatementAgentInstanceFactoryResult startResult, int agentInstanceId)
public void endContextPartition(int agentInstanceId)