yifan-c commented on code in PR #171:
URL: https://github.com/apache/cassandra-sidecar/pull/171#discussion_r1955373052
##########
server-common/src/main/java/org/apache/cassandra/sidecar/common/server/cluster/locator/TokenRange.java:
##########
@@ -116,6 +156,14 @@ public Token end()
return range.upperEndpoint();
}
+ /**
+ * @return end token as {@link BigInteger}. It is the last token enclosed
in the range.
+ */
+ public BigInteger endAsBigInt()
Review Comment:
Yep. Updating the callsites
--
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]