|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.base.JoinPreloadMethodNull
public class JoinPreloadMethodNull
Implements a method for pre-loading (initializing) join that does not return any events.
Constructor Summary | |
---|---|
JoinPreloadMethodNull()
Ctor. |
Method Summary | |
---|---|
boolean |
isPreloading()
|
void |
preloadAggregation(ResultSetProcessor resultSetProcessor)
Initialize the result set process for the purpose of grouping and aggregation from the join result set. |
void |
preloadFromBuffer(int stream)
Initialize a stream from the stream buffers data. |
void |
setBuffer(BufferView buffer,
int i)
Sets the buffee to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinPreloadMethodNull()
Method Detail |
---|
public void preloadFromBuffer(int stream)
JoinPreloadMethod
preloadFromBuffer
in interface JoinPreloadMethod
stream
- to initialize and load indexespublic void preloadAggregation(ResultSetProcessor resultSetProcessor)
JoinPreloadMethod
preloadAggregation
in interface JoinPreloadMethod
resultSetProcessor
- is the grouping and aggregation result processingpublic void setBuffer(BufferView buffer, int i)
JoinPreloadMethod
setBuffer
in interface JoinPreloadMethod
buffer
- buffer to usei
- streampublic boolean isPreloading()
isPreloading
in interface JoinPreloadMethod
|
© 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 |