Class HostConnectionPoolSetup

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public final class HostConnectionPoolSetup
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1, T2 v2, T3 v3)  
      java.lang.String host()  
      int port()  
      ConnectionPoolSetup setup()  
      static java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • HostConnectionPoolSetup

        public HostConnectionPoolSetup​(java.lang.String host,
                                       int port,
                                       ConnectionPoolSetup setup)
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1,
                                       T2 v2,
                                       T3 v3)
      • toString

        public static java.lang.String toString()
      • host

        public java.lang.String host()
      • port

        public int port()