Class EPContextPartitionServiceImpl
java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.EPContextPartitionServiceImpl
- All Implemented Interfaces:
com.espertech.esper.common.client.context.EPContextPartitionService
public class EPContextPartitionServiceImpl
extends Object
implements com.espertech.esper.common.client.context.EPContextPartitionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContextPartitionStateListener
(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionStateListener listener) void
addContextStateListener
(com.espertech.esper.common.client.context.ContextStateListener listener) int
getContextNestingLevel
(String deploymentId, String contextName) long
getContextPartitionCount
(String deploymentId, String contextName) getContextPartitionIds
(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionSelector selector) com.espertech.esper.common.client.context.ContextPartitionCollection
getContextPartitions
(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionSelector selector) Iterator<com.espertech.esper.common.client.context.ContextPartitionStateListener>
getContextPartitionStateListeners
(String deploymentId, String contextName) getContextProperties
(String deploymentId, String contextName, int contextPartitionId) Iterator<com.espertech.esper.common.client.context.ContextStateListener>
String[]
getContextStatementNames
(String deploymentId, String contextName) com.espertech.esper.common.client.context.ContextPartitionIdentifier
getIdentifier
(String deploymentId, String contextName, int agentInstanceId) void
removeContextPartitionStateListener
(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionStateListener listener) void
removeContextPartitionStateListeners
(String deploymentId, String contextName) void
removeContextStateListener
(com.espertech.esper.common.client.context.ContextStateListener listener) void
-
Constructor Details
-
EPContextPartitionServiceImpl
-
-
Method Details
-
getContextStatementNames
- Specified by:
getContextStatementNames
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextNestingLevel
- Specified by:
getContextNestingLevel
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextPartitions
public com.espertech.esper.common.client.context.ContextPartitionCollection getContextPartitions(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionSelector selector) - Specified by:
getContextPartitions
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextPartitionIds
public Set<Integer> getContextPartitionIds(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionSelector selector) - Specified by:
getContextPartitionIds
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextPartitionCount
- Specified by:
getContextPartitionCount
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getIdentifier
public com.espertech.esper.common.client.context.ContextPartitionIdentifier getIdentifier(String deploymentId, String contextName, int agentInstanceId) - Specified by:
getIdentifier
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
addContextStateListener
public void addContextStateListener(com.espertech.esper.common.client.context.ContextStateListener listener) - Specified by:
addContextStateListener
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
removeContextStateListener
public void removeContextStateListener(com.espertech.esper.common.client.context.ContextStateListener listener) - Specified by:
removeContextStateListener
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextStateListeners
public Iterator<com.espertech.esper.common.client.context.ContextStateListener> getContextStateListeners()- Specified by:
getContextStateListeners
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
removeContextStateListeners
public void removeContextStateListeners()- Specified by:
removeContextStateListeners
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
addContextPartitionStateListener
public void addContextPartitionStateListener(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionStateListener listener) - Specified by:
addContextPartitionStateListener
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
removeContextPartitionStateListener
public void removeContextPartitionStateListener(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionStateListener listener) - Specified by:
removeContextPartitionStateListener
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextPartitionStateListeners
public Iterator<com.espertech.esper.common.client.context.ContextPartitionStateListener> getContextPartitionStateListeners(String deploymentId, String contextName) - Specified by:
getContextPartitionStateListeners
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
removeContextPartitionStateListeners
- Specified by:
removeContextPartitionStateListeners
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-
getContextProperties
public Map<String,Object> getContextProperties(String deploymentId, String contextName, int contextPartitionId) - Specified by:
getContextProperties
in interfacecom.espertech.esper.common.client.context.EPContextPartitionService
-