Class ContextPartitionIdentifierCategory
java.lang.Object
com.espertech.esper.common.client.context.ContextPartitionIdentifier
com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
- All Implemented Interfaces:
Serializable
Context partition identifier for category context.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.context.ContextPartitionIdentifier
getContextPartitionId, setContextPartitionId
-
Constructor Details
-
ContextPartitionIdentifierCategory
public ContextPartitionIdentifierCategory()Ctor. -
ContextPartitionIdentifierCategory
Ctor.- Parameters:
label
- of category
-
-
Method Details
-
getLabel
Returns the category label.- Returns:
- label
-
setLabel
Sets the category label.- Parameters:
label
- to set
-
compareTo
Description copied from class:ContextPartitionIdentifier
Compare identifiers returning a boolean indicator whether identifier information matches.- Specified by:
compareTo
in classContextPartitionIdentifier
- Parameters:
other
- to compare to- Returns:
- true for objects identifying the same context partition (could be different context)
-
toString
-