Home
last modified time | relevance | path

Searched defs:prioritizedClusterNames (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsClusterResource.java536 abstract ImmutableList<String> prioritizedClusterNames(); in prioritizedClusterNames() method in XdsClusterResource.CdsUpdate
542 static Builder forAggregate(String clusterName, List<String> prioritizedClusterNames) { in forAggregate()
664 protected abstract Builder prioritizedClusterNames(List<String> prioritizedClusterNames); in prioritizedClusterNames() argument