getUnassignedShards() public method

Gets the number of unassigned shards.
public getUnassignedShards ( ) : integer
return integer
Example #1
0
 /**
  * @group unit
  */
 public function testGetUnassignedShards()
 {
     $this->assertEquals(5, $this->_health->getUnassignedShards());
 }