Uses of Class
com.alibaba.graphscope.example.giraph.circle.VertexAttrWritable
-
Packages that use VertexAttrWritable Package Description com.alibaba.graphscope.example.giraph.circle -
-
Uses of VertexAttrWritable in com.alibaba.graphscope.example.giraph.circle
Methods in com.alibaba.graphscope.example.giraph.circle that return VertexAttrWritable Modifier and Type Method Description protected VertexAttrWritable
CircleVertexInputFormat.P2PVertexReader. getValue(String[] tokens)
Method parameters in com.alibaba.graphscope.example.giraph.circle with type arguments of type VertexAttrWritable Modifier and Type Method Description void
Circle. compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,VertexAttrWritable,org.apache.hadoop.io.LongWritable> vertex, Iterable<VertexAttrWritable> messages)
void
Circle. compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,VertexAttrWritable,org.apache.hadoop.io.LongWritable> vertex, Iterable<VertexAttrWritable> messages)
-