static ReplicationSelector |
ReplicationSelector.fromString(String s) |
Get a ReplicationSelector enum from its string representation.
|
ReplicationSelector[] |
ServiceManagementMBean.getReplicationSelectors(ServiceID id) |
Get the current replication selectors for a Service.
|
ReplicationSelector[][] |
ServiceManagementMBean.getReplicationSelectors(ServiceID[] services) |
Get an array of the replication selectors corresponding to an array of Service component identifiers.
|
static ReplicationSelector |
ReplicationSelector.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ReplicationSelector[] |
ReplicationSelector.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|