public class StatementResourceService extends Object
Constructor and Description |
---|
StatementResourceService(boolean partitioned) |
Modifier and Type | Method and Description |
---|---|
StatementResourceHolder |
deallocatePartitioned(int agentInstanceId) |
StatementResourceHolder |
deallocateUnpartitioned() |
Map<ContextStatePathKey,EvalRootState> |
getContextEndEndpoints() |
Map<ContextStatePathKey,EvalRootState> |
getContextStartEndpoints() |
StatementResourceHolder |
getPartitioned(int agentInstanceId) |
Map<Integer,StatementResourceHolder> |
getResourcesPartitioned() |
StatementResourceHolder |
getResourcesUnpartitioned() |
StatementResourceHolder |
getUnpartitioned() |
void |
setPartitioned(int agentInstanceId,
StatementResourceHolder statementResourceHolder) |
void |
setUnpartitioned(StatementResourceHolder statementResourceHolder) |
void |
startContextPattern(EvalRootState patternStopCallback,
boolean startEndpoint,
ContextStatePathKey path) |
void |
stopContextPattern(boolean startEndpoint,
ContextStatePathKey path) |
public StatementResourceHolder getResourcesUnpartitioned()
public Map<Integer,StatementResourceHolder> getResourcesPartitioned()
public Map<ContextStatePathKey,EvalRootState> getContextEndEndpoints()
public Map<ContextStatePathKey,EvalRootState> getContextStartEndpoints()
public void startContextPattern(EvalRootState patternStopCallback, boolean startEndpoint, ContextStatePathKey path)
public void stopContextPattern(boolean startEndpoint, ContextStatePathKey path)
public StatementResourceHolder getPartitioned(int agentInstanceId)
public void setUnpartitioned(StatementResourceHolder statementResourceHolder)
public void setPartitioned(int agentInstanceId, StatementResourceHolder statementResourceHolder)
public StatementResourceHolder getUnpartitioned()
public StatementResourceHolder deallocatePartitioned(int agentInstanceId)
public StatementResourceHolder deallocateUnpartitioned()