Package | Description |
---|---|
com.opencloud.rhino.management.service |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceManagementMBean.setReplicationSelectors(ServiceID id,
ReplicationSelector[] selectors)
Set the replication selectors for a service.
|