@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/9718") public final class RingHashOptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
getRingSizeCap()
Get the global limit for min and max ring hash sizes.
|
static void |
setRingSizeCap(long ringSizeCap)
Set the global limit for the min and max number of ring hash entries per ring.
|
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/9718") public static void setRingSizeCap(long ringSizeCap)
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/9718") public static long getRingSizeCap()