Class Partition.Server

  • Enclosing class:
    Partition

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

      • 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.