Class LocatorLauncher

  • java.lang.Object
    • com.vmware.gemfire.bootstrap.LocatorLauncher

  • public class LocatorLauncher
    extends java.lang.Object
    Executable class for starting a GemFire locator with modules support. Execute with argument --help for details on command line arguments.

    Sse org.apache.geode.distributed.LocatorLauncher for details.

    The only JAR file that should be included on the classpath should be gemfire-bootstrap.jar, all other JARs will be loaded as modules.

    See Tanzu GemFire documentation section Running GemFire Locator Processes for details on running.

    See Tanzu GemFire documentation section Classloader Isolation for more information about modules, extensions and classloader isolation.

    • Constructor Summary

      Constructors 
      Constructor Description
      LocatorLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(@NotNull java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • LocatorLauncher

        public LocatorLauncher()
    • Method Detail

      • main

        public static void main​(@NotNull
                                @NotNull java.lang.String[] args)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable