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

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