Uses of Class
org.apache.giraph.io.formats.TextVertexOutputFormat.TextVertexWriter
-
Packages that use TextVertexOutputFormat.TextVertexWriter Package Description com.alibaba.graphscope.example.giraph org.apache.giraph.io.formats -
-
Uses of TextVertexOutputFormat.TextVertexWriter in com.alibaba.graphscope.example.giraph
Subclasses of TextVertexOutputFormat.TextVertexWriter in com.alibaba.graphscope.example.giraph Modifier and Type Class Description classPageRank.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriterSimple VertexWriter that supportsPageRankclassSSSP.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriterSimple VertexWriter.Methods in com.alibaba.graphscope.example.giraph that return TextVertexOutputFormat.TextVertexWriter Modifier and Type Method Description TextVertexOutputFormat.TextVertexWriterPageRank.SimplePageRankVertexOutputFormat. createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)TextVertexOutputFormat.TextVertexWriterSSSP.SimpleSuperstepVertexOutputFormat. createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexOutputFormat.TextVertexWriterused by this output format. -
Uses of TextVertexOutputFormat.TextVertexWriter in org.apache.giraph.io.formats
Subclasses of TextVertexOutputFormat.TextVertexWriter in org.apache.giraph.io.formats Modifier and Type Class Description protected classTextVertexOutputFormat.TextVertexWriterToEachLineAbstract class to be implemented by the user to write a line for each vertex.Methods in org.apache.giraph.io.formats that return TextVertexOutputFormat.TextVertexWriter Modifier and Type Method Description abstract TextVertexOutputFormat.TextVertexWriterTextVertexOutputFormat. createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexOutputFormat.TextVertexWriterused by this output format.
-