Class ContextPartitionIdentifierPartitioned
java.lang.Object
com.espertech.esper.common.client.context.ContextPartitionIdentifier
com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
- All Implemented Interfaces:
Serializable
Context partition identifier for segmented contexts.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.context.ContextPartitionIdentifier
getContextPartitionId, setContextPartitionId
-
Constructor Details
-
ContextPartitionIdentifierPartitioned
public ContextPartitionIdentifierPartitioned()Ctor. -
ContextPartitionIdentifierPartitioned
Ctor.- Parameters:
keys
- partitioning keys
-
-
Method Details
-
getKeys
Returns the partition keys.- Returns:
- keys
-
setKeys
Sets the partition keys.- Parameters:
keys
- 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
-