Home
last modified time | relevance | path

Searched defs:clusterName (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/google-cloud-java/java-dataproc/google-cloud-dataproc/src/test/java/com/google/cloud/dataproc/v1/
H A DClusterControllerClientTest.java173 String clusterName = "clusterName-1141738587"; in updateClusterTest() local
204 String clusterName = "clusterName-1141738587"; in updateClusterExceptionTest() local
373 String clusterName = "clusterName-1141738587"; in deleteClusterTest() local
398 String clusterName = "clusterName-1141738587"; in deleteClusterExceptionTest() local
426 String clusterName = "clusterName-1141738587"; in getClusterTest() local
452 String clusterName = "clusterName-1141738587"; in getClusterExceptionTest() local
571 String clusterName = "clusterName-1141738587"; in diagnoseClusterTest() local
598 String clusterName = "clusterName-1141738587"; in diagnoseClusterExceptionTest() local
H A DClusterControllerClientHttpJsonTest.java170 String clusterName = "clusterName-7787"; in updateClusterTest() local
203 String clusterName = "clusterName-7787"; in updateClusterExceptionTest() local
367 String clusterName = "clusterName-7787"; in deleteClusterTest() local
396 String clusterName = "clusterName-7787"; in deleteClusterExceptionTest() local
421 String clusterName = "clusterName-7787"; in getClusterTest() local
451 String clusterName = "clusterName-7787"; in getClusterExceptionTest() local
579 String clusterName = "clusterName-7787"; in diagnoseClusterTest() local
610 String clusterName = "clusterName-7787"; in diagnoseClusterExceptionTest() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsClusterResource.java153 String clusterName = cluster.getName(); in parseAggregateCluster() local
174 String clusterName = cluster.getName(); in parseNonAggregateCluster() local
492 abstract String clusterName(); in clusterName() method in XdsClusterResource.CdsUpdate
542 static Builder forAggregate(String clusterName, List<String> prioritizedClusterNames) { in forAggregate()
553 static Builder forEds(String clusterName, @Nullable String edsServiceName, in forEds()
570 static Builder forLogicalDns(String clusterName, String dnsHostName, in forLogicalDns()
617 protected abstract Builder clusterName(String clusterName); in clusterName() method in XdsClusterResource.CdsUpdate.Builder
H A DLoadStatsManager2.java241 private final String clusterName; field in LoadStatsManager2.ClusterDropStats
249 String clusterName, @Nullable String edsServiceName, Stopwatch stopwatch) { in ClusterDropStats()
316 private final String clusterName; field in LoadStatsManager2.ClusterLocalityStats
327 String clusterName, @Nullable String edsServiceName, Locality locality, in ClusterLocalityStats()
H A DStats.java30 abstract String clusterName(); in clusterName() method in Stats.ClusterStats
51 abstract Builder clusterName(String clusterName); in clusterName() method in Stats.ClusterStats.Builder
H A DXdsEndpointResource.java205 final String clusterName; field in XdsEndpointResource.EdsUpdate
209 EdsUpdate(String clusterName, Map<Locality, LocalityLbEndpoints> localityLbEndpoints, in EdsUpdate()
H A DXdsClient.java329 ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName) { in addClusterDropStats()
342 ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName, in addClusterLocalityStats()
H A DXdsClientImpl.java345 final ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName) { in addClusterDropStats()
360 final ServerInfo serverInfo, String clusterName, @Nullable String edsServiceName, in addClusterLocalityStats()
/aosp_15_r20/external/aws-sdk-java-v2/services/eks/src/main/resources/codegen-resources/
H A Dapi-2.json91 "clusterName":{"shape":"String"}, object
189 "clusterName":{"shape":"String"}, object
226 "clusterName":{"shape":"String"}, object
235 "clusterName":{"shape":"String"}, object
244 "clusterName":{"shape":"String"}, object
253 "clusterName":{"shape":"String"}, object
279 "clusterName":{"shape":"String"}, object
H A Dservice-2.json993 "clusterName":{ object
1083 "clusterName":{ object
1265 "clusterName":{ object
1290 "clusterName":{ object
1311 "clusterName":{ object
1341 "clusterName":{ object
1474 "clusterName":{ object
1805 "clusterName":{ object
1851 "clusterName":{ object
2017 "clusterName":{ object
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/
H A DClusterControllerClient.java414 String projectId, String region, String clusterName, Cluster cluster, FieldMask updateMask) { in updateClusterAsync()
767 String projectId, String region, String clusterName) { in deleteClusterAsync()
907 public final Cluster getCluster(String projectId, String region, String clusterName) { in getCluster()
1204 diagnoseClusterAsync(String projectId, String region, String clusterName) { in diagnoseClusterAsync()
/aosp_15_r20/external/opencensus-java/contrib/resource_util/src/main/java/io/opencensus/contrib/resource/util/
H A DK8sResource.java83 public static Resource create(String clusterName, String namespace, String podName) { in create()
98 String clusterName, String namespace, String podName, String deploymentName) { in create()
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DCdsLoadBalancer2Test.java675 private void deliverCdsUpdate(String clusterName, CdsUpdate update) { in deliverCdsUpdate()
681 private void deliverResourceNotExist(String clusterName) { in deliverResourceNotExist()
H A DClusterImplLoadBalancerTest.java819 ServerInfo lrsServerInfo, String clusterName, @Nullable String edsServiceName) { in addClusterDropStats()
825 ServerInfo lrsServerInfo, String clusterName, @Nullable String edsServiceName, in addClusterLocalityStats()
H A DLoadReportClientTest.java613 private ClusterStats findClusterStats(List<ClusterStats> clusterStatsList, String clusterName) { in findClusterStats()
/aosp_15_r20/external/google-cloud-java/java-dataproc/samples/snippets/generated/com/google/cloud/dataproc/v1/clustercontroller/deletecluster/
H A DSyncDeleteClusterStringStringString.java38 String clusterName = "clusterName-1141738587"; in syncDeleteClusterStringStringString() local
/aosp_15_r20/external/google-cloud-java/java-dataproc/samples/snippets/generated/com/google/cloud/dataproc/v1/clustercontroller/diagnosecluster/
H A DSyncDiagnoseClusterStringStringString.java38 String clusterName = "clusterName-1141738587"; in syncDiagnoseClusterStringStringString() local
/aosp_15_r20/external/google-cloud-java/java-dataproc/samples/snippets/generated/com/google/cloud/dataproc/v1/clustercontroller/getcluster/
H A DSyncGetClusterStringStringString.java38 String clusterName = "clusterName-1141738587"; in syncGetClusterStringStringString() local
/aosp_15_r20/external/google-cloud-java/java-dataproc/samples/snippets/generated/com/google/cloud/dataproc/v1/clustercontroller/updatecluster/
H A DSyncUpdateClusterStringStringStringClusterFieldmask.java39 String clusterName = "clusterName-1141738587"; in syncUpdateClusterStringStringStringClusterFieldmask() local
/aosp_15_r20/external/aws-sdk-java-v2/services/ecs/src/main/resources/codegen-resources/
H A Dexamples-1.json7 "clusterName": "my_cluster" string
13 "clusterName": "my_cluster", string
167 "clusterName": "my_cluster", string
234 "clusterName": "default", string
/aosp_15_r20/external/google-cloud-java/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/
H A DClusterName.java213 private Builder(ClusterName clusterName) { in Builder()
/aosp_15_r20/external/google-cloud-java/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/java/com/google/cloud/alloydb/v1beta/
H A DClusterName.java213 private Builder(ClusterName clusterName) { in Builder()
/aosp_15_r20/external/google-cloud-java/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/
H A DClusterName.java213 private Builder(ClusterName clusterName) { in Builder()
/aosp_15_r20/external/google-cloud-java/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/java/com/google/cloud/alloydb/v1alpha/
H A DClusterName.java213 private Builder(ClusterName clusterName) { in Builder()
/aosp_15_r20/external/google-cloud-java/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/
H A DClusterName.java258 private Builder(ClusterName clusterName) { in Builder()

12