Class PoolId


  • public final class PoolId
    extends java.lang.Object
    Represents a pool by its target endpoint and settings and its designated usage (shared or unique).

    A PoolId is represented by its HostConnectionPoolSetup and its PoolId.PoolUsage. If the later is SharedPool, it means that a shared pool must be used for this particular HostConnectionPoolSetup.

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object