sklaha commented on code in PR #275:
URL: https://github.com/apache/cassandra-sidecar/pull/275#discussion_r2675328729
##########
client/src/main/java/org/apache/cassandra/sidecar/client/RequestContext.java:
##########
@@ -610,6 +611,18 @@ public Builder nodeDrainRequest()
return request(NODE_DRAIN_REQUEST);
}
+ /**
+ * Sets the {@code request} to be a {@link NodeMoveRequest} and
returns a reference to this Builder
+ * enabling method chaining.
+ *
+ * @param newToken the new token for the node to move to
+ * @return a reference to this Builder
+ */
+ public Builder nodeMoveRequest(String newToken)
Review Comment:
Done
--
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]