Searched defs:maxOutstanding (Results 1 – 3 of 3) sorted by relevance
327 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.AsyncUnaryWorker371 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.AsyncPingPongWorker447 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.GenericAsyncUnaryWorker494 final Semaphore maxOutstanding = new Semaphore(config.getOutstandingRpcsPerChannel()); field in LoadClient.GenericAsyncPingPongWorker
506 uint32_t maxOutstanding = 1; in type1Write() local
422 private final AtomicInteger maxOutstanding = new AtomicInteger(); field in ChannelPool.Entry