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
IOException
public void write(DataOutput output) throws IOException
IOException
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.