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

Method isDrop

api/src/main/java/io/grpc/LoadBalancer.java:771–773  ·  view source on GitHub ↗

Returns true if this result was created by #withDrop withDrop(). @since 1.8.0

()

Source from the content-addressed store, hash-verified

769 * @since 1.8.0
770 */
771 public boolean isDrop() {
772 return drop;
773 }
774
775 /**
776 * Returns {@code true} if the pick was not created with {@link #withNoResult()}.

Calls

no outgoing calls