Uses of Class
com.espertech.esper.client.context.ContextPartitionDescriptor

Packages that use ContextPartitionDescriptor
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 
 

Uses of ContextPartitionDescriptor in com.espertech.esper.client.context
 

Methods in com.espertech.esper.client.context that return ContextPartitionDescriptor
 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.
 

Methods in com.espertech.esper.client.context that return types with arguments of type ContextPartitionDescriptor
 java.util.Map<java.lang.Integer,ContextPartitionDescriptor> ContextPartitionCollection.getDescriptors()
          Returns the descriptors per agent instance id
 

Constructor parameters in com.espertech.esper.client.context with type arguments of type ContextPartitionDescriptor
ContextPartitionCollection(java.util.Map<java.lang.Integer,ContextPartitionDescriptor> descriptors)
          Ctor.
 

Uses of ContextPartitionDescriptor in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return types with arguments of type ContextPartitionDescriptor
 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)
           
 

Method parameters in com.espertech.esper.core.context.mgr with type arguments of type ContextPartitionDescriptor
protected static void ContextManagerImpl.setState(java.util.Map<java.lang.Integer,ContextPartitionDescriptor> original, ContextPartitionState state)
           
 

Constructor parameters in com.espertech.esper.core.context.mgr with type arguments of type ContextPartitionDescriptor
ContextStatePathDescriptor(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> paths, java.util.Map<java.lang.Integer,ContextPartitionDescriptor> contextPartitionInformation)
           
 

Uses of ContextPartitionDescriptor in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return ContextPartitionDescriptor
 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)
           
 


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