Class AiConfig.ResetCurrentAiConfig

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Callable<java.lang.String>, IClusterCallable<java.lang.String>
    Enclosing class:
    AiConfig

    public static class AiConfig.ResetCurrentAiConfig
    extends java.lang.Object
    implements IClusterCallable<java.lang.String>
    Class used to reset CURRENT config value on all clusters.
    Since:
    16.1.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String call()  
      • Methods inherited from class java.lang.Object

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

      • ResetCurrentAiConfig

        public ResetCurrentAiConfig()
    • Method Detail

      • call

        public java.lang.String call()
                              throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.String>
        Throws:
        java.lang.Exception