public interface SplitIterator
DataSplit
Modifier and Type | Method and Description |
---|---|
List<String> |
getLocalityInfo()
Get the list of machines for which access to the current
split is local.
|
DataSplit |
getSplit()
Get the current split in the iterated set.
|
boolean |
next()
Advance to the next data split in the iterated set.
|
boolean next() throws IOException
true
if there is another split,
otherwise false
.IOException
DataSplit getSplit()
List<String> getLocalityInfo()
Copyright © 2020 Actian Corporation. All rights reserved.