File tree 1 file changed +4
-0
lines changed
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,
5014
5014
* Gets the node that acted as coordinator for this query. If the future is not
5015
5015
* ready this method will wait for the future to be set.
5016
5016
*
5017
+ * @public @memberof CassFuture
5018
+ *
5017
5019
* @param future
5018
5020
* @return The coordinator node that handled the query. The lifetime of this
5019
5021
* 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,
5423
5425
* be used to re-query the same coordinator when used with the result of
5424
5426
* `cass_future_coordinator()`
5425
5427
*
5428
+ * @public @memberof CassStatement
5429
+ *
5426
5430
* @param statement
5427
5431
* @param address
5428
5432
* @return CASS_OK if successful, otherwise an error occurred.
You can’t perform that action at this time.
0 commit comments