| Package | Description |
|---|---|
| com.hcl.domino.admin.replication |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationFlags |
ReplicationFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationFlags[] |
ReplicationFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ReplicationFlags> |
ReplicaInfo.getReplicationFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReplicaInfo.isReplicationFlagSet(ReplicationFlags flag)
Returns true if a replication flag is set
|
void |
ReplicaInfo.setReplicationFlag(ReplicationFlags flag,
boolean on)
Method to change a replication flag
|
Copyright © 2019–2021 HCL. All rights reserved.