Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 25 of 74) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DGkeClusterReference.php25 public $cluster; variable in Google\\Service\\GameServices\\GkeClusterReference
30 public function setCluster($cluster) argument
32 $this->cluster = $cluster;
39 return $this->cluster;
H A DDeployedClusterState.php26 public $cluster; variable in Google\\Service\\GameServices\\DeployedClusterState
33 public function setCluster($cluster) argument
35 $this->cluster = $cluster;
42 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DDataprocParameters.php25 public $cluster; variable in Google\\Service\\AIPlatformNotebooks\\DataprocParameters
30 public function setCluster($cluster) argument
32 $this->cluster = $cluster;
39 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DStaticCluster.php25 public $cluster; variable in Google\\Service\\TrafficDirectorService\\StaticCluster
34 public function setCluster($cluster) argument
36 $this->cluster = $cluster;
43 return $this->cluster;
H A DDynamicCluster.php25 public $cluster; variable in Google\\Service\\TrafficDirectorService\\DynamicCluster
38 public function setCluster($cluster) argument
40 $this->cluster = $cluster;
47 return $this->cluster;
H A DNode.php34 public $cluster; variable in Google\\Service\\TrafficDirectorService\\Node
91 public function setCluster($cluster) argument
93 $this->cluster = $cluster;
100 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DGkeCluster.php25 public $cluster; variable in Google\\Service\\CloudDeploy\\GkeCluster
34 public function setCluster($cluster) argument
36 $this->cluster = $cluster;
43 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DGKE.php25 public $cluster; variable in Google\\Service\\Eventarc\\GKE
46 public function setCluster($cluster) argument
48 $this->cluster = $cluster;
55 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DClusterMetadata.php33 public $cluster; variable in Google\\Service\\BackupforGKE\\ClusterMetadata
74 public function setCluster($cluster) argument
76 $this->cluster = $cluster;
83 return $this->cluster;
H A DRestorePlan.php29 public $cluster; variable in Google\\Service\\BackupforGKE\\RestorePlan
78 public function setCluster($cluster) argument
80 $this->cluster = $cluster;
87 return $this->cluster;
H A DBackupPlan.php29 public $cluster; variable in Google\\Service\\BackupforGKE\\BackupPlan
100 public function setCluster($cluster) argument
102 $this->cluster = $cluster;
109 return $this->cluster;
H A DRestore.php29 public $cluster; variable in Google\\Service\\BackupforGKE\\Restore
106 public function setCluster($cluster) argument
108 $this->cluster = $cluster;
115 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DStoreLayoutClustersListResponse.php29 public function setCluster($cluster) argument
31 $this->cluster = $cluster;
38 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DPartialUpdateClusterRequest.php32 public function setCluster(Cluster $cluster) argument
34 $this->cluster = $cluster;
41 return $this->cluster;
H A DCreateClusterRequest.php36 public function setCluster(Cluster $cluster) argument
38 $this->cluster = $cluster;
45 return $this->cluster;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCreateClusterRequest.php40 public function setCluster(Cluster $cluster) argument
42 $this->cluster = $cluster;
49 return $this->cluster;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D804a97ff4d0613e6568e4efb19c52021.asciidoc12 $response = $client->cluster()->putSettings($params);
20 $response = $client->cluster()->putSettings($params);
28 $response = $client->cluster()->putSettings($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh4 # to form a cluster suitable for running the REST API tests.
34 --env cluster.name=$cluster_name
35 --env cluster.initial_master_nodes=$master_node_name
37 --env cluster.routing.allocation.disk.threshold_enabled=false
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc14 | `cluster()` | Cluster-centric stats and info
15 | `snapshot()` | Methods to snapshot/restore your cluster and indices
38 $response = $client->cluster()->stats();
H A Dselectors.asciidoc18 even load of traffic across your cluster. Round-robining happens on a
50 guarantees an even load distribution across the cluster. It changes the
55 nodes in your cluster. When using future mode, the default `RoundRobinSelector`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc75 $params['wait_for_removal'] = (boolean) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. (Default = true)
136 $params['level'] = (enum) Specify the level of detail for returned information (Options = cluster,indices,shards) (Default = cluster)
143 $params['wait_for_no_relocating_shards'] = (boolean) Whether to wait until there are no relocating shards in the cluster
144 $params['wait_for_no_initializing_shards'] = (boolean) Whether to wait until there are no initializing shards in the cluster
145 $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Options = green,yellow,red)
205 $params['body'] = (array) The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (Required)
H A DCcrNamespace.asciidoc98 $params['body'] = (array) the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index (Required)
H A DSearchableSnapshotsNamespace.asciidoc86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/Resource/
H A DProjectsRegionsClusters.php173 * @param string $cluster Required. The cluster, in the form clusters/.
178 …public function injectCredentials($project, $region, $cluster, InjectCredentialsRequest $postBody,… argument
180 …$params = ['project' => $project, 'region' => $region, 'cluster' => $cluster, 'postBody' => $postB…
/plugin/diagramsnet/lib/WEB-INF/
H A Dpusher.properties4 cluster=Replace_with_your_pusher_cluster key

123