getRelocatingShards() 공개 메소드

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