public class InputSplitWrapper extends Object implements IOReadableWritable
| Constructor and Description |
|---|
InputSplitWrapper() |
InputSplitWrapper(InputSplit split) |
| Modifier and Type | Method and Description |
|---|---|
InputSplit |
getSplit(ClassLoader userCodeClassLoader) |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public InputSplitWrapper()
public InputSplitWrapper(InputSplit split) throws Exception
Exceptionpublic InputSplit getSplit(ClassLoader userCodeClassLoader) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.