Class ConnectionPoolConfig

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectionPoolConfig
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionPoolConfig​(int core, int max, int buffer, long keepAliveTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int buffer()  
      int core()  
      long keepAliveTime()  
      int max()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionPoolConfig

        public ConnectionPoolConfig​(int core,
                                    int max,
                                    int buffer,
                                    long keepAliveTime)
    • Method Detail

      • core

        public int core()
      • max

        public int max()
      • buffer

        public int buffer()
      • keepAliveTime

        public long keepAliveTime()