Package org.opends.server.discovery
Class Partition.Server
- java.lang.Object
-
- org.opends.server.discovery.Partition.Server
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Collection<com.forgerock.opendj.util.HostPort>
getLdapEndpoints()
Returns the host ports for this server.com.forgerock.opendj.util.HostPort
getLdapEndpointToUse()
Returns the host port that should be used to contact this server.Options
getOptions()
Return the connections options for this server.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getLdapEndpoints
public Collection<com.forgerock.opendj.util.HostPort> getLdapEndpoints()
Returns the host ports for this server.- Returns:
- the host ports for this server
-
getLdapEndpointToUse
public com.forgerock.opendj.util.HostPort getLdapEndpointToUse()
Returns the host port that should be used to contact this server.- Returns:
- the host port that should be used to contact this server.
-
getOptions
public Options getOptions()
Return the connections options for this server.- Returns:
- the connections options for this server.
-
-