public class GridHadoopSplitWrapper
extends org.gridgain.grid.hadoop.GridHadoopInputSplit
| Constructor and Description |
|---|
GridHadoopSplitWrapper()
Creates new split wrapper.
|
GridHadoopSplitWrapper(int id,
Object innerSplit,
String[] hosts)
Creates new split wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Object |
innerSplit() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public GridHadoopSplitWrapper()
public Object innerSplit()
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.