Class JHostConfig$


  • public class JHostConfig$
    extends java.lang.Object
    Helper instance for Java to start HostConfig app
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JHostConfig$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      JHostConfig$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(java.lang.String name, Subsystem subsystem, java.lang.String[] args)
      Utility for starting multiple Containers on a single host machine
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final JHostConfig$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • JHostConfig$

        public JHostConfig$()
    • Method Detail

      • start

        public void start​(java.lang.String name,
                          Subsystem subsystem,
                          java.lang.String[] args)
        Utility for starting multiple Containers on a single host machine

        Parameters:
        name - the name to be used for the main app which uses this utility
        args - the command line args accepted in the main app which uses this utility
        subsystem - (undocumented)