public abstract class SplittableIterator<T> extends Object implements Iterator<T>, Serializable
| Constructor and Description |
|---|
SplittableIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getMaximumNumberOfSplits() |
Iterator<T> |
getSplit(int num,
int numPartitions) |
abstract Iterator<T>[] |
split(int numPartitions) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.