apache / phoenix-omid
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 16 components.
  • 168 files, 12,197 LOC (89.7% vs. main code).
  • "tso-server" is biggest, containing 26.91% of LOC.
  • "doc" is smallest, containing 1.09% of LOC.


tso-server3282 LOC (24%) 52 files
transaction-client1932 LOC (14%) 23 files
hbase-client1790 LOC (13%) 16 files
hbase-coprocessor1039 LOC (7%) 11 files
benchmarks764 LOC (5%) 12 files
hbase-common708 LOC (5%) 8 files
common502 LOC (3%) 8 files
hbase-commit-table359 LOC (2%) 4 files
statemachine326 LOC (2%) 2 files
timestamp-storage284 LOC (2%) 10 files
codahale-metrics282 LOC (2%) 2 files
metrics231 LOC (1%) 12 files
misc215 LOC (1%) 2 files
commit-table201 LOC (1%) 3 files
hbase-tools149 LOC (1%) 1 file
doc133 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 41 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 41 links contain 106 dependencies.
G misc misc metrics metrics codahale-metrics codahale-metrics hbase-client hbase-client hbase-client->metrics 2 hbase-client->codahale-metrics 2 hbase-common hbase-common hbase-client->hbase-common 2 common common hbase-client->common 1 commit-table commit-table hbase-client->commit-table 4 hbase-commit-table hbase-commit-table hbase-client->hbase-commit-table 1 hbase-tools hbase-tools hbase-client->hbase-tools 2 timestamp-storage timestamp-storage timestamp-storage->hbase-common 1 timestamp-storage->common 2 tso-server tso-server tso-server->metrics 15 tso-server->codahale-metrics 15 tso-server->timestamp-storage 5 tso-server->hbase-common 3 tso-server->common 3 tso-server->commit-table 7 tso-server->hbase-commit-table 1 tso-server->hbase-tools 1 statemachine statemachine transaction-client transaction-client transaction-client->metrics 1 transaction-client->codahale-metrics 1 transaction-client->statemachine 1 transaction-client->hbase-common 1 transaction-client->common 2 transaction-client->commit-table 3 benchmarks benchmarks benchmarks->metrics 2 benchmarks->codahale-metrics 2 benchmarks->hbase-common 2 benchmarks->common 1 benchmarks->transaction-client 2 benchmarks->commit-table 2 benchmarks->hbase-commit-table 1 benchmarks->hbase-tools 2 hbase-commit-table->hbase-common 1 hbase-commit-table->common 1 hbase-commit-table->commit-table 2 hbase-tools->timestamp-storage 1 hbase-tools->hbase-common 1 hbase-tools->hbase-commit-table 1 doc doc hbase-coprocessor hbase-coprocessor hbase-coprocessor->hbase-common 3 hbase-coprocessor->commit-table 3 hbase-coprocessor->hbase-commit-table 2 hbase-coprocessor->hbase-tools 1


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
tso-server80 commits (6%)
hbase-client60 commits (4%)
transaction-client52 commits (3%)
hbase-coprocessor47 commits (3%)
benchmarks32 commits (2%)
common31 commits (2%)
hbase-common28 commits (2%)
commit-table13 commits (<1%)
hbase-tools12 commits (<1%)
hbase-commit-table12 commits (<1%)
timestamp-storage11 commits (<1%)
metrics9 commits (<1%)
codahale-metrics7 commits (<1%)
doc7 commits (<1%)
statemachine6 commits (<1%)
misc4 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020 2019 2018 2017 2016 2015 2014
hbase-coprocessor
14
2
8
30
3
33
2
tso-server
4
2
14
28
14
65
16
337
1
2
common
4
1
1
2
1
4
5
22
transaction-client
3
1
10
6
42
22
133
hbase-common
3
5
3
3
9
3
34
hbase-client
3
8
16
72
23
62
hbase-tools
2
1
1
8
timestamp-storage
1
1
1
44
hbase-commit-table
1
1
3
3
16
codahale-metrics
1
10
commit-table
3
8
3
16
doc
2
7
statemachine
12
metrics
1
52
benchmarks
2
2
4
66
1
misc
4


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G tso-server tso-server tso-server--tso-server 1 transaction-client transaction-client tso-server--transaction-client 1 common common tso-server--common 1 transaction-client--transaction-client 1 transaction-client--common 1 common--common 1


2023-08-10 16:41