Click or drag to resize

EPContextPartitionService Interface

Service interface for administration of contexts and context partitions.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EPContextPartitionService

The EPContextPartitionService type exposes the following members.

Properties
  NameDescription
Public propertyContextStateListeners
Returns an iterator of context state listeners (read-only)
Top
Methods
  NameDescription
Public methodAddContextPartitionStateListener
Add context partition state listener for the given context
Public methodAddContextStateListener
Add a context state listener
Public methodGetContextNestingLevel
Returns the nesting level for the context declaration, i.e. 1 for unnested and >1 for nested contexts.
Public methodGetContextPartitionIds
Returns the context partition ids.
Public methodGetContextPartitions
Returns information about selected context partitions including state.
Public methodGetContextPartitionStateListeners
Public methodGetContextProperties
Public methodGetContextStatementNames
Returns the statement names associated to the context of the given name.

Returns null if a context declaration for the name does not exist.

Public methodGetIdentifier
Returning the descriptor of a given context partition.
Public methodRemoveContextPartitionStateListener
Remove a context partition state listener for the given context
Public methodRemoveContextPartitionStateListeners
Removes all context partition state listener for the given context
Public methodRemoveContextStateListener
Remove a context state listener
Public methodRemoveContextStateListeners
Removes all context state listener
Top
See Also