Class AgentPoolConstants


  • public final class AgentPoolConstants
    extends Object
    Author:
    Maxim.Manuylov Date: 3/16/12
    • Field Detail

      • MAX_POOL_NAME_LENGTH

        @Nonnegative
        public static final int MAX_POOL_NAME_LENGTH

        The length of the agent_pool.agent_pool_name column.

        MySQL (InnoDB) specific: 191 characters is the maximum varchar length allowed when the column is a part of an index, the database character set is utf8mb4 and row format is still compact. When using utf8 database character set, the length limit is 255 characters. When using the dynamic row format, there's no upper limit at all.

        See Also:
        "schema.config", Constant Field Values