Class EnvironmentConfiguration.EnvironmentConfigurationCommand

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

    public static class EnvironmentConfiguration.EnvironmentConfigurationCommand
    extends java.lang.Object
    implements IClusterCallable<java.io.Serializable>
    This is a environment configuration command that updates the configuration information cached.
    Since:
    7.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.io.Serializable call()  
      • Methods inherited from class java.lang.Object

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

      • EnvironmentConfigurationCommand

        public EnvironmentConfigurationCommand​(boolean restartBigData)
    • Method Detail

      • call

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