I - Vertex idT - Datapublic abstract class ByteArrayVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T> extends AbstractVertexIdData<I,T>
extendedDataOutput| Constructor and Description |
|---|
ByteArrayVertexIdData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray()
Get the underlying byte-array.
|
void |
readFields(DataInput dataInput) |
void |
write(DataOutput dataOutput) |
add, add, clear, getConf, getSerializedSize, getSize, getVertexIdDataIterator, initialize, initialize, isEmpty, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateData, readData, writeDatapublic byte[] getByteArray()
public void write(DataOutput dataOutput) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class AbstractVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>IOExceptionpublic void readFields(DataInput dataInput) throws IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class AbstractVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>IOExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.