|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.plan.NStreamQueryPlanBuilder.BestChainResult
public static class NStreamQueryPlanBuilder.BestChainResult
Encapsulates the chain information.
Constructor Summary | |
---|---|
NStreamQueryPlanBuilder.BestChainResult(int depth,
int[] chain)
Ctor. |
Method Summary | |
---|---|
int[] |
getChain()
Returns chain of stream numbers. |
int |
getDepth()
Returns depth of lookups via index in chain. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NStreamQueryPlanBuilder.BestChainResult(int depth, int[] chain)
depth
- - depth this chain resolves into a indexed lookupchain
- - chain for nested lookupMethod Detail |
---|
public int getDepth()
public int[] getChain()
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 |