public static enum RegionConnectionFactory.ConnectionType extends Enum<RegionConnectionFactory.ConnectionType>
| Enum Constant and Description |
|---|
COMPACTION_CONNECTION |
DEFAULT_SERVER_CONNECTION |
READ_CONNECTION |
| Modifier and Type | Method and Description |
|---|---|
static RegionConnectionFactory.ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionConnectionFactory.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionConnectionFactory.ConnectionType COMPACTION_CONNECTION
public static final RegionConnectionFactory.ConnectionType READ_CONNECTION
public static final RegionConnectionFactory.ConnectionType DEFAULT_SERVER_CONNECTION
public static RegionConnectionFactory.ConnectionType[] values()
for (RegionConnectionFactory.ConnectionType c : RegionConnectionFactory.ConnectionType.values()) System.out.println(c);
public static RegionConnectionFactory.ConnectionType 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 © 2011–2020 Apache Software Foundation. All rights reserved.