Class HikariPoolName


  • @Immutable
    public final class HikariPoolName
    extends java.lang.Object
    Hikari connection pool name.
    • Method Detail

      • toString

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

        public static HikariPoolName setDefaultPoolName​(java.util.Properties props,
                                                        java.lang.String cacheName)
        Sets a default poolName property as "cacheName.sqlStore".
        Parameters:
        props - The Hikari properties. Must not be null.
        cacheName - The configured Infinispan cache name. Must not be null.
        Returns:
        The set pool name.