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, setConf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createData, readData, writeData
public byte[] getByteArray()
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
write
in class AbstractVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>
IOException
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
readFields
in class AbstractVertexIdData<I extends org.apache.hadoop.io.WritableComparable,T>
IOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.