Home
last modified time | relevance | path

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

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadServer.java87 int asyncThreads = config.getAsyncServerThreads() == 0 in LoadServer()
89 : config.getAsyncServerThreads(); in LoadServer()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerConfig.php161 public function getAsyncServerThreads() function in Grpc\\Testing\\ServerConfig
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java8432 int getAsyncServerThreads(); in getAsyncServerThreads() method
8748 public int getAsyncServerThreads() { in getAsyncServerThreads() method in Control.ServerConfig
9018 result = result && (getAsyncServerThreads() in equals()
9019 == other.getAsyncServerThreads()); in equals()
9053 hash = (53 * hash) + getAsyncServerThreads(); in hashCode()
9319 if (other.getAsyncServerThreads() != 0) { in mergeFrom()
9320 setAsyncServerThreads(other.getAsyncServerThreads()); in mergeFrom()
9580 public int getAsyncServerThreads() { in getAsyncServerThreads() method in Control.ServerConfig.Builder