Class DefaultSupportSourceOp
java.lang.Object
com.espertech.esper.common.internal.epl.dataflow.util.DefaultSupportSourceOp
- All Implemented Interfaces:
DataFlowOperator
,DataFlowOperatorLifecycle
,DataFlowSourceOperator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(DataFlowOpCloseContext openContext) int
void
next()
void
open
(DataFlowOpOpenContext openContext)
-
Field Details
-
instructions
-
-
Constructor Details
-
DefaultSupportSourceOp
public DefaultSupportSourceOp() -
DefaultSupportSourceOp
-
-
Method Details
-
getCurrentCount
public int getCurrentCount() -
next
- Specified by:
next
in interfaceDataFlowSourceOperator
- Throws:
InterruptedException
-
open
- Specified by:
open
in interfaceDataFlowOperatorLifecycle
-
close
- Specified by:
close
in interfaceDataFlowOperatorLifecycle
-