Uses of Interface
org.apache.hugegraph.computer.core.store.EntryIterator
-
-
Uses of EntryIterator in org.apache.hugegraph.computer.core.sort
Methods in org.apache.hugegraph.computer.core.sort with parameters of type EntryIterator Modifier and Type Method Description voidDefaultSorter. sortBuffer(EntryIterator entries, InnerSortFlusher flusher)Method parameters in org.apache.hugegraph.computer.core.sort with type arguments of type EntryIterator Modifier and Type Method Description PeekableIterator<KvEntry>DefaultSorter. iterator(java.util.List<java.lang.String> inputs, java.util.function.Function<java.lang.String,EntryIterator> fileToEntries)voidDefaultSorter. mergeBuffers(java.util.List<EntryIterator> entries, KvEntryFileWriter writer, OuterSortFlusher flusher)voidDefaultSorter. mergeFile(java.util.List<SelectedFiles> selectedFiles, java.util.function.Function<java.lang.String,EntryIterator> fileToEntries, java.util.function.Function<java.lang.String,KvEntryFileWriter> fileToWriter, OuterSortFlusher flusher) -
Uses of EntryIterator in org.apache.hugegraph.computer.core.sort.flusher
Methods in org.apache.hugegraph.computer.core.sort.flusher with parameters of type EntryIterator Modifier and Type Method Description voidCombineKvOuterSortFlusher. flush(EntryIterator entries, KvEntryFileWriter writer)voidCombineSubKvOuterSortFlusher. flush(EntryIterator entries, KvEntryFileWriter writer)voidKvOuterSortFlusher. flush(EntryIterator entries, KvEntryFileWriter writer)voidOuterSortFlusher. flush(EntryIterator entries, KvEntryFileWriter writer)Combine the list of inputValues, and write the inputKey and combined result length and results to HgkvDirWriter. -
Uses of EntryIterator in org.apache.hugegraph.computer.core.sort.merge
Method parameters in org.apache.hugegraph.computer.core.sort.merge with type arguments of type EntryIterator Modifier and Type Method Description voidFileMerger. merge(java.util.List<java.lang.String> inputs, java.util.function.Function<java.lang.String,EntryIterator> inputToEntries, java.lang.String output, java.util.function.Function<java.lang.String,KvEntryFileWriter> fileToWriter, OuterSortFlusher flusher)Merge inputs file to output filevoidFileMergerImpl. merge(java.util.List<java.lang.String> inputs, java.util.function.Function<java.lang.String,EntryIterator> inputToEntries, java.lang.String output, java.util.function.Function<java.lang.String,KvEntryFileWriter> fileToWriter, OuterSortFlusher flusher) -
Uses of EntryIterator in org.apache.hugegraph.computer.core.sort.sorter
Methods in org.apache.hugegraph.computer.core.sort.sorter that return EntryIterator Modifier and Type Method Description EntryIteratorInputsSorter. sort(java.util.List<EntryIterator> inputs)Sort multiple inputs from memory.EntryIteratorInputsSorterImpl. sort(java.util.List<EntryIterator> entries)Method parameters in org.apache.hugegraph.computer.core.sort.sorter with type arguments of type EntryIterator Modifier and Type Method Description EntryIteratorInputsSorter. sort(java.util.List<EntryIterator> inputs)Sort multiple inputs from memory.EntryIteratorInputsSorterImpl. sort(java.util.List<EntryIterator> entries) -
Uses of EntryIterator in org.apache.hugegraph.computer.core.store
Methods in org.apache.hugegraph.computer.core.store that return EntryIterator Modifier and Type Method Description EntryIteratorKvEntryFileReader. iterator() -
Uses of EntryIterator in org.apache.hugegraph.computer.core.store.buffer
Classes in org.apache.hugegraph.computer.core.store.buffer that implement EntryIterator Modifier and Type Class Description classKvEntriesInputclassKvEntriesWithFirstSubKvInputclassSubKvEntriesInput -
Uses of EntryIterator in org.apache.hugegraph.computer.core.store.entry
Methods in org.apache.hugegraph.computer.core.store.entry that return EntryIterator Modifier and Type Method Description static EntryIteratorEntriesUtil. subKvIterFromEntry(KvEntry entry) -
Uses of EntryIterator in org.apache.hugegraph.computer.core.store.file.bufferfile
Methods in org.apache.hugegraph.computer.core.store.file.bufferfile that return EntryIterator Modifier and Type Method Description EntryIteratorBufferFileEntryReader. iterator()EntryIteratorBufferFileSubEntryReader. iterator() -
Uses of EntryIterator in org.apache.hugegraph.computer.core.store.file.hgkvfile.reader
Methods in org.apache.hugegraph.computer.core.store.file.hgkvfile.reader that return EntryIterator Modifier and Type Method Description EntryIteratorHgkvDir4SubKvReaderImpl. iterator()EntryIteratorHgkvDirReaderImpl. iterator()EntryIteratorHgkvFileReaderImpl. iterator()
-