Uses of Interface
org.apache.hugegraph.computer.core.store.file.select.SelectedFiles
-
Packages that use SelectedFiles Package Description org.apache.hugegraph.computer.core.sort org.apache.hugegraph.computer.core.store.file.select -
-
Uses of SelectedFiles in org.apache.hugegraph.computer.core.sort
Method parameters in org.apache.hugegraph.computer.core.sort with type arguments of type SelectedFiles Modifier and Type Method Description 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 SelectedFiles in org.apache.hugegraph.computer.core.store.file.select
Classes in org.apache.hugegraph.computer.core.store.file.select that implement SelectedFiles Modifier and Type Class Description classDefaultSelectedFilesMethods in org.apache.hugegraph.computer.core.store.file.select that return types with arguments of type SelectedFiles Modifier and Type Method Description java.util.List<SelectedFiles>DisperseEvenlySelector. selectedByBufferFile(java.util.List<java.lang.String> inputs, java.util.List<java.lang.String> outputs)java.util.List<SelectedFiles>InputFilesSelector. selectedByBufferFile(java.util.List<java.lang.String> inputs, java.util.List<java.lang.String> outputs)Select the input files to the output files.java.util.List<SelectedFiles>DisperseEvenlySelector. selectedByHgkvFile(java.util.List<java.lang.String> inputs, java.util.List<java.lang.String> outputs)java.util.List<SelectedFiles>InputFilesSelector. selectedByHgkvFile(java.util.List<java.lang.String> inputs, java.util.List<java.lang.String> outputs)Select the input files to the output files.
-