getRelocatingShards() public method

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