|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.context.ContextPartitionIdentifier
public abstract class ContextPartitionIdentifier
Context partition identifiers are provided by the API when interrogating context partitions for a given statement.
Constructor Summary | |
---|---|
ContextPartitionIdentifier()
Ctor. |
Method Summary | |
---|---|
abstract boolean |
compareTo(ContextPartitionIdentifier identifier)
Compare identifiers returning a boolean indicator whether identifier information matches. |
java.lang.Integer |
getContextPartitionId()
Returns the context partition id. |
void |
setContextPartitionId(java.lang.Integer contextPartitionId)
Sets the context partition id - this set method is for engine-internal use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextPartitionIdentifier()
Method Detail |
---|
public abstract boolean compareTo(ContextPartitionIdentifier identifier)
identifier
- to compare to
public java.lang.Integer getContextPartitionId()
public void setContextPartitionId(java.lang.Integer contextPartitionId)
contextPartitionId
- context partition id
|
© 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 |