Home
last modified time | relevance | path

Searched refs:replicas (Results 1 – 8 of 8) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RevisionStatus.php32 public $replicas; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RevisionStatus
69 public function setReplicas($replicas) argument
71 $this->replicas = $replicas;
78 return $this->replicas;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DDeployedFleetStatus.php33 public $replicas; variable in Google\\Service\\GameServices\\DeployedFleetStatus
70 public function setReplicas($replicas) argument
72 $this->replicas = $replicas;
79 return $this->replicas;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DUserManaged.php29 public function setReplicas($replicas) argument
31 $this->replicas = $replicas;
38 return $this->replicas;
H A DUserManagedStatus.php29 public function setReplicas($replicas) argument
31 $this->replicas = $replicas;
38 return $this->replicas;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DInstanceConfig.php83 public function setReplicas($replicas) argument
85 $this->replicas = $replicas;
92 return $this->replicas;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
478 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
656 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the reindex operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
836 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc57 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1) (Default = 0)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php147 * Sets the number of replicas.
149 * @param int $replicas Number of replicas
157 public function setNumberOfReplicas(int $replicas): Response
159 return $this->set(['number_of_replicas' => $replicas]);
163 * Returns the number of replicas.
165 * If no number of replicas is set, the default number is returned
171 * @return int The number of replicas
143 setNumberOfReplicas(int $replicas) global() argument