iamaleksey commented on code in PR #62:
URL: https://github.com/apache/cassandra-accord/pull/62#discussion_r1303043418


##########
accord-core/src/main/java/accord/primitives/PartialTxn.java:
##########
@@ -55,6 +57,8 @@ default boolean covers(Participants<?> participants)
         return covering().containsAll(participants);
     }
 
+    boolean covers(PartialTxn txn);

Review Comment:
   Coming up with a name for it was a struggle, because all these terms are 
overloaded, including 'superceding'. I scouted thesaurus to no satisfactory 
outcome.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to