Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RamCache support custom expire time #1494

Merged
merged 2 commits into from
Jun 18, 2021
Merged

RamCache support custom expire time #1494

merged 2 commits into from
Jun 18, 2021

Conversation

corgiboygsj
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #1494 (1c9c0e9) into master (461948e) will decrease coverage by 2.84%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1494      +/-   ##
============================================
- Coverage     63.63%   60.78%   -2.85%     
+ Complexity     5863      527    -5336     
============================================
  Files           381      423      +42     
  Lines         32190    35051    +2861     
  Branches       4506     4967     +461     
============================================
+ Hits          20484    21307     +823     
- Misses         9608    11600    +1992     
- Partials       2098     2144      +46     
Impacted Files Coverage Δ
...m/baidu/hugegraph/backend/cache/AbstractCache.java 71.15% <100.00%> (+0.28%) ⬆️
.../com/baidu/hugegraph/backend/cache/LevelCache.java 92.10% <100.00%> (ø)
...om/baidu/hugegraph/backend/cache/OffheapCache.java 57.83% <100.00%> (ø)
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.15% <100.00%> (+0.32%) ⬆️
...in/java/com/baidu/hugegraph/api/graph/EdgeAPI.java 53.36% <0.00%> (-0.85%) ⬇️
...u/hugegraph/backend/store/hbase/HbaseSessions.java 57.87% <0.00%> (-0.85%) ⬇️
.../baidu/hugegraph/backend/store/ram/IntLongMap.java 58.82% <0.00%> (-0.56%) ⬇️
...java/com/baidu/hugegraph/structure/HugeVertex.java 78.77% <0.00%> (-0.04%) ⬇️
...e/src/main/java/com/baidu/hugegraph/HugeGraph.java 65.30% <0.00%> (ø)
...n/java/com/baidu/hugegraph/version/ApiVersion.java 75.00% <0.00%> (ø)
... and 82 more

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 461948e...1c9c0e9. Read the comment docs.

@Linary Linary merged commit 0935c75 into master Jun 18, 2021
@Linary Linary deleted the ram_cache_custom_expire branch June 18, 2021 05:18
jadepeng pushed a commit to jadepeng/hugegraph that referenced this pull request Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants