Uses of Interface
org.apache.hugegraph.computer.core.sort.flusher.PeekableIterator
-
-
Uses of PeekableIterator in org.apache.hugegraph.computer.core.compute
Methods in org.apache.hugegraph.computer.core.compute with parameters of type PeekableIterator Modifier and Type Method Description protected PartitionStatFileGraphPartition. input(PeekableIterator<KvEntry> vertices, PeekableIterator<KvEntry> edges)protected voidFileGraphPartition. messages(PeekableIterator<KvEntry> messages)Put the messages sent at previous superstep from MessageRecvManager to this partition. -
Uses of PeekableIterator in org.apache.hugegraph.computer.core.compute.input
Constructors in org.apache.hugegraph.computer.core.compute.input with parameters of type PeekableIterator Constructor Description MessageInput(org.apache.hugegraph.computer.core.common.ComputerContext context, PeekableIterator<KvEntry> messages) -
Uses of PeekableIterator in org.apache.hugegraph.computer.core.receiver
Methods in org.apache.hugegraph.computer.core.receiver that return PeekableIterator Modifier and Type Method Description PeekableIterator<KvEntry>MessageRecvPartition. iterator()Methods in org.apache.hugegraph.computer.core.receiver that return types with arguments of type PeekableIterator Modifier and Type Method Description java.util.Map<java.lang.Integer,PeekableIterator<KvEntry>>MessageRecvManager. edgePartitions()java.util.Map<java.lang.Integer,PeekableIterator<KvEntry>>MessageRecvPartitions. iterators()java.util.Map<java.lang.Integer,PeekableIterator<KvEntry>>MessageRecvManager. messagePartitions()java.util.Map<java.lang.Integer,PeekableIterator<KvEntry>>MessageRecvManager. vertexPartitions()Get the Iteratorof each partition. -
Uses of PeekableIterator in org.apache.hugegraph.computer.core.sort
Methods in org.apache.hugegraph.computer.core.sort that return PeekableIterator Modifier and Type Method Description PeekableIterator<KvEntry>BufferFileSorter. iterator(java.util.List<java.lang.String> inputs, boolean withSubKv)PeekableIterator<KvEntry>DefaultSorter. iterator(java.util.List<java.lang.String> inputs, java.util.function.Function<java.lang.String,EntryIterator> fileToEntries)PeekableIterator<KvEntry>HgkvFileSorter. iterator(java.util.List<java.lang.String> inputs, boolean withSubKv)PeekableIterator<KvEntry>Sorter. iterator(java.util.List<java.lang.String> inputs, boolean withSubKv)Get the iterator ofpair by increasing order of key. -
Uses of PeekableIterator in org.apache.hugegraph.computer.core.sort.flusher
Classes in org.apache.hugegraph.computer.core.sort.flusher that implement PeekableIterator Modifier and Type Class Description static classPeekableIterator.EmptyIterator<E>classPeekableIteratorAdaptor<T>Methods in org.apache.hugegraph.computer.core.sort.flusher that return PeekableIterator Modifier and Type Method Description static <V> PeekableIterator<V>PeekableIterator. emptyIterator()static <T> PeekableIterator<T>PeekableIteratorAdaptor. of(org.apache.hugegraph.iterator.CIter<T> iterator) -
Uses of PeekableIterator in org.apache.hugegraph.computer.core.sort.sorter
Constructors in org.apache.hugegraph.computer.core.sort.sorter with parameters of type PeekableIterator Constructor Description SubKvSorter(PeekableIterator<KvEntry> entries, int subKvSortPathNum) -
Uses of PeekableIterator in org.apache.hugegraph.computer.core.sort.sorting
Methods in org.apache.hugegraph.computer.core.sort.sorting that return PeekableIterator Modifier and Type Method Description PeekableIterator<KvEntry>SortManager. iterator(java.util.List<java.lang.String> outputs, boolean withSubKv)
-