Home
last modified time | relevance | path

Searched refs:setOutstandingRpcsPerChannel (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/
DLoadWorkerTest.java81 .setOutstandingRpcsPerChannel(2) in runUnaryBlockingClosedLoop()
109 .setOutstandingRpcsPerChannel(1) in runUnaryAsyncClosedLoop()
138 .setOutstandingRpcsPerChannel(1) in runPingPongAsyncClosedLoop()
167 .setOutstandingRpcsPerChannel(1) in runGenericPingPongAsyncClosedLoop()
DLoadClientTest.java47 config.setOutstandingRpcsPerChannel(1); in testHistogramToStatsConversion()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php202 public function setOutstandingRpcsPerChannel($var) function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java4965 setOutstandingRpcsPerChannel(other.getOutstandingRpcsPerChannel()); in mergeFrom()
5370 public Builder setOutstandingRpcsPerChannel(int value) { in setOutstandingRpcsPerChannel() method in Control.ClientConfig.Builder