public class EPContextPartitionServiceImpl extends Object implements com.espertech.esper.common.client.context.EPContextPartitionService
Constructor and Description |
---|
EPContextPartitionServiceImpl(EPServicesContext services) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Set<Integer> |
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) |
Map<String,Object> |
getContextProperties(String deploymentId,
String contextName,
int contextPartitionId) |
Iterator<com.espertech.esper.common.client.context.ContextStateListener> |
getContextStateListeners() |
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 |
removeContextStateListeners() |
public EPContextPartitionServiceImpl(EPServicesContext services)
public String[] getContextStatementNames(String deploymentId, String contextName)
getContextStatementNames
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public int getContextNestingLevel(String deploymentId, String contextName)
getContextNestingLevel
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public com.espertech.esper.common.client.context.ContextPartitionCollection getContextPartitions(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionSelector selector)
getContextPartitions
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public Set<Integer> getContextPartitionIds(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionSelector selector)
getContextPartitionIds
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public long getContextPartitionCount(String deploymentId, String contextName)
getContextPartitionCount
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public com.espertech.esper.common.client.context.ContextPartitionIdentifier getIdentifier(String deploymentId, String contextName, int agentInstanceId)
getIdentifier
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public void addContextStateListener(com.espertech.esper.common.client.context.ContextStateListener listener)
addContextStateListener
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public void removeContextStateListener(com.espertech.esper.common.client.context.ContextStateListener listener)
removeContextStateListener
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public Iterator<com.espertech.esper.common.client.context.ContextStateListener> getContextStateListeners()
getContextStateListeners
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public void removeContextStateListeners()
removeContextStateListeners
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public void addContextPartitionStateListener(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionStateListener listener)
addContextPartitionStateListener
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public void removeContextPartitionStateListener(String deploymentId, String contextName, com.espertech.esper.common.client.context.ContextPartitionStateListener listener)
removeContextPartitionStateListener
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public Iterator<com.espertech.esper.common.client.context.ContextPartitionStateListener> getContextPartitionStateListeners(String deploymentId, String contextName)
getContextPartitionStateListeners
in interface com.espertech.esper.common.client.context.EPContextPartitionService
public void removeContextPartitionStateListeners(String deploymentId, String contextName)
removeContextPartitionStateListeners
in interface com.espertech.esper.common.client.context.EPContextPartitionService
Copyright © 2005–2018. All rights reserved.