-
Notifications
You must be signed in to change notification settings - Fork 358
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
Gh-3283: Remove Graph operation for Federated POC #3285
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3285 +/- ##
=============================================
+ Coverage 67.64% 67.66% +0.01%
+ Complexity 2595 2594 -1
=============================================
Files 938 942 +4
Lines 30024 30070 +46
Branches 3321 3321
=============================================
+ Hits 20311 20346 +35
- Misses 8251 8262 +11
Partials 1462 1462 ☔ View full report in Codecov by Sentry. |
...main/java/uk/gov/gchq/gaffer/federated/simple/operation/handler/misc/RemoveGraphHandler.java
Show resolved
Hide resolved
🔥 |
...simple-federated-store/src/main/java/uk/gov/gchq/gaffer/federated/simple/FederatedStore.java
Outdated
Show resolved
Hide resolved
…ov/gchq/gaffer/federated/simple/FederatedStore.java Co-authored-by: cn337131 <[email protected]>
|
Adds a remove graph and get all graph IDs operation to the simple federated store. The remove graph can optionally delete all data or just de reference the graph.
Related issue