Method | Description | |
---|---|---|
SplitPartitionRequest ( System dn, int flags ) : System |
Constructs an extended operation object for splitting partition.
|
public SplitPartitionRequest ( System dn, int flags ) : System | ||
dn | System | The distinguished name of the container where the new /// partition root should be located. /// /// |
flags | int | Specifies whether all servers in the replica ring must be up before /// proceeding. When set to zero, the status of the servers is not /// checked. When set to Ldap_ENSURE_SERVERS_UP, all servers must be up /// for the operation to proceed. /// /// |
return | System |