io.snappydata.tools

LeaderLauncher

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, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LeaderLauncher
  2. GfxdServerLauncher
  3. CacheServerLauncher
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeaderLauncher(baseName: String)

Type Members

  1. class AsyncServerLauncher extends Runnable

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

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

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

    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher → CacheServerLauncher
  9. def clone(): AnyRef

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

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

    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  12. def disconnect(arg0: Cache): Unit

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val genericLogger: Logger

  17. def getBaseName(name: String): String

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

    Definition Classes
    AnyRef → Any
  19. def getFabricServiceInstance(): FabricService

    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
    Annotations
    @throws( ... )
  20. def getLWCAddressArgName(): String

    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  21. def getLWCPortArgName(): String

    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  22. def getLogFilePath(arg0: Properties): String

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  23. def getProcessId(): Int

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

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. def getStartOptions(arg0: Array[String]): Map[String, AnyRef]

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

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. def getStopOptions(arg0: Array[String]): Map[String, AnyRef]

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

    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  29. def getThriftPortArgName(): String

    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def initStartupArgs(args: ArrayBuffer[String]): Array[String]

  32. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def pollCacheServerForShutdown(): Unit

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( ... )
  41. def postProcessOptions(arg0: List[String], arg1: Map[String, AnyRef]): List[String]

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

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

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

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

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

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

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

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( ... )
  49. def processServerEnv(arg0: Properties): Unit

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

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

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

    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  53. def readPassword(arg0: Map[String, String]): Unit

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

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

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

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

    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
  58. def running(arg0: InternalDistributedSystem): Unit

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

    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  60. def setDefaultHeapSize(): Boolean

    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
  61. def setRunningStatus(arg0: Status, arg1: InternalDistributedSystem): Unit

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

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  63. def setWaitingStatus(arg0: String, arg1: Set[PersistentMemberID], arg2: Set[Integer], arg3: PersistentMemberID, arg4: String): Unit

    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  64. def spinReadStatus(arg0: Boolean): Status

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  65. def start(arg0: Array[String]): Unit

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

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

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  68. def startServerVM(props: Properties): Unit

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

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

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

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

    Definition Classes
    AnyRef
  73. def toString(): String

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

    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher → CacheServerLauncher
  75. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def waitForRunning(arg0: Properties): Unit

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

    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  80. def writeStatus(arg0: Status): Unit

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

Inherited from GfxdServerLauncher

Inherited from CacheServerLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped