Class ContextPartitionIdentifierNested
java.lang.Object
com.espertech.esper.common.client.context.ContextPartitionIdentifier
com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
- All Implemented Interfaces:
Serializable
Context partition identifier for nested contexts.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.ContextPartitionIdentifierNested
(ContextPartitionIdentifier[] identifiers) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare identifiers returning a boolean indicator whether identifier information matches.Returns nested partition identifiers.void
setIdentifiers
(ContextPartitionIdentifier[] identifiers) Sets nested partition identifiers.toString()
Methods inherited from class com.espertech.esper.common.client.context.ContextPartitionIdentifier
getContextPartitionId, setContextPartitionId
-
Constructor Details
-
ContextPartitionIdentifierNested
public ContextPartitionIdentifierNested()Ctor. -
ContextPartitionIdentifierNested
Ctor.- Parameters:
identifiers
- nested identifiers, count should match nesting level of context
-
-
Method Details
-
getIdentifiers
Returns nested partition identifiers.- Returns:
- identifiers
-
setIdentifiers
Sets nested partition identifiers.- Parameters:
identifiers
- identifiers
-
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
-