Searched refs:getClientChannels (Results 1 – 3 of 3) sorted by relevance
80 channels = new ManagedChannel[config.getClientChannels()]; in LoadClient()81 for (int i = 0; i < config.getClientChannels(); i++) { in LoadClient()110 threadCount = config.getOutstandingRpcsPerChannel() * config.getClientChannels(); in LoadClient()
217 public function getClientChannels() function in Grpc\\Testing\\ClientConfig
3676 int getClientChannels(); in getClientChannels() method4159 public int getClientChannels() { in getClientChannels() method in Control.ClientConfig4570 result = result && (getClientChannels() in equals()4571 == other.getClientChannels()); in equals()4624 hash = (53 * hash) + getClientChannels(); in hashCode()4967 if (other.getClientChannels() != 0) { in mergeFrom()4968 setClientChannels(other.getClientChannels()); in mergeFrom()5400 public int getClientChannels() { in getClientChannels() method in Control.ClientConfig.Builder