MCPcopy Create free account
hub / github.com/grpc/grpc-java / getOnReadyThreshold

Method getOnReadyThreshold

api/src/main/java/io/grpc/CallOptions.java:251–255  ·  view source on GitHub ↗

Returns to the default number of bytes that must be queued before the call will leave the 'wait for ready' state. @return null if the default threshold is used.

()

Source from the content-addressed store, hash-verified

249 * @return null if the default threshold is used.
250 */
251 @Nullable
252 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/11021")
253 public Integer getOnReadyThreshold() {
254 return onReadyThreshold;
255 }
256
257 /**
258 * Returns the compressor's name.

Callers 5

resetOnReadyThresholdMethod · 0.95
withOnReadyThresholdMethod · 0.95
withOnReadyThresholdMethod · 0.95
TransportStateMethod · 0.45

Calls

no outgoing calls

Tested by 4

resetOnReadyThresholdMethod · 0.76
withOnReadyThresholdMethod · 0.76
withOnReadyThresholdMethod · 0.76