Class JoinPreloadMethodNull
java.lang.Object
com.espertech.esper.common.internal.epl.join.base.JoinPreloadMethodNull
- All Implemented Interfaces:
JoinPreloadMethod
Implements a method for pre-loading (initializing) join that does not return any events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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, ExprEvaluatorContext exprEvaluatorContext) Initialize a stream from the stream buffers data.void
setBuffer
(BufferView buffer, int i) Sets the buffee to use.
-
Constructor Details
-
JoinPreloadMethodNull
public JoinPreloadMethodNull()Ctor.
-
-
Method Details
-
preloadFromBuffer
Description copied from interface:JoinPreloadMethod
Initialize a stream from the stream buffers data.- Specified by:
preloadFromBuffer
in interfaceJoinPreloadMethod
- Parameters:
stream
- to initialize and load indexesexprEvaluatorContext
- evaluator context
-
preloadAggregation
Description copied from interface:JoinPreloadMethod
Initialize the result set process for the purpose of grouping and aggregation from the join result set.- Specified by:
preloadAggregation
in interfaceJoinPreloadMethod
- Parameters:
resultSetProcessor
- is the grouping and aggregation result processing
-
setBuffer
Description copied from interface:JoinPreloadMethod
Sets the buffee to use.- Specified by:
setBuffer
in interfaceJoinPreloadMethod
- Parameters:
buffer
- buffer to usei
- stream
-
isPreloading
public boolean isPreloading()- Specified by:
isPreloading
in interfaceJoinPreloadMethod
-