public static enum OStorageRemote.CONNECTION_STRATEGY extends Enum<OStorageRemote.CONNECTION_STRATEGY>
Enum Constant and Description |
---|
ROUND_ROBIN_CONNECT |
ROUND_ROBIN_REQUEST |
STICKY |
Modifier and Type | Method and Description |
---|---|
static OStorageRemote.CONNECTION_STRATEGY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OStorageRemote.CONNECTION_STRATEGY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OStorageRemote.CONNECTION_STRATEGY STICKY
public static final OStorageRemote.CONNECTION_STRATEGY ROUND_ROBIN_CONNECT
public static final OStorageRemote.CONNECTION_STRATEGY ROUND_ROBIN_REQUEST
public static OStorageRemote.CONNECTION_STRATEGY[] values()
for (OStorageRemote.CONNECTION_STRATEGY c : OStorageRemote.CONNECTION_STRATEGY.values()) System.out.println(c);
public static OStorageRemote.CONNECTION_STRATEGY 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 © 2009–2020 OrientDB. All rights reserved.