from: computer-k8s to: computer-driver evidence: - file: "computer-k8s/src/main/java/org/apache/hugegraph/computer/k8s/config/KubeSpecOptions.java" contains "import org.apache.hugegraph.computer.driver.config.DriverConfigOption;" from: computer-k8s to: computer-driver evidence: - file: "computer-k8s/src/main/java/org/apache/hugegraph/computer/k8s/driver/KubernetesDriver.java" contains "import org.apache.hugegraph.computer.driver.ComputerDriver;" from: computer-k8s to: computer-test evidence: - file: "computer-k8s/src/main/java/org/apache/hugegraph/computer/k8s/driver/KubernetesDriver.java" contains "import static org.apache.hugegraph.computer.core.config.ComputerOptions.COMPUTER_PROHIBIT_USER_OPTIONS;" from: computer-k8s to: computer-api evidence: - file: "computer-k8s/src/main/java/org/apache/hugegraph/computer/k8s/driver/KubernetesDriver.java" contains "import static org.apache.hugegraph.computer.core.config.ComputerOptions.COMPUTER_PROHIBIT_USER_OPTIONS;" from: computer-test to: computer-k8s evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/k8s/AbstractK8sTest.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-test to: computer-k8s evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/k8s/MiniKubeTest.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-test to: computer-k8s evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/k8s/KubernetesDriverTest.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-test to: computer-k8s-operator evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/k8s/AbstractK8sTest.java" contains "import org.apache.hugegraph.computer.k8s.operator.config.OperatorOptions;" from: computer-test to: computer-k8s-operator evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/k8s/MiniKubeTest.java" contains "import org.apache.hugegraph.computer.k8s.operator.common.AbstractController;" from: computer-test to: computer-k8s-operator evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/k8s/OperatorTest.java" contains "import org.apache.hugegraph.computer.k8s.operator.common.OperatorRequest;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRankParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank4Master.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessValue.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentralityParams.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentrality.java" contains "import org.apache.hugegraph.computer.core.worker.Computation;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetection.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionOutput.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdListList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilterParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilter.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/SpreadFilter.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCount.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/Kcore.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/Wcc.java" contains "import org.apache.hugegraph.computer.core.combiner.Combiner;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/WccParams.java" contains "import org.apache.hugegraph.computer.core.combiner.ValueMinCombiner;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficient.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-test evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/lpa/Lpa.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentralityParams.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank4Master.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRankParams.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank.java" contains "import org.apache.hugegraph.computer.core.combiner.Combiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessValue.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentralityParams.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentralityParams.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentrality.java" contains "import org.apache.hugegraph.computer.core.worker.Computation;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetection.java" contains "import org.apache.hugegraph.computer.core.worker.Computation;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionOutput.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilter.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/SpreadFilter.java" contains "import org.apache.hugegraph.computer.core.graph.edge.Edge;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCount.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreParams.java" contains "import org.apache.hugegraph.computer.core.combiner.ValueMinCombiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/Kcore.java" contains "import org.apache.hugegraph.computer.core.combiner.Combiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/Wcc.java" contains "import org.apache.hugegraph.computer.core.combiner.Combiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/WccParams.java" contains "import org.apache.hugegraph.computer.core.combiner.ValueMinCombiner;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficient.java" contains "import org.apache.hugegraph.computer.core.worker.ComputationContext;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientOutput.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-algorithm to: computer-core evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/lpa/Lpa.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentralityParams.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRankParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/pagerank/PageRank4Master.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessValue.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentrality.java" contains "import org.apache.hugegraph.computer.core.graph.value.DoubleValue;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentralityParams.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentralityParams.java" contains "import org.apache.hugegraph.computer.core.combiner.DoubleValueSumCombiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentrality.java" contains "import org.apache.hugegraph.computer.core.worker.Computation;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetection.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionOutput.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdListList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilterParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionWithFilter.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/RingsDetectionMessage.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/filter/SpreadFilter.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCount.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreParams.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/Kcore.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/kcore/KcoreValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/Wcc.java" contains "import org.apache.hugegraph.computer.core.combiner.Combiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/wcc/WccParams.java" contains "import org.apache.hugegraph.computer.core.combiner.ValueMinCombiner;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientValue.java" contains "import org.apache.hugegraph.computer.core.io.RandomAccessInput;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficient.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientParams.java" contains "import org.apache.hugegraph.computer.core.graph.value.IdList;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/cc/ClusteringCoefficientOutput.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-algorithm to: computer-api evidence: - file: "computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/community/lpa/Lpa.java" contains "import org.apache.hugegraph.computer.core.graph.id.Id;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentralityTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphDoubleOutput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentralityTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphDoubleOutput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentralityTest.java" contains "import org.apache.hugegraph.computer.core.graph.edge.Edge;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphIntOutput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/community/lpa/LpaTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphStringOutput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/sort/sorter/SorterTest.java" contains "import org.apache.hugegraph.computer.core.store.file.hgkvfile.reader.HgkvDirReaderImpl;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/sort/sorter/SortLargeDataTest.java" contains "import org.apache.hugegraph.computer.core.store.file.hgkvfile.HgkvDir;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/sort/sorter/FlusherTest.java" contains "import org.apache.hugegraph.computer.core.store.buffer.KvEntriesInput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/graph/value/ValueTypeTest.java" contains "import org.apache.hugegraph.computer.core.common.exception.ComputerException;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/graph/partition/HashPartitionerTest.java" contains "import org.apache.hugegraph.computer.core.common.exception.ComputerException;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/common/FakeMasterComputation.java" contains "import org.apache.hugegraph.computer.core.master.MasterComputation;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/compute/input/MessageInputTest.java" contains "import org.apache.hugegraph.computer.core.network.message.MessageType;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/compute/input/EdgesInputTest.java" contains "import org.apache.hugegraph.computer.core.network.message.MessageType;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/receiver/message/ComputeMessageRecvPartitionTest.java" contains "import org.apache.hugegraph.computer.core.store.entry.KvEntry;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/receiver/edge/EdgeMessageRecvPartitionTest.java" contains "import org.apache.hugegraph.computer.core.graph.edge.Edge;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/receiver/vertex/VertexMessageRecvPartitionTest.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/WorkerServiceTest.java" contains "import org.apache.hugegraph.computer.core.output.LimitedLogOutput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/MockComputationParams.java" contains "import org.apache.hugegraph.computer.core.output.LimitedLogOutput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/MockMasterComputation2.java" contains "import org.apache.hugegraph.computer.core.master.MasterComputationContext;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/MockMasterComputation.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/HgkvDirTest.java" contains "import org.apache.hugegraph.computer.core.store.file.hgkvfile.reader.HgkvDirReaderImpl;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/HgkvFileTest.java" contains "import org.apache.hugegraph.computer.core.store.file.hgkvfile.reader.HgkvFileReaderImpl;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/StoreTestUtil.java" contains "import org.apache.hugegraph.computer.core.store.file.hgkvfile.HgkvDirImpl;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/ValueFileTest.java" contains "import org.apache.hugegraph.computer.core.store.file.seqfile.ValueFileInput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/BitFileTest.java" contains "import org.apache.hugegraph.computer.core.store.file.seqfile.BitsFileReader;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/EntriesUtilTest.java" contains "import org.apache.hugegraph.computer.core.store.buffer.SubKvEntriesInput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/store/EntryOutputTest.java" contains "import org.apache.hugegraph.computer.core.store.buffer.KvEntriesInput;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/AlgorithmTestBase.java" contains "import org.apache.hugegraph.computer.core.master.MasterService;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java" contains "import org.apache.hugegraph.computer.core.common.exception.ComputerException;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/suite/integrate/SenderIntegrateTest.java" contains "import org.apache.hugegraph.computer.core.network.message.Message;" from: computer-test to: computer-core evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/suite/integrate/MockComputation.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/betweenness/BetweennessCentralityTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphDoubleOutput;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/closeness/ClosenessCentralityTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphDoubleOutput;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/centrality/degree/DegreeCentralityTest.java" contains "import org.apache.hugegraph.computer.core.graph.edge.Edge;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/community/trianglecount/TriangleCountTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphIntOutput;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/community/lpa/LpaTest.java" contains "import org.apache.hugegraph.computer.core.output.hg.HugeGraphStringOutput;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/input/HugeConverterTest.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/sender/WriteBufferTest.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/sender/WriteBuffersTest.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/graph/value/ValueTypeTest.java" contains "import org.apache.hugegraph.computer.core.common.exception.ComputerException;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/graph/partition/HashPartitionerTest.java" contains "import org.apache.hugegraph.computer.core.common.exception.ComputerException;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/common/FakeMasterComputation.java" contains "import org.apache.hugegraph.computer.core.master.MasterComputation;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/compute/ComputeManagerTest.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/compute/input/EdgesInputTest.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/receiver/edge/EdgeMessageRecvPartitionTest.java" contains "import org.apache.hugegraph.computer.core.graph.edge.Edge;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/receiver/vertex/VertexMessageRecvPartitionTest.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/WorkerServiceTest.java" contains "import org.apache.hugegraph.computer.core.output.LimitedLogOutput;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/MockComputationParams.java" contains "import org.apache.hugegraph.computer.core.output.LimitedLogOutput;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/MockMasterComputation2.java" contains "import org.apache.hugegraph.computer.core.master.MasterComputationContext;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/core/worker/MockMasterComputation.java" contains "import org.apache.hugegraph.computer.core.master.DefaultMasterComputation;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/AlgorithmTestBase.java" contains "import org.apache.hugegraph.computer.core.master.MasterService;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java" contains "import org.apache.hugegraph.computer.core.common.exception.ComputerException;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/suite/integrate/MockComputation.java" contains "import org.apache.hugegraph.computer.core.graph.vertex.Vertex;" from: computer-test to: computer-api evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/suite/integrate/SenderIntegrateTest.java" contains "import org.apache.hugegraph.computer.core.common.exception.TransportException;" from: computer-test to: computer-algorithm evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/algorithm/path/rings/RingsDetectionWithFilterTest.java" contains "import org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/sort/sorting/SortManager.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/sort/sorting/RecvSortManager.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/util/ComputerContextUtil.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/bsp/Bsp4Worker.java" contains "import org.apache.hugegraph.computer.core.graph.value.IntValue;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/bsp/Bsp4Master.java" contains "import org.apache.hugegraph.computer.core.graph.value.IntValue;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/sort/merge/FileMergerImpl.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/FileEdgeFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/LoaderFileInputSplitFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/FileElementFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/FileVertxFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/LoaderGraphFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeGraphFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeInputSplitFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeElementFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeVertexFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeEdgeFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/aggregator/WorkerAggrManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/aggregator/MasterAggrManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/output/hdfs/HdfsOutputMerger.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/output/hdfs/HdfsOutput.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/manager/Manager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/manager/Managers.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/master/MasterService.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/worker/load/LoadService.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/rpc/WorkerRpcManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/rpc/MasterRpcManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/rpc/AggregateRpcService.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/hgkvfile/builder/HgkvFileBuilderImpl.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/hgkvfile/builder/HgkvDirBuilderImpl.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/ValueFileInput.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/ValueFileOutput.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/BitsFileReaderImpl.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-test evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/BitsFileWriterImpl.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/sort/sorting/SortManager.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/sort/sorting/RecvSortManager.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/util/ComputerContextUtil.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/HugeConverter.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/bsp/Bsp4Worker.java" contains "import org.apache.hugegraph.computer.core.graph.value.IntValue;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/bsp/Bsp4Master.java" contains "import org.apache.hugegraph.computer.core.graph.value.IntValue;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/compute/input/EdgesInput.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/compute/input/VertexInput.java" contains "import org.apache.hugegraph.computer.core.graph.properties.Properties;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/sort/merge/FileMergerImpl.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/FileEdgeFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/LoaderFileInputSplitFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/FileElementFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/FileVertxFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/loader/LoaderGraphFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeGraphFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeInputSplitFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeElementFetcher.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeVertexFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/input/hg/HugeEdgeFetcher.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/aggregator/WorkerAggrManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/aggregator/MasterAggrManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/output/hdfs/HdfsOutputMerger.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/output/hdfs/HdfsOutput.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/manager/Manager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/manager/Managers.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/master/MasterService.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/worker/load/LoadService.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/rpc/WorkerRpcManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/rpc/MasterRpcManager.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/rpc/AggregateRpcService.java" contains "import org.apache.hugegraph.computer.core.graph.value.Value;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/hgkvfile/builder/HgkvFileBuilderImpl.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/hgkvfile/builder/HgkvDirBuilderImpl.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/ValueFileInput.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/ValueFileOutput.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/BitsFileReaderImpl.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-core to: computer-api evidence: - file: "computer-core/src/main/java/org/apache/hugegraph/computer/core/store/file/seqfile/BitsFileWriterImpl.java" contains "import org.apache.hugegraph.computer.core.config.Config;" from: computer-test to: computer-driver evidence: - file: "computer-test/src/main/java/org/apache/hugegraph/computer/driver/ComputerOptionsTest.java" contains "import org.apache.hugegraph.computer.driver.config.DriverConfigOption;" from: computer-k8s-operator to: computer-k8s evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/config/OperatorOptions.java" contains "import org.apache.hugegraph.computer.k8s.Constants;" from: computer-k8s-operator to: computer-k8s evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobDeployer.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-k8s-operator to: computer-k8s evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobController.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-k8s-operator to: computer-k8s evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobComponent.java" contains "import org.apache.hugegraph.computer.k8s.crd.model.HugeGraphComputerJob;" from: computer-k8s-operator to: computer-k8s evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/common/AbstractController.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-k8s-operator to: computer-k8s evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/OperatorEntrypoint.java" contains "import org.apache.hugegraph.computer.k8s.util.KubeUtil;" from: computer-k8s-operator to: computer-test evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/config/OperatorOptions.java" contains "import org.apache.hugegraph.computer.k8s.Constants;" from: computer-k8s-operator to: computer-test evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobDeployer.java" contains "import org.apache.hugegraph.computer.k8s.Constants;" from: computer-k8s-operator to: computer-test evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobController.java" contains "import org.apache.hugegraph.computer.k8s.Constants;" from: computer-k8s-operator to: computer-test evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/OperatorEntrypoint.java" contains "import org.apache.hugegraph.computer.k8s.Constants;" from: computer-k8s-operator to: computer-api evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobDeployer.java" contains "import org.apache.hugegraph.computer.core.config.ComputerOptions;" from: computer-k8s-operator to: computer-driver evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/controller/ComputerJobController.java" contains "import org.apache.hugegraph.computer.driver.JobStatus;" from: computer-k8s-operator to: computer-driver evidence: - file: "computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/common/OperatorRequest.java" contains "import org.apache.hugegraph.computer.driver.util.JsonUtil;"