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