| Interface | Description |
|---|---|
| InputSplitAssigner |
The input split assigner interface must be implemented by every component which is supposed to dynamically offer
input splits to the input vertices of a job at runtime.
|
| Class | Description |
|---|---|
| DefaultInputSplitAssigner |
This is the default implementation of the
InputSplitAssigner interface. |
| InputSplitManager |
The input split manager is responsible for serving input splits to
AbstractInputTask objects at runtime. |
| InputSplitWrapper |
An input split wrapper object wraps an input split for RPC calls.
|
| LocatableInputSplitAssigner |
The locatable input split assigner is a specific implementation of the
InputSplitAssigner interface for
LocatableInputSplit objects. |
| LocatableInputSplitList |
The locatable input split list stores the locatable input splits for an input vertex that are still expected to be
consumed.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.