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(String contextName,
int agentInstanceId)
Destroy the context partition returning its descriptor.
|
ContextPartitionDescriptor |
EPContextPartitionAdmin.getDescriptor(String contextName,
int agentInstanceId)
Returning the descriptor of a given context partition.
|
ContextPartitionDescriptor |
EPContextPartitionAdmin.startContextPartition(String contextName,
int agentInstanceId)
Start the context partition if it is currently stopped and returning its descriptor.
|
ContextPartitionDescriptor |
EPContextPartitionAdmin.stopContextPartition(String contextName,
int agentInstanceId)
Stop the context partition if it is currently started and returning its descriptor.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,ContextPartitionDescriptor> |
ContextPartitionCollection.getDescriptors()
Returns the descriptors per agent instance id
|
Constructor and Description |
---|
ContextPartitionCollection(Map<Integer,ContextPartitionDescriptor> descriptors)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,ContextPartitionDescriptor> |
ContextPartitionVisitorStateWithPath.getAgentInstanceInfo() |
Map<Integer,ContextPartitionDescriptor> |
ContextPartitionVisitorState.getContextPartitionInfo() |
Map<Integer,ContextPartitionDescriptor> |
ContextStatePathDescriptor.getContextPartitionInformation() |
Map<Integer,ContextPartitionDescriptor> |
ContextManagerNested.startPaths(ContextPartitionSelector selector) |
Map<Integer,ContextPartitionDescriptor> |
ContextManagerImpl.startPaths(ContextPartitionSelector selector) |
Map<Integer,ContextPartitionDescriptor> |
ContextManager.startPaths(ContextPartitionSelector contextPartitionSelector) |
Modifier and Type | Method and Description |
---|---|
protected static void |
ContextManagerImpl.setState(Map<Integer,ContextPartitionDescriptor> original,
ContextPartitionState state) |
Constructor and Description |
---|
ContextStatePathDescriptor(TreeMap<ContextStatePathKey,ContextStatePathValue> paths,
Map<Integer,ContextPartitionDescriptor> contextPartitionInformation) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.destroyContextPartition(String contextName,
int agentInstanceId) |
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.getDescriptor(String contextName,
int agentInstanceId) |
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.startContextPartition(String contextName,
int agentInstanceId) |
ContextPartitionDescriptor |
EPContextPartitionAdminImpl.stopContextPartition(String contextName,
int agentInstanceId) |