|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Splitter
A strategy interface for creating a list of Splits based on a
Path representing a hdfs resource.
| Method Summary | |
|---|---|
List<Split> |
getSplits(Path path)
Gets the input splits for a Path. |
| Method Detail |
|---|
List<Split> getSplits(Path path)
throws IOException
Path. A path needs to
be a resource which can be split into a list of splits. Actual
implementation will define if split is enforced to be a single
file or a collection of files.
path - the path
IOException - Signals that an I/O exception has occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||