yifan-c commented on code in PR #171:
URL: https://github.com/apache/cassandra-sidecar/pull/171#discussion_r1955380542


##########
server-common/src/main/java/org/apache/cassandra/sidecar/common/server/cluster/locator/TokenRange.java:
##########
@@ -108,6 +140,14 @@ public Token start()
         return range.lowerEndpoint();
     }
 
+    /**
+     * @return start token as {@link BigInteger}. It is not enclosed in the 
range.
+     */
+    public BigInteger startAsBigInt()

Review Comment:
   Cannot find the callsites, actually. 



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