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 class
PageRank.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriter
Simple VertexWriter that supportsPageRank
class
SSSP.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter
Simple VertexWriter.Methods in com.alibaba.graphscope.example.giraph that return TextVertexOutputFormat.TextVertexWriter Modifier and Type Method Description TextVertexOutputFormat.TextVertexWriter
PageRank.SimplePageRankVertexOutputFormat. createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
TextVertexOutputFormat.TextVertexWriter
SSSP.SimpleSuperstepVertexOutputFormat. createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexOutputFormat.TextVertexWriter
used 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 class
TextVertexOutputFormat.TextVertexWriterToEachLine
Abstract 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.TextVertexWriter
TextVertexOutputFormat. createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexOutputFormat.TextVertexWriter
used by this output format.
-