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

Packages that use ContextPartitionCollection
com.espertech.esper.client.context Context partition selection and descriptors. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

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

Methods in com.espertech.esper.client.context that return ContextPartitionCollection
 ContextPartitionCollection EPContextPartitionAdmin.destroyContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
          Destroy one or more context partitions dropping the associated state and removing associated context partition metadata.
 ContextPartitionCollection EPContextPartitionAdmin.getContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
          Returns information about selected context partitions including state.
 ContextPartitionCollection EPContextPartitionAdmin.startContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
          Start one or more context partitions that were previously stopped.
 ContextPartitionCollection EPContextPartitionAdmin.stopContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
          Stop one or more context partitions that are currently started, dropping the associated state and but keeping associated context partition metadata for the purpose of starting it again.
 

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

Methods in com.espertech.esper.core.service that return ContextPartitionCollection
 ContextPartitionCollection EPContextPartitionAdminImpl.destroyContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
           
 ContextPartitionCollection EPContextPartitionExtract.getCollection()
           
 ContextPartitionCollection EPContextPartitionAdminImpl.getContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
           
 ContextPartitionCollection EPContextPartitionAdminImpl.startContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
           
 ContextPartitionCollection EPContextPartitionAdminImpl.stopContextPartitions(java.lang.String contextName, ContextPartitionSelector selector)
           
 

Constructors in com.espertech.esper.core.service with parameters of type ContextPartitionCollection
EPContextPartitionExtract(ContextPartitionCollection collection, EPContextPartitionImportable importable, int numNestingLevels)
           
 


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