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

Packages that use ContextPartitionIdentifier
com.espertech.esper.client.context Context partition selection and descriptors. 
com.espertech.esper.core.context.mgr Context management. 
 

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

Subclasses of ContextPartitionIdentifier in com.espertech.esper.client.context
 class ContextPartitionIdentifierCategory
          Context partition identifier for category context.
 class ContextPartitionIdentifierHash
          Context partition identifier for hash context.
 class ContextPartitionIdentifierInitiatedTerminated
          Context partition identifier for overlapping and non-overlapping contexts.
 class ContextPartitionIdentifierNested
          Context partition identifier for nested contexts.
 class ContextPartitionIdentifierPartitioned
          Context partition identifier for segmented contexts.
 

Methods in com.espertech.esper.client.context that return ContextPartitionIdentifier
 ContextPartitionIdentifier ContextPartitionVariableState.getIdentifier()
          Returns context partition identifier
 ContextPartitionIdentifier ContextPartitionDescriptor.getIdentifier()
          Returns an identifier object that identifies the context partition.
 ContextPartitionIdentifier[] ContextPartitionIdentifierNested.getIdentifiers()
          Returns nested partition identifiers.
 

Methods in com.espertech.esper.client.context with parameters of type ContextPartitionIdentifier
 boolean ContextPartitionIdentifierPartitioned.compareTo(ContextPartitionIdentifier other)
           
 boolean ContextPartitionIdentifierNested.compareTo(ContextPartitionIdentifier other)
           
 boolean ContextPartitionIdentifierInitiatedTerminated.compareTo(ContextPartitionIdentifier other)
           
 boolean ContextPartitionIdentifierHash.compareTo(ContextPartitionIdentifier other)
           
 boolean ContextPartitionIdentifierCategory.compareTo(ContextPartitionIdentifier other)
           
abstract  boolean ContextPartitionIdentifier.compareTo(ContextPartitionIdentifier identifier)
          Compare identifiers returning a boolean indicator whether identifier information matches.
 boolean ContextPartitionSelectorFiltered.filter(ContextPartitionIdentifier contextPartitionIdentifier)
          Filter function should return true or false to indicate interest in this context partition.
 void ContextPartitionIdentifierNested.setIdentifiers(ContextPartitionIdentifier[] identifiers)
          Sets nested partition identifiers.
 

Constructors in com.espertech.esper.client.context with parameters of type ContextPartitionIdentifier
ContextPartitionDescriptor(int agentInstanceId, ContextPartitionIdentifier identifier, ContextPartitionState state)
          Ctor.
ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
          Ctor.
ContextPartitionVariableState(int agentInstanceId, ContextPartitionIdentifier identifier, java.lang.Object state)
          Ctor.
 

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

Methods in com.espertech.esper.core.context.mgr that return ContextPartitionIdentifier
protected static ContextPartitionIdentifier[] ContextManagerNested.getTreeCompositeKey(ContextControllerFactory[] nestedContextFactories, java.lang.Object initPartitionKey, ContextControllerTreeEntry treeEntry, java.util.Map<ContextController,ContextControllerTreeEntry> subcontexts)
           
 ContextPartitionIdentifier ContextControllerPartitionedFactoryBase.keyPayloadToIdentifier(java.lang.Object payload)
           
 ContextPartitionIdentifier ContextControllerInitTermFactoryBase.keyPayloadToIdentifier(java.lang.Object payload)
           
 ContextPartitionIdentifier ContextControllerHashFactoryBase.keyPayloadToIdentifier(java.lang.Object payload)
           
 ContextPartitionIdentifier ContextControllerFactory.keyPayloadToIdentifier(java.lang.Object payload)
           
 ContextPartitionIdentifier ContextControllerCategoryFactoryBase.keyPayloadToIdentifier(java.lang.Object payload)
           
 

Methods in com.espertech.esper.core.context.mgr with parameters of type ContextPartitionIdentifier
 void ContextControllerPartitioned.deletePath(ContextPartitionIdentifier identifier)
           
 void ContextControllerInitTerm.deletePath(ContextPartitionIdentifier identifier)
           
 void ContextControllerHash.deletePath(ContextPartitionIdentifier identifier)
           
 void ContextControllerCategory.deletePath(ContextPartitionIdentifier identifier)
           
 void ContextController.deletePath(ContextPartitionIdentifier identifier)
           
 


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