Class Partition.Server

java.lang.Object
org.forgerock.opendj.discovery.Partition.Server
Enclosing class:
Partition

public static final class Partition.Server extends Object
A server from a partition.
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object