|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.context.ContextPartitionIdentifier
com.espertech.esper.client.context.ContextPartitionIdentifierNested
public class ContextPartitionIdentifierNested
Context partition identifier for nested contexts.
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 |
---|
public ContextPartitionIdentifierNested()
public ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
identifiers
- nested identifiers, count should match nesting level of contextMethod Detail |
---|
public ContextPartitionIdentifier[] getIdentifiers()
public void setIdentifiers(ContextPartitionIdentifier[] identifiers)
identifiers
- identifierspublic boolean compareTo(ContextPartitionIdentifier other)
ContextPartitionIdentifier
compareTo
in class ContextPartitionIdentifier
other
- to compare to
public java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |