com.espertech.esper.client.context
Class ContextPartitionIdentifierNested

java.lang.Object
  extended by com.espertech.esper.client.context.ContextPartitionIdentifier
      extended by com.espertech.esper.client.context.ContextPartitionIdentifierNested
All Implemented Interfaces:
java.io.Serializable

public class ContextPartitionIdentifierNested
extends ContextPartitionIdentifier

Context partition identifier for nested contexts.

See Also:
Serialized Form

Constructor Summary
ContextPartitionIdentifierNested()
          Ctor.
ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
          Ctor.
 
Method Summary
 boolean compareTo(ContextPartitionIdentifier other)
          Compare identifiers returning a boolean indicator whether identifier information matches.
 ContextPartitionIdentifier[] getIdentifiers()
          Returns nested partition identifiers.
 void setIdentifiers(ContextPartitionIdentifier[] identifiers)
          Sets nested partition identifiers.
 java.lang.String toString()
           
 
Methods inherited from class com.espertech.esper.client.context.ContextPartitionIdentifier
getContextPartitionId, setContextPartitionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextPartitionIdentifierNested

public ContextPartitionIdentifierNested()
Ctor.


ContextPartitionIdentifierNested

public ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
Ctor.

Parameters:
identifiers - nested identifiers, count should match nesting level of context
Method Detail

getIdentifiers

public ContextPartitionIdentifier[] getIdentifiers()
Returns nested partition identifiers.

Returns:
identifiers

setIdentifiers

public void setIdentifiers(ContextPartitionIdentifier[] identifiers)
Sets nested partition identifiers.

Parameters:
identifiers - identifiers

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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com