Class MySqlNamedBlobDbConfig


  • public class MySqlNamedBlobDbConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DB_INFO  
      java.lang.String dbInfo
      Serialized json array containing the information about all mysql end points.
      static java.lang.String LIST_MAX_RESULTS  
      int listMaxResults
      The maximum number of entries to return per response page when listing blobs.
      static java.lang.String POOL_SIZE  
      int poolSize
      Number of connections and threads to use for executing transactions.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LIST_MAX_RESULTS

        public static final java.lang.String LIST_MAX_RESULTS
        See Also:
        Constant Field Values
      • dbInfo

        @Config("mysql.named.blob.db.info")
        public final java.lang.String dbInfo
        Serialized json array containing the information about all mysql end points. See MySqlAccountServiceConfig.dbInfo for information about the format of the json array.
      • poolSize

        @Config("mysql.named.blob.pool.size")
        @Default("10")
        public final int poolSize
        Number of connections and threads to use for executing transactions.
      • listMaxResults

        @Config("mysql.named.blob.list.max.results")
        @Default("100")
        public final int listMaxResults
        The maximum number of entries to return per response page when listing blobs.
    • Constructor Detail

      • MySqlNamedBlobDbConfig

        public MySqlNamedBlobDbConfig​(VerifiableProperties verifiableProperties)