public enum ReplicationTargetType extends Enum<ReplicationTargetType>
Enum Constant and Description |
---|
DURABLE_NOTIFICATION
The target is a registered durable notification
|
GATEWAY
The target is a gateway
|
LOCAL_VIEW
The target is a local view
|
MIRROR_SERVICE
The target is a mirror service
|
SPACE_INSTANCE
The target is a space instance
|
Modifier and Type | Method and Description |
---|---|
static ReplicationTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationTargetType SPACE_INSTANCE
public static final ReplicationTargetType MIRROR_SERVICE
public static final ReplicationTargetType GATEWAY
public static final ReplicationTargetType LOCAL_VIEW
public static final ReplicationTargetType DURABLE_NOTIFICATION
public static ReplicationTargetType[] values()
for (ReplicationTargetType c : ReplicationTargetType.values()) System.out.println(c);
public static ReplicationTargetType 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 © GigaSpaces.