Class PageRankAlgorithm.PageRankVertexOutputFormat
- java.lang.Object
-
- org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable<I,V,E>
-
- org.apache.giraph.io.VertexOutputFormat<I,V,E>
-
- org.apache.giraph.io.formats.TextVertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
-
- org.apache.wayang.giraph.Algorithm.PageRankAlgorithm.PageRankVertexOutputFormat
-
- All Implemented Interfaces:
org.apache.giraph.conf.GiraphConfigurationSettable<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
,org.apache.giraph.conf.ImmutableClassesGiraphConfigurable<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
- Enclosing class:
- PageRankAlgorithm
public static class PageRankAlgorithm.PageRankVertexOutputFormat extends org.apache.giraph.io.formats.TextVertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
Simple VertexOutputFormat that supportsPageRankAlgorithm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PageRankAlgorithm.PageRankVertexOutputFormat.PageRankVertexWriter
Simple VertexWriter that supportsPageRankAlgorithm
-
Constructor Summary
Constructors Constructor Description PageRankVertexOutputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.giraph.io.formats.TextVertexOutputFormat.TextVertexWriter
createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
-
Methods inherited from class org.apache.giraph.io.formats.TextVertexOutputFormat
checkOutputSpecs, getOutputCommitter
-
-
-
-
Method Detail
-
createVertexWriter
public org.apache.giraph.io.formats.TextVertexOutputFormat.TextVertexWriter createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws java.io.IOException, java.lang.InterruptedException
- Specified by:
createVertexWriter
in classorg.apache.giraph.io.formats.TextVertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
- Throws:
java.io.IOException
java.lang.InterruptedException
-
-