public interface InputSplitAssigner
| Modifier and Type | Method and Description |
|---|---|
InputSplit |
getNextInputSplit(ExecutionVertex vertex)
Returns the next input split that shall be consumed by the given input vertex.
|
void |
registerGroupVertex(ExecutionGroupVertex groupVertex)
Registers an input vertex with the input split assigner.
|
void |
unregisterGroupVertex(ExecutionGroupVertex groupVertex)
Unregisters an input vertex from the input split assigner.
|
void registerGroupVertex(ExecutionGroupVertex groupVertex)
groupVertex - the input vertex to registervoid unregisterGroupVertex(ExecutionGroupVertex groupVertex)
groupVertex - the input vertex to unregisterInputSplit getNextInputSplit(ExecutionVertex vertex)
vertex - the vertex for which the next input split to be consumed shall be determinednull if no more splits shall be consumed by the given
vertexCopyright © 2014 The Apache Software Foundation. All rights reserved.