E - public final class NumberedSplit<E> extends Object implements Comparable<NumberedSplit<E>>
EvaluatorToPartitionStrategy implementations to
mark the partitions associated with each InputSplit| Constructor and Description |
|---|
NumberedSplit(E entry,
int index,
DistributedDataSetPartition partition) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NumberedSplit<E> o) |
boolean |
equals(Object o) |
E |
getEntry() |
int |
getIndex() |
String |
getLocation() |
String |
getPath() |
int |
hashCode() |
String |
toString() |
public NumberedSplit(E entry, int index, DistributedDataSetPartition partition)
public String getLocation()
public int getIndex()
public int compareTo(NumberedSplit<E> o)
compareTo in interface Comparable<NumberedSplit<E>>Copyright © 2016 The Apache Software Foundation. All rights reserved.