File tree
936 files changed
+65
-51
lines changed- .github/workflows
- computer
- computer-algorithm
- src/main/java/org/apache/hugegraph/computer/algorithm
- centrality
- betweenness
- closeness
- degree
- pagerank
- community
- cc
- kcore
- lpa
- trianglecount
- wcc
- path
- rings
- filter
- shortest
- sampling
- computer-api
- src/main/java/org/apache/hugegraph/computer
- algorithm
- core
- aggregator
- allocator
- combiner
- common
- exception
- config
- graph
- edge
- id
- properties
- value
- vertex
- input
- io
- master
- output
- hg
- exceptions
- metrics
- task
- util
- worker
- computer-core
- src/main/java/org/apache/hugegraph/computer/core
- aggregator
- allocator
- bsp
- combiner
- common
- exception
- compute
- input
- graph
- edge
- id
- partition
- vertex
- input
- filter
- hg
- loader
- io
- manager
- master
- network
- buffer
- connection
- message
- netty
- codec
- session
- output
- hdfs
- hg
- receiver
- edge
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
936 files changed
+65
-51
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
| |||
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
| 38 | + | |
35 | 39 |
| |
36 | 40 |
| |
37 | 41 |
| |
| |||
87 | 91 |
| |
88 | 92 |
| |
89 | 93 |
| |
90 |
| - | |
| 94 | + | |
91 | 95 |
| |
92 | 96 |
| |
93 | 97 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
| |||
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
43 |
| - | |
| 47 | + | |
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
| |||
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
56 |
| - | |
| 60 | + | |
57 | 61 |
| |
58 | 62 |
| |
59 | 63 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
| |||
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
61 |
| - | |
| 60 | + | |
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
|
Lines changed: 1 addition & 10 deletions
Lines changed: 12 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 |
| - | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 |
| |
21 | 26 |
| |
22 | 27 |
| |
| |||
27 | 32 |
| |
28 | 33 |
| |
29 | 34 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
0 commit comments