|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JoinPreloadMethod
Method for preloading events for a given stream onto the stream's indexes, from a buffer already associated with a stream.
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. |
Method Detail |
---|
void preloadFromBuffer(int stream)
stream
- to initialize and load indexesvoid preloadAggregation(ResultSetProcessor resultSetProcessor)
resultSetProcessor
- is the grouping and aggregation result processingvoid setBuffer(BufferView buffer, int i)
buffer
- buffer to usei
- streamboolean isPreloading()
|
© 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 |