Searched refs:getAsyncServerThreads (Results 1 – 3 of 3) sorted by relevance
87 int asyncThreads = config.getAsyncServerThreads() == 0 in LoadServer()89 : config.getAsyncServerThreads(); in LoadServer()
161 public function getAsyncServerThreads() function in Grpc\\Testing\\ServerConfig
8432 int getAsyncServerThreads(); in getAsyncServerThreads() method8748 public int getAsyncServerThreads() { in getAsyncServerThreads() method in Control.ServerConfig9018 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