public interface InputSplit extends Writable
Modifier and Type | Method and Description |
---|---|
long |
length()
Length of the split
|
URI[] |
locations()
Locations of the splits
|
Iterator<URI> |
locationsIterator() |
Iterator<String> |
locationsPathIterator() |
void |
reset()
Reset the InputSplit without reinitializing it from scratch.
|
long length()
URI[] locations()
void reset()
Copyright © 2017. All rights reserved.