public final class VertexWritable extends Object implements Serializable
| Constructor and Description | 
|---|
| VertexWritable() | 
| VertexWritable(Vertex vertex) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| StarGraph.StarVertex | get() | 
| int | hashCode() | 
| void | readFields(DataInput input) | 
| void | set(Vertex vertex) | 
| String | toString() | 
| void | write(DataOutput output) | 
public VertexWritable()
public VertexWritable(Vertex vertex)
public void set(Vertex vertex)
public StarGraph.StarVertex get()
public void readFields(DataInput input) throws IOException
IOExceptionpublic void write(DataOutput output) throws IOException
IOExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.