Package | Description |
---|---|
com.espertech.esper.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionDescriptor |
EPContextPartitionAdmin.destroyContextPartition(java.lang.String contextName,
int agentInstanceId)
Destroy the context partition returning its descriptor.
|
ContextPartitionDescriptor |
EPContextPartitionAdmin.getDescriptor(java.lang.String contextName,
int agentInstanceId)
Returning the descriptor of a given context partition.
|
ContextPartitionDescriptor |
EPContextPartitionAdmin.startContextPartition(java.lang.String contextName,
int agentInstanceId)
Start the context partition if it is currently stopped and returning its descriptor.
|
ContextPartitionDescriptor |
EPContextPartitionAdmin.stopContextPartition(java.lang.String contextName,
int agentInstanceId)
Stop the context partition if it is currently started and returning its descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextPartitionCollection.getDescriptors()
Returns the descriptors per agent instance id
|
Constructor and Description |
---|
ContextPartitionCollection(java.util.Map<java.lang.Integer,ContextPartitionDescriptor> descriptors)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextPartitionVisitorStateWithPath.getAgentInstanceInfo() |
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextPartitionVisitorState.getContextPartitionInfo() |
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextStatePathDescriptor.getContextPartitionInformation() |
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextManagerNested.startPaths(ContextPartitionSelector selector) |
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextManagerImpl.startPaths(ContextPartitionSelector selector) |
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> |
ContextManager.startPaths(ContextPartitionSelector contextPartitionSelector) |
Modifier and Type | Method and Description |
---|---|
protected static void |
ContextManagerImpl.setState(java.util.Map<java.lang.Integer,ContextPartitionDescriptor> original,
ContextPartitionState state) |
Constructor and Description |
---|
ContextStatePathDescriptor(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> paths,
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> contextPartitionInformation) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.destroyContextPartition(java.lang.String contextName,
int agentInstanceId) |
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.getDescriptor(java.lang.String contextName,
int agentInstanceId) |
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.startContextPartition(java.lang.String contextName,
int agentInstanceId) |
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.stopContextPartition(java.lang.String contextName,
int agentInstanceId) |