Class ContextPartitionIdentifierCategory

java.lang.Object
com.espertech.esper.common.client.context.ContextPartitionIdentifier
com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
All Implemented Interfaces:
Serializable

public class ContextPartitionIdentifierCategory extends ContextPartitionIdentifier
Context partition identifier for category context.
See Also:
  • Constructor Details

    • ContextPartitionIdentifierCategory

      public ContextPartitionIdentifierCategory()
      Ctor.
    • ContextPartitionIdentifierCategory

      public ContextPartitionIdentifierCategory(String label)
      Ctor.
      Parameters:
      label - of category
  • Method Details

    • getLabel

      public String getLabel()
      Returns the category label.
      Returns:
      label
    • setLabel

      public void setLabel(String label)
      Sets the category label.
      Parameters:
      label - to set
    • compareTo

      public boolean compareTo(ContextPartitionIdentifier other)
      Description copied from class: ContextPartitionIdentifier
      Compare identifiers returning a boolean indicator whether identifier information matches.
      Specified by:
      compareTo in class ContextPartitionIdentifier
      Parameters:
      other - to compare to
      Returns:
      true for objects identifying the same context partition (could be different context)
    • toString

      public String toString()
      Overrides:
      toString in class Object