File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5014,6 +5014,8 @@ cass_future_custom_payload_item(CassFuture* future,
50145014 * Gets the node that acted as coordinator for this query. If the future is not
50155015 * ready this method will wait for the future to be set.
50165016 *
5017+ * @public @memberof CassFuture
5018+ *
50175019 * @param future
50185020 * @return The coordinator node that handled the query. The lifetime of this
50195021 * object is the same as the result object it came from. NULL can be returned
@@ -5423,6 +5425,8 @@ cass_statement_set_host_inet(CassStatement* statement,
54235425 * be used to re-query the same coordinator when used with the result of
54245426 * `cass_future_coordinator()`
54255427 *
5428+ * @public @memberof CassStatement
5429+ *
54265430 * @param statement
54275431 * @param address
54285432 * @return CASS_OK if successful, otherwise an error occurred.
You can’t perform that action at this time.
0 commit comments