Home
last modified time | relevance | path

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

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java81 static Builder newBuilder(ClientParam... supportedParams) { in newBuilder()
86 private final Collection<Param> supportedParams; field in ClientConfiguration.Builder
88 private Builder(ClientParam... supportedParams) { in Builder()
125 private static Set<Param> supportedOptionsSet(ClientParam... supportedParams) { in supportedOptionsSet()
DServerConfiguration.java80 private static List<Param> supportedParams() { in supportedParams() method in ServerConfiguration.Builder