Class PageRankAlgorithm.PageRankVertexOutputFormat.PageRankVertexWriter

  • 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>, org.apache.giraph.io.SimpleVertexWriter<org.apache.hadoop.io.LongWritable,​org.apache.hadoop.io.DoubleWritable,​org.apache.hadoop.io.FloatWritable>
    Enclosing class:
    PageRankAlgorithm.PageRankVertexOutputFormat

    public class PageRankAlgorithm.PageRankVertexOutputFormat.PageRankVertexWriter
    extends org.apache.giraph.io.VertexWriter<I,​V,​E>
    Simple VertexWriter that supports PageRankAlgorithm
    • 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.DoubleWritable,​org.apache.hadoop.io.FloatWritable> vertex)  
      • Methods inherited from class org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable

        getConf, setConf
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageRankVertexWriter

        public PageRankVertexWriter()
    • Method Detail

      • writeVertex

        public void writeVertex​(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.LongWritable,​org.apache.hadoop.io.DoubleWritable,​org.apache.hadoop.io.FloatWritable> vertex)
                         throws java.io.IOException,
                                java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException