Home
last modified time | relevance | path

Searched refs:getClientChannels (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java80 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()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php217 public function getClientChannels() function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3676 int getClientChannels(); in getClientChannels() method
4159 public int getClientChannels() { in getClientChannels() method in Control.ClientConfig
4570 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