|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.base.JoinPreloadMethodImpl
public class JoinPreloadMethodImpl
Implements a method for pre-loading (initializing) join indexes from a filled buffer.
Constructor Summary | |
---|---|
JoinPreloadMethodImpl(int numStreams,
JoinSetComposer joinSetComposer)
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 view,
int stream)
Sets the buffer for a stream to preload events from. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinPreloadMethodImpl(int numStreams, JoinSetComposer joinSetComposer)
numStreams
- number of streamsjoinSetComposer
- the composer holding stream indexesMethod Detail |
---|
public void setBuffer(BufferView view, int stream)
setBuffer
in interface JoinPreloadMethod
view
- bufferstream
- the stream number for the bufferpublic 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 boolean isPreloading()
isPreloading
in interface JoinPreloadMethod
|
© 2006-2016 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 |