|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AepEngine.ReplicationPolicy>
com.neeve.aep.AepEngine.ReplicationPolicy
public static enum AepEngine.ReplicationPolicy
Enumerates an engine's supported replication policies
| Enum Constant Summary | |
|---|---|
Asynchronous
With this replication policy, message/state is replicated without soliciting an acknowledgement from the backup engine cluster instances. |
|
Pipelined
With this replication policy, message/state is replicated soliciting acknowledgements from the backup engine cluster instance(s) but inbound message processing is not blocked waiting for the acknowledgement to be received. |
|
| Method Summary | |
|---|---|
static AepEngine.ReplicationPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AepEngine.ReplicationPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AepEngine.ReplicationPolicy Asynchronous
public static final AepEngine.ReplicationPolicy Pipelined
| Method Detail |
|---|
public static AepEngine.ReplicationPolicy[] values()
for (AepEngine.ReplicationPolicy c : AepEngine.ReplicationPolicy.values()) System.out.println(c);
public static AepEngine.ReplicationPolicy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||