Lines Matching refs:_data
28 protected $_data;
41 return $this->_data;
49 $this->_data = $this->_retrieveHealthData();
59 return $this->_data['cluster_name'];
69 return $this->_data['status'];
77 return $this->_data['timed_out'];
85 return $this->_data['number_of_nodes'];
93 return $this->_data['number_of_data_nodes'];
101 return $this->_data['active_primary_shards'];
109 return $this->_data['active_shards'];
117 return $this->_data['relocating_shards'];
125 return $this->_data['initializing_shards'];
133 return $this->_data['unassigned_shards'];
141 return $this->_data['delayed_unassigned_shards'];
146 return $this->_data['number_of_pending_tasks'];
151 return $this->_data['number_of_in_flight_fetch'];
156 return $this->_data['task_max_waiting_in_queue_millis'];
161 return $this->_data['active_shards_percent_as_number'];
172 foreach ($this->_data['indices'] as $indexName => $index) {