Searched refs:waitForReady (Results 1 – 7 of 7) sorted by relevance
69 private boolean waitForReady; field in CallOptions150 newOptions.waitForReady = true; in withWaitForReady()160 newOptions.waitForReady = false; in withoutWaitForReady()365 return waitForReady; in isWaitForReady()419 waitForReady = other.waitForReady; in CallOptions()
132 final Boolean waitForReady; field in ServiceConfigInterceptor.MethodInfo147 waitForReady = ServiceConfigUtil.getWaitForReadyFromMethodConfig(methodConfig); in MethodInfo()177 timeoutNanos, waitForReady, maxInboundMessageSize, maxOutboundMessageSize, retryPolicy); in hashCode()187 && Objects.equal(this.waitForReady, that.waitForReady) in equals()197 .add("waitForReady", waitForReady) in toString()373 if (info.waitForReady != null) { in interceptCall()375 info.waitForReady ? callOptions.withWaitForReady() : callOptions.withoutWaitForReady(); in interceptCall()
36 $this->assertFalse(self::$client->waitForReady(1));41 $this->assertTrue(self::$client->waitForReady(250000));46 $this->assertTrue(self::$client->waitForReady(250000));47 $this->assertTrue(self::$client->waitForReady(100));
210 public CallOptions WithWaitForReady(bool waitForReady = true) in WithWaitForReady()212 if (waitForReady) in WithWaitForReady()
143 public function waitForReady($timeout) function in Grpc\\BaseStub
74 'waitForReady': bool,
916 private void subtestFailRpcFromBalancer(boolean waitForReady, boolean drop, boolean shouldFail) { in subtestFailRpcFromBalancer() argument921 if (waitForReady) { in subtestFailRpcFromBalancer()