Home
last modified time | relevance | path

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

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java110 threadCount = config.getOutstandingRpcsPerChannel() * config.getClientChannels(); in LoadClient()
327 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel());
371 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel());
447 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel());
494 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel());
/external/grpc-grpc/src/php/tests/qps/
Dclient.php75 hardAssert($config->getOutstandingRpcsPerChannel() == 1, "Only 1 outstanding RPC supported");
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php189 public function getOutstandingRpcsPerChannel() function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3666 int getOutstandingRpcsPerChannel(); in getOutstandingRpcsPerChannel() method
4145 public int getOutstandingRpcsPerChannel() { in getOutstandingRpcsPerChannel() method in Control.ClientConfig
4568 result = result && (getOutstandingRpcsPerChannel() in equals()
4569 == other.getOutstandingRpcsPerChannel()); in equals()
4622 hash = (53 * hash) + getOutstandingRpcsPerChannel(); in hashCode()
4964 if (other.getOutstandingRpcsPerChannel() != 0) { in mergeFrom()
4965 setOutstandingRpcsPerChannel(other.getOutstandingRpcsPerChannel()); in mergeFrom()
5359 public int getOutstandingRpcsPerChannel() { in getOutstandingRpcsPerChannel() method in Control.ClientConfig.Builder