com.espertech.esper.core.service.resource
Class StatementResourceService

java.lang.Object
  extended by com.espertech.esper.core.service.resource.StatementResourceService

public class StatementResourceService
extends java.lang.Object


Constructor Summary
StatementResourceService()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementResourceService

public StatementResourceService()
Method Detail

getResourcesZero

public StatementResourceHolder getResourcesZero()

getResourcesNonZero

public java.util.Map<java.lang.Integer,StatementResourceHolder> getResourcesNonZero()

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)

startContextPartition

public void startContextPartition(StatementAgentInstanceFactoryResult startResult,
                                  int agentInstanceId)

endContextPartition

public void endContextPartition(int agentInstanceId)

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com