Refresh cluster membership and connections
(
&mut self,
new_endpoints: Option<Vec<String>>,
)
| 54 | |
| 55 | /// Refresh cluster membership and connections |
| 56 | pub async fn refresh( |
| 57 | &mut self, |
| 58 | new_endpoints: Option<Vec<String>>, |
| 59 | ) -> std::result::Result<(), ClientApiError> { |
| 60 | self.client.refresh(new_endpoints).await |
| 61 | } |
| 62 | |
| 63 | pub async fn execute_command( |
| 64 | &mut self, |
no outgoing calls
no test coverage detected