Class SSSP.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter
- java.lang.Object
-
- org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable<I,V,E>
-
- org.apache.giraph.io.VertexWriter<I,V,E>
-
- org.apache.giraph.io.formats.TextVertexOutputFormat.TextVertexWriter
-
- com.alibaba.graphscope.example.giraph.SSSP.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter
-
- All Implemented Interfaces:
org.apache.giraph.conf.GiraphConfigurationSettable<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable>
,org.apache.giraph.conf.ImmutableClassesGiraphConfigurable<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable>
,org.apache.giraph.io.SimpleVertexWriter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable>
- Enclosing class:
- SSSP.SimpleSuperstepVertexOutputFormat
public class SSSP.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter extends TextVertexOutputFormat.TextVertexWriter
Simple VertexWriter.
-
-
Constructor Summary
Constructors Constructor Description SimpleSuperstepVertexWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeVertex(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable> vertex)
-
Methods inherited from class org.apache.giraph.io.formats.TextVertexOutputFormat.TextVertexWriter
close, createLineRecordWriter, getContext, getRecordWriter, initialize
-
-
-
-
Method Detail
-
writeVertex
public void writeVertex(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable> vertex) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-