Skip to content

Commit

Permalink
Fix coordinator node API docs (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick authored Mar 11, 2021
1 parent f9cbfc2 commit 698a1b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -5014,6 +5014,8 @@ cass_future_custom_payload_item(CassFuture* future,
* Gets the node that acted as coordinator for this query. If the future is not
* ready this method will wait for the future to be set.
*
* @public @memberof CassFuture
*
* @param future
* @return The coordinator node that handled the query. The lifetime of this
* object is the same as the result object it came from. NULL can be returned
Expand Down Expand Up @@ -5423,6 +5425,8 @@ cass_statement_set_host_inet(CassStatement* statement,
* be used to re-query the same coordinator when used with the result of
* `cass_future_coordinator()`
*
* @public @memberof CassStatement
*
* @param statement
* @param address
* @return CASS_OK if successful, otherwise an error occurred.
Expand Down

0 comments on commit 698a1b0

Please sign in to comment.