getInitializingShards() public method

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