Uses of Interface
org.apache.hugegraph.computer.core.combiner.PointerCombiner
-
Packages that use PointerCombiner Package Description org.apache.hugegraph.computer.core.combiner org.apache.hugegraph.computer.core.sort.flusher -
-
Uses of PointerCombiner in org.apache.hugegraph.computer.core.combiner
Classes in org.apache.hugegraph.computer.core.combiner that implement PointerCombiner Modifier and Type Class Description classAbstractPointerCombiner<T extends org.apache.hugegraph.computer.core.io.Readable & org.apache.hugegraph.computer.core.io.Writable>classEdgeValueCombinerclassMessageValueCombinerclassVertexValueCombiner -
Uses of PointerCombiner in org.apache.hugegraph.computer.core.sort.flusher
Methods in org.apache.hugegraph.computer.core.sort.flusher that return PointerCombiner Modifier and Type Method Description PointerCombinerCombineSubKvInnerSortFlusher. combiner()default PointerCombinerInnerSortFlusher. combiner()Combine entries with the same key.Constructors in org.apache.hugegraph.computer.core.sort.flusher with parameters of type PointerCombiner Constructor Description CombinableSorterFlusher(PointerCombiner combiner)CombineKvInnerSortFlusher(org.apache.hugegraph.computer.core.io.RandomAccessOutput output, PointerCombiner combiner)CombineKvOuterSortFlusher(PointerCombiner combiner)CombineSubKvInnerSortFlusher(org.apache.hugegraph.computer.core.io.RandomAccessOutput output, PointerCombiner combiner, int subKvFlushThreshold)CombineSubKvOuterSortFlusher(PointerCombiner combiner, int subKvFlushThreshold)
-