Uses of Interface
org.apache.hugegraph.computer.core.store.KvEntryFileWriter
-
-
Uses of KvEntryFileWriter in org.apache.hugegraph.computer.core.sort
Methods in org.apache.hugegraph.computer.core.sort with parameters of type KvEntryFileWriter Modifier and Type Method Description voidDefaultSorter. mergeBuffers(java.util.List<EntryIterator> entries, KvEntryFileWriter writer, OuterSortFlusher flusher) -
Uses of KvEntryFileWriter in org.apache.hugegraph.computer.core.sort.flusher
Methods in org.apache.hugegraph.computer.core.sort.flusher with parameters of type KvEntryFileWriter 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 KvEntryFileWriter in org.apache.hugegraph.computer.core.store.file.bufferfile
Classes in org.apache.hugegraph.computer.core.store.file.bufferfile that implement KvEntryFileWriter Modifier and Type Class Description classBufferFileEntryBuilder -
Uses of KvEntryFileWriter in org.apache.hugegraph.computer.core.store.file.hgkvfile.builder
Classes in org.apache.hugegraph.computer.core.store.file.hgkvfile.builder that implement KvEntryFileWriter Modifier and Type Class Description classHgkvDirBuilderImpl
-