Skip to content

Commit 698a1b0

Browse files
authored
Fix coordinator node API docs (#499)
1 parent f9cbfc2 commit 698a1b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/cassandra.h

+4
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)