public class DataPartitionSourceFunc<T> extends BaseSourceFunc<T>
Constructor and Description |
---|
DataPartitionSourceFunc(java.lang.String storedDataKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Weather we have more data
|
T |
next()
Get the next value
|
void |
prepare(TSetContext ctx)
Prepare the function.
|
getInput, getTSetContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public DataPartitionSourceFunc(java.lang.String storedDataKey)
public boolean hasNext()
SourceFunc
public T next()
SourceFunc
public void prepare(TSetContext ctx)
TFunction