|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.assemble.CartesianUtil
public class CartesianUtil
Helper class to compute the cartesian product of the events from two streams.
Constructor Summary | |
---|---|
CartesianUtil()
|
Method Summary | |
---|---|
protected static void |
computeCartesian(java.util.List<EventBean[]> streamOne,
int[] subStreamNumsOne,
java.util.List<EventBean[]> streamTwo,
int[] subStreamNumsTwo,
java.util.List<EventBean[]> resultList)
Form the 2-ary cartesian product between zero or more events from 2 streams. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CartesianUtil()
Method Detail |
---|
protected static void computeCartesian(java.util.List<EventBean[]> streamOne, int[] subStreamNumsOne, java.util.List<EventBean[]> streamTwo, int[] subStreamNumsTwo, java.util.List<EventBean[]> resultList)
streamOne
- is the events from stream onesubStreamNumsOne
- is the list of substream numbers to stream one to include in the productstreamTwo
- is the events from stream twosubStreamNumsTwo
- is the list of substream numbers to stream two to include in the productresultList
- is where the result of the cartesian product is added to
|
© 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 |