getRelocatingShards() публичный Метод

Gets the number of relocating shards.
public getRelocatingShards ( ) : integer
Результат integer
Пример #1
0
 /**
  * @group unit
  */
 public function testGetRelocatingShards()
 {
     $this->assertEquals(2, $this->_health->getRelocatingShards());
 }