public static enum RpcChannelFactory.ClientChannelId extends Enum<RpcChannelFactory.ClientChannelId>
| Enum Constant and Description |
|---|
CLIENT_DEFAULT |
FETCHER |
| Modifier and Type | Method and Description |
|---|---|
static RpcChannelFactory.ClientChannelId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcChannelFactory.ClientChannelId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RpcChannelFactory.ClientChannelId CLIENT_DEFAULT
public static final RpcChannelFactory.ClientChannelId FETCHER
public static RpcChannelFactory.ClientChannelId[] values()
for (RpcChannelFactory.ClientChannelId c : RpcChannelFactory.ClientChannelId.values()) System.out.println(c);
public static RpcChannelFactory.ClientChannelId 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 © 2015 Apache Software Foundation. All Rights Reserved.