Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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