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

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