skoppu22 commented on code in PR #139:
URL: https://github.com/apache/cassandra-sidecar/pull/139#discussion_r1827774693


##########
client/src/main/java/org/apache/cassandra/sidecar/client/RequestContext.java:
##########
@@ -486,6 +489,29 @@ public Builder connectedClientStatsRequest()
             return request(new ConnectedClientStatsRequest());
         }
 
+        /**
+         * Sets the {@code request} to be a {@link JobStatusRequest} and 
returns a reference to this Builder
+         * enabling method chaining.
+         *
+         * @return a reference to this Builder
+         */
+        public Builder jobStatusRequest(String jobId)

Review Comment:
   Minor, to be in.line with listJobsRequest() naming style below, can we have 
this named statusJobRequest?



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