public class GridHadoopExternalSplit
extends org.gridgain.grid.hadoop.GridHadoopInputSplit
| Constructor and Description |
|---|
GridHadoopExternalSplit()
For
Externalizable. |
GridHadoopExternalSplit(String[] hosts,
long off) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
offset() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public GridHadoopExternalSplit()
Externalizable.public GridHadoopExternalSplit(String[] hosts, long off)
hosts - Hosts.off - Offset of this split in external file.public long offset()
public void writeExternal(ObjectOutput out) throws IOException
IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic boolean equals(Object o)
equals in class org.gridgain.grid.hadoop.GridHadoopInputSplitpublic int hashCode()
hashCode in class org.gridgain.grid.hadoop.GridHadoopInputSplitCopyright © 2014. All rights reserved.