| 1 | <?php |
||
| 21 | class Cluster extends ApiAbstract |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * retrieve cluster status |
||
| 25 | * |
||
| 26 | * @return \Psr\Http\Message\ResponseInterface |
||
| 27 | */ |
||
| 28 | public function retrieveClusterStatus() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * forcibly remove a node |
||
| 35 | * |
||
| 36 | * @param string $name |
||
| 37 | * |
||
| 38 | * @return \Psr\Http\Message\ResponseInterface |
||
| 39 | */ |
||
| 40 | public function forciblyRemoveANode($name) |
||
| 52 | } |
||
| 53 |