Class PageRankMapping.RankInitializer

    • Constructor Summary

      Constructors 
      Constructor Description
      RankInitializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tuple2<java.lang.Long,​java.lang.Float> apply​(java.lang.Long vertexId)  
      void open​(ExecutionContext ctx)
      Called before this instance is actually executed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • RankInitializer

        public RankInitializer()
    • Method Detail

      • apply

        public Tuple2<java.lang.Long,​java.lang.Float> apply​(java.lang.Long vertexId)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Long,​Tuple2<java.lang.Long,​java.lang.Float>>