Searched refs:getOutstandingRpcsPerChannel (Results 1 – 4 of 4) sorted by relevance
110 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());
75 hardAssert($config->getOutstandingRpcsPerChannel() == 1, "Only 1 outstanding RPC supported");
189 public function getOutstandingRpcsPerChannel() function in Grpc\\Testing\\ClientConfig
3666 int getOutstandingRpcsPerChannel(); in getOutstandingRpcsPerChannel() method4145 public int getOutstandingRpcsPerChannel() { in getOutstandingRpcsPerChannel() method in Control.ClientConfig4568 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