Uses of Interface
org.apache.hugegraph.computer.core.sort.flusher.OuterSortFlusher
-
-
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.receiver
Methods in org.apache.hugegraph.computer.core.receiver that return OuterSortFlusher Modifier and Type Method Description protected abstract OuterSortFlusherMessageRecvPartition. outerSortFlusher() -
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.receiver.edge
Methods in org.apache.hugegraph.computer.core.receiver.edge that return OuterSortFlusher Modifier and Type Method Description protected OuterSortFlusherEdgeMessageRecvPartition. outerSortFlusher() -
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.receiver.message
Methods in org.apache.hugegraph.computer.core.receiver.message that return OuterSortFlusher Modifier and Type Method Description protected OuterSortFlusherComputeMessageRecvPartition. outerSortFlusher() -
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.receiver.vertex
Methods in org.apache.hugegraph.computer.core.receiver.vertex that return OuterSortFlusher Modifier and Type Method Description protected OuterSortFlusherVertexMessageRecvPartition. outerSortFlusher() -
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.sort
Methods in org.apache.hugegraph.computer.core.sort with parameters of type OuterSortFlusher Modifier and Type Method Description voidBufferFileSorter. mergeBuffers(java.util.List<org.apache.hugegraph.computer.core.io.RandomAccessInput> inputs, OuterSortFlusher flusher, java.lang.String output, boolean withSubKv)voidDefaultSorter. mergeBuffers(java.util.List<EntryIterator> entries, KvEntryFileWriter writer, OuterSortFlusher flusher)voidHgkvFileSorter. mergeBuffers(java.util.List<org.apache.hugegraph.computer.core.io.RandomAccessInput> inputs, OuterSortFlusher flusher, java.lang.String output, boolean withSubKv)voidSorter. mergeBuffers(java.util.List<org.apache.hugegraph.computer.core.io.RandomAccessInput> inputBuffers, OuterSortFlusher flusher, java.lang.String output, boolean withSubKv)Merge the buffers by increasing order of key.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)voidBufferFileSorter. mergeInputs(java.util.List<java.lang.String> inputs, OuterSortFlusher flusher, java.util.List<java.lang.String> outputs, boolean withSubKv)voidHgkvFileSorter. mergeInputs(java.util.List<java.lang.String> inputs, OuterSortFlusher flusher, java.util.List<java.lang.String> outputs, boolean withSubKv)voidSorter. mergeInputs(java.util.List<java.lang.String> inputs, OuterSortFlusher flusher, java.util.List<java.lang.String> outputs, boolean withSubKv)Merge the n inputs into m outputs. -
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.sort.flusher
Classes in org.apache.hugegraph.computer.core.sort.flusher that implement OuterSortFlusher Modifier and Type Class Description classCombineKvOuterSortFlusherclassCombineSubKvOuterSortFlusherclassKvOuterSortFlusher -
Uses of OuterSortFlusher in org.apache.hugegraph.computer.core.sort.merge
Methods in org.apache.hugegraph.computer.core.sort.merge with parameters of type OuterSortFlusher 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 OuterSortFlusher in org.apache.hugegraph.computer.core.sort.sorting
Methods in org.apache.hugegraph.computer.core.sort.sorting with parameters of type OuterSortFlusher Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>SortManager. mergeBuffers(java.util.List<org.apache.hugegraph.computer.core.io.RandomAccessInput> inputs, java.lang.String path, boolean withSubKv, OuterSortFlusher flusher)voidSortManager. mergeInputs(java.util.List<java.lang.String> inputs, java.util.List<java.lang.String> outputs, boolean withSubKv, OuterSortFlusher flusher)
-