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, 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
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 → GfxdServerLauncher → CacheServerLauncher
  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. def disconnect(arg0: Cache): Unit

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

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

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

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

    Permalink
  15. def getBaseName(name: String): String

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderLauncher → GfxdServerLauncher
    Annotations
    @throws( ... )
  18. def getLogFilePath(arg0: Properties): String

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

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

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

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
  22. 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] )
  23. def getStartOptions(arg0: Array[String]): Map[String, AnyRef]

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

    Permalink
    Attributes
    protected[com.gemstone.gemfire.internal.cache]
    Definition Classes
    CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. 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] )
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def initStartupArgs(args: ArrayBuffer[String], exitOnEmptyArgs: Boolean = true): Array[String]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def pollCacheServerForShutdown(): Unit

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

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

    Permalink
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  39. 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] )
  40. 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] )
  41. def printLaunchCommand(): Boolean

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
  42. 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] )
  43. 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] )
  44. final def processDirOption(arg0: Map[String, AnyRef], arg1: String): File

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

    Permalink
    Attributes
    protected[com.pivotal.gemfirexd.tools.internal]
    Definition Classes
    GfxdServerLauncher → CacheServerLauncher
    Annotations
    @throws( classOf[java.lang.Exception] )
  46. 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] )
  47. 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] )
  48. 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
  49. def readPassword(arg0: Map[String, String]): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from GfxdServerLauncher

Inherited from CacheServerLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped