public class DefaultSupportSourceOp extends Object implements DataFlowSourceOperator
Modifier and Type | Field and Description |
---|---|
Object[] |
instructions |
Constructor and Description |
---|
DefaultSupportSourceOp() |
DefaultSupportSourceOp(Object[] instructions) |
Modifier and Type | Method and Description |
---|---|
void |
close(DataFlowOpCloseContext openContext) |
int |
getCurrentCount() |
DataFlowOpInitializeResult |
initialize(DataFlowOpInitializateContext context) |
void |
next() |
void |
open(DataFlowOpOpenContext openContext) |
public Object[] instructions
public DefaultSupportSourceOp()
public DefaultSupportSourceOp(Object[] instructions)
public int getCurrentCount()
public void next() throws InterruptedException
next
in interface DataFlowSourceOperator
InterruptedException
public DataFlowOpInitializeResult initialize(DataFlowOpInitializateContext context) throws Exception
initialize
in interface DataFlowOpLifecycle
Exception
public void open(DataFlowOpOpenContext openContext)
open
in interface DataFlowOpLifecycle
public void close(DataFlowOpCloseContext openContext)
close
in interface DataFlowOpLifecycle