Class DistributedSqlConfiguration


  • public abstract class DistributedSqlConfiguration
    extends Object
    Common distributed SQL configuration.
    • Field Detail

      • PROPERTY_UPDATE_MESSAGE

        protected static final String PROPERTY_UPDATE_MESSAGE
        Property update message.
        See Also:
        Constant Field Values
      • DFLT_QRY_TIMEOUT

        public static final int DFLT_QRY_TIMEOUT
        Default value of the query timeout.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DistributedSqlConfiguration

        protected DistributedSqlConfiguration​(GridKernalContext ctx,
                                              IgniteLogger log)
        Parameters:
        ctx - Kernal context
        log - Logger.