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() |
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 void open(DataFlowOpOpenContext openContext)
open
in interface DataFlowOperatorLifecycle
public void close(DataFlowOpCloseContext openContext)
close
in interface DataFlowOperatorLifecycle
Copyright © 2005–2018. All rights reserved.