public class ExtendedDataInputOutput extends DataInputOutput
ExtendedDataOutput and ExtendedDataOutput to be able
 to write data and later read data from the same place| Constructor and Description | 
|---|
| ExtendedDataInputOutput(ImmutableClassesGiraphConfiguration conf)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedDataInput | createDataInput()Create DataInput which reads data from underlying DataOutput | 
| DataOutput | getDataOutput()Get DataOutput to write to | 
| void | readFields(DataInput in) | 
| void | write(DataOutput out) | 
createpublic ExtendedDataInputOutput(ImmutableClassesGiraphConfiguration conf)
conf - Configurationpublic DataOutput getDataOutput()
DataInputOutputgetDataOutput in class DataInputOutputpublic ExtendedDataInput createDataInput()
DataInputOutputcreateDataInput in class DataInputOutputpublic void write(DataOutput out) throws IOException
IOExceptionpublic void readFields(DataInput in) throws IOException
IOExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.