Class/Object

io.snappydata.tools

LeaderLauncher

Related Docs: object LeaderLauncher | package tools

Permalink

class LeaderLauncher extends GfxdServerLauncher

Extending server launcher to init Jobserver as part of lead node startup. This node won't start DRDA network server.

Linear Supertypes
GfxdServerLauncher, CacheServerLauncher, LauncherBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeaderLauncher
  2. GfxdServerLauncher
  3. CacheServerLauncher
  4. LauncherBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeaderLauncher(baseName: String)

    Permalink

Type Members

  1. class AsyncServerLauncher extends Runnable

    Permalink
    Attributes
    private[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToServerCommand(arg0: List[String], arg1: Map[String, AnyRef]): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def checkStatusForWait(status: Status): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → LauncherBase
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def connect(arg0: Properties, arg1: Map[String, AnyRef]): InternalDistributedSystem

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  9. def createCache(arg0: InternalDistributedSystem, arg1: Map[String, AnyRef]): Cache

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  10. final def createStatus(arg0: Int, arg1: Int, arg2: String, arg3: Throwable): Status

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  11. final def createStatus(arg0: Int, arg1: Int): Status

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  12. def deleteStatus(): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def disconnect(arg0: Cache): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBaseName(name: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher → LauncherBase
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getDefaultHeapSizeMB(arg0: Boolean): Long

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  20. def getDefaultSmallHeapSizeMB(arg0: Boolean): Long

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  21. def getFabricServiceInstance(): FabricService

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
    Annotations
    @throws( ... )
  22. def getHostNameAndDir(): String

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  23. def getLastModifiedStatusNanos(): Long

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def getLogFilePath(arg0: Properties): String

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  25. def getNetworkAddressArgName(): String

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  26. def getNetworkPortArgName(): String

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  27. def getProcessId(): Int

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  28. def getServerOptions(arg0: Array[String]): Map[String, AnyRef]

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def getServerStartupMessage(): String

    Permalink
    Definition Classes
    CacheServerLauncher
  30. def getStartOptions(arg0: Array[String]): Map[String, AnyRef]

    Permalink
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def getStatus(): Status

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  32. def getStatusPath(): Path

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  33. def getStopOptions(arg0: Array[String]): Map[String, AnyRef]

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  34. def getWorkingDirPath(): Path

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher → LauncherBase
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hostData(): Boolean

    Permalink
    Definition Classes
    LeaderLauncher → GfxdServerLauncher → CacheServerLauncher
  37. def initKnownOptions(): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  38. def initStartupArgs(args: ArrayBuffer[String], exitOnEmptyArgs: Boolean = true): Array[String]

    Permalink
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def listAddOnArgs(arg0: Boolean, arg1: Boolean, arg2: Boolean): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  41. def logSevere(arg0: String, arg1: Throwable): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  42. def logWarning(arg0: String, arg1: Throwable): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  43. def makeDaemon(): String

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def pollCacheServerForShutdown(arg0: Path): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def postProcessOptions(arg0: List[String], arg1: Map[String, AnyRef]): List[String]

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  49. def printCommandLine(arg0: LogWriterI18n): Unit

    Permalink
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  50. def printCommandLine(arg0: Array[String], arg1: Map[String, String]): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  51. def printDiscoverySettings(arg0: Map[String, AnyRef], arg1: Properties): DistributionConfig

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
    Annotations
    @throws( classOf[java.sql.SQLException] )
  52. def printLaunchCommand(): Boolean

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  53. def printStartMessage(arg0: Map[String, AnyRef], arg1: Properties, arg2: Int): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  54. final def printUsage(arg0: String, arg1: Int): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
    Annotations
    @throws( classOf[java.io.IOException] )
  55. final def processDirOption(arg0: Map[String, AnyRef], arg1: String): File

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( ... )
  56. def processHeapSize(arg0: String, arg1: List[String]): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  57. def processServerEnv(arg0: Properties): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  58. def processServerOption(arg0: String, arg1: String, arg2: Map[String, AnyRef], arg3: Properties): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  59. def processStartArg(arg0: String, arg1: String, arg2: Map[String, AnyRef], arg3: List[String], arg4: Properties): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  60. def processStartOption(arg0: String, arg1: String, arg2: Map[String, AnyRef], arg3: List[String], arg4: Map[String, String], arg5: Properties): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  61. def processUnknownStartOption(arg0: String, arg1: String, arg2: Map[String, AnyRef], arg3: List[String], arg4: Properties): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  62. def processVMArg(arg0: String, arg1: List[String]): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  63. def processWaitForSync(arg0: String): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  64. def readPassword(arg0: Map[String, String]): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  65. def readStatus(): Status

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  66. def redirectOutputToLogFile(arg0: InternalDistributedSystem): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  67. def restoreStdOut(): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  68. def run(args: Array[String]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
  69. def running(arg0: InternalDistributedSystem, arg1: Int): Unit

    Permalink
    Definition Classes
    CacheServerLauncher
  70. def server(arg0: Array[String]): Unit

    Permalink
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  71. def setDefaultVMArgs(arg0: Map[String, AnyRef], arg1: Boolean, arg2: List[String]): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  72. def setRunningStatus(arg0: Status, arg1: InternalDistributedSystem): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  73. def setServerError(arg0: String, arg1: Throwable): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  74. def setServerStartupMessage(arg0: String): Unit

    Permalink
    Definition Classes
    CacheServerLauncher
  75. final def setStatusField(arg0: Status): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  76. def setWaitingStatus(arg0: String, arg1: Set[PersistentMemberID], arg2: Set[Integer], arg3: PersistentMemberID, arg4: String): Unit

    Permalink
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  77. def spinReadStatus(arg0: Path): Status

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
  78. def start(arg0: Array[String]): Unit

    Permalink
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  79. def startAdditionalServices(cache: Cache, options: Map[String, AnyRef], props: Properties): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( ... )
  80. def startRebalanceFactory(arg0: Cache, arg1: Map[String, AnyRef]): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  81. def startServerVM(props: Properties): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
    Annotations
    @throws( ... )
  82. def status(arg0: Array[String]): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  83. def stop(arg0: Array[String]): Unit

    Permalink
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  84. def stopAdditionalServices(): Unit

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  85. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  86. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  87. def usage(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher → CacheServerLauncher
  88. def verifyAndClearStatus(): String

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
    Annotations
    @throws( classOf[java.io.IOException] )
  89. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. def waitForRunning(arg0: Array[String]): Unit

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  93. def waitForRunning(arg0: String): Int

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.shared]
    Definition Classes
    LauncherBase
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  94. def writeStatus(arg0: Status): Unit

    Permalink
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.io.IOException] )
  95. def writeStatusOnChange(newState: State): Unit

    Permalink

Inherited from GfxdServerLauncher

Inherited from CacheServerLauncher

Inherited from LauncherBase

Inherited from AnyRef

Inherited from Any

Ungrouped