belliottsmith commented on a change in pull request #1:
URL: https://github.com/apache/cassandra-accord/pull/1#discussion_r798749438



##########
File path: accord-core/src/main/java/accord/messages/TxnRequestScope.java
##########
@@ -0,0 +1,147 @@
+package accord.messages;
+
+import accord.local.Node.Id;
+import accord.topology.KeyRanges;
+import accord.topology.Topologies;
+import accord.topology.Topology;
+import accord.txn.Keys;
+import accord.txn.Txn;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+import java.util.Objects;
+
+/**
+ * Indicates the ranges the coordinator expects the recipient to service for a 
request, and
+ * the minimum epochs the recipient will need to be aware of for each range
+ */
+public class TxnRequestScope
+{
+    public static class EpochRanges

Review comment:
       `EpochDomain`?  `KeysForEpoch`?




-- 
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