메소드 |
설명 |
|
__construct ( Client $client ) |
Creates a cluster object. |
|
getClient ( ) : Client |
Returns the client object. |
|
getHealth ( ) : Health |
Return Cluster health. |
|
getIndexNames ( ) : array |
Return list of index names. |
|
getInfo ( array $args ) |
Returns the cluster information (not implemented yet). |
|
getNodeNames ( ) : array |
Returns a list of existing node names. |
|
getNodes ( ) : Node[] |
Returns all nodes of the cluster. |
|
getResponse ( ) : Response |
Returns the response object. |
|
getSettings ( ) : Settings |
Return Cluster settings. |
|
getState ( ) : array |
Returns the full state of the cluster. |
|
refresh ( ) |
Refreshes all cluster information (state). |
|