public static enum GrpcChannelKey.PoolingStrategy extends Enum<GrpcChannelKey.PoolingStrategy>
Modifier and Type | Method and Description |
---|---|
static GrpcChannelKey.PoolingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcChannelKey.PoolingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpcChannelKey.PoolingStrategy DEFAULT
public static final GrpcChannelKey.PoolingStrategy DISABLED
public static GrpcChannelKey.PoolingStrategy[] values()
for (GrpcChannelKey.PoolingStrategy c : GrpcChannelKey.PoolingStrategy.values()) System.out.println(c);
public static GrpcChannelKey.PoolingStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All Rights Reserved.