apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

add generic parameter for RowLock #42

Closed javeme closed 4 years ago

javeme commented 4 years ago

Change-Id: I309b89846ca15d58ea39095d406a0b0b5de510e7

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #42      +/-   ##
============================================
+ Coverage        78%   78.08%   +0.07%     
- Complexity      584      585       +1     
============================================
  Files            55       55              
  Lines          1869     1871       +2     
  Branches        275      275              
============================================
+ Hits           1458     1461       +3     
  Misses          286      286              
+ Partials        125      124       -1
Impacted Files Coverage Δ Complexity Δ
...java/com/baidu/hugegraph/concurrent/LockGroup.java 96% <100%> (+0.34%) 13 <0> (ø) :arrow_down:
.../main/java/com/baidu/hugegraph/perf/Stopwatch.java 87.75% <0%> (+2.04%) 21% <0%> (+1%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 49bff5e...a29547e. Read the comment docs.