Class AbstractPointerCombiner<T extends org.apache.hugegraph.computer.core.io.Readable & org.apache.hugegraph.computer.core.io.Writable>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.hugegraph.computer.core.combiner.Combiner<T> combiner  
      protected org.apache.hugegraph.computer.core.io.BytesOutput output  
      protected T result  
      protected T v1  
      protected T v2  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractPointerCombiner​(java.util.function.Supplier<T> supplier, org.apache.hugegraph.computer.core.combiner.Combiner<T> combiner)  
    • Field Detail

      • v1

        protected T extends org.apache.hugegraph.computer.core.io.Readable & org.apache.hugegraph.computer.core.io.Writable v1
      • v2

        protected T extends org.apache.hugegraph.computer.core.io.Readable & org.apache.hugegraph.computer.core.io.Writable v2
      • result

        protected T extends org.apache.hugegraph.computer.core.io.Readable & org.apache.hugegraph.computer.core.io.Writable result
      • combiner

        protected org.apache.hugegraph.computer.core.combiner.Combiner<T extends org.apache.hugegraph.computer.core.io.Readable & org.apache.hugegraph.computer.core.io.Writable> combiner
      • output

        protected org.apache.hugegraph.computer.core.io.BytesOutput output
    • Constructor Detail

      • AbstractPointerCombiner

        public AbstractPointerCombiner​(java.util.function.Supplier<T> supplier,
                                       org.apache.hugegraph.computer.core.combiner.Combiner<T> combiner)