com.espertech.esper.core.service.resource
Class StatementResourceService
java.lang.Object
com.espertech.esper.core.service.resource.StatementResourceService
public class StatementResourceService
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementResourceService
public StatementResourceService(boolean partitioned)
getResourcesUnpartitioned
public StatementResourceHolder getResourcesUnpartitioned()
getResourcesPartitioned
public java.util.Map<java.lang.Integer,StatementResourceHolder> getResourcesPartitioned()
getContextEndEndpoints
public java.util.Map<ContextStatePathKey,EvalRootState> getContextEndEndpoints()
getContextStartEndpoints
public java.util.Map<ContextStatePathKey,EvalRootState> getContextStartEndpoints()
startContextPattern
public void startContextPattern(EvalRootState patternStopCallback,
boolean startEndpoint,
ContextStatePathKey path)
stopContextPattern
public void stopContextPattern(boolean startEndpoint,
ContextStatePathKey path)
getPartitioned
public StatementResourceHolder getPartitioned(int agentInstanceId)
setUnpartitioned
public void setUnpartitioned(StatementResourceHolder statementResourceHolder)
setPartitioned
public void setPartitioned(int agentInstanceId,
StatementResourceHolder statementResourceHolder)
getUnpartitioned
public StatementResourceHolder getUnpartitioned()
deallocatePartitioned
public void deallocatePartitioned(int agentInstanceId)
deallocateUnpartitioned
public void deallocateUnpartitioned()