Click or drag to resize

ContextPartitionIdentifier Class

Context partition identifiers are provided by the API when interrogating context partitions for a given statement.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class ContextPartitionIdentifier

The ContextPartitionIdentifier type exposes the following members.

Constructors
  NameDescription
Protected methodContextPartitionIdentifier
Initializes a new instance of the ContextPartitionIdentifier class
Top
Properties
  NameDescription
Public propertyContextPartitionId
Returns the context partition id.
Top
Methods
  NameDescription
Public methodCompareTo
Compare identifiers returning a bool indicator whether identifier information matches.
Top
See Also