io.gearpump.integrationtest.minicluster

RestClient

Related Doc: package minicluster

class RestClient extends AnyRef

A REST client to operate a Gearpump cluster

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RestClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RestClient(host: String, port: Int)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. implicit val graphReader: upickle.default.Reader[Graph[Int, String]]

  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def killApp(appId: Int): Boolean

  14. def killAppMaster(appId: Int): Boolean

  15. def killExecutor(appId: Int, executorId: Int): Boolean

  16. def listApps(): Array[AppMasterData]

  17. def listRunningApps(): Array[AppMasterData]

  18. def listRunningWorkers(): Array[WorkerSummary]

  19. def listWorkers(): Array[WorkerSummary]

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def queryApp(appId: Int): AppMasterData

  24. def queryAppMasterConfig(appId: Int): Config

  25. def queryBuiltInPartitioners(): Array[String]

  26. def queryExecutorBrief(appId: Int): Array[ExecutorBrief]

  27. def queryExecutorConfig(appId: Int, executorId: Int): Config

  28. def queryExecutorMetrics(appId: Int, current: Boolean): HistoryMetrics

  29. def queryExecutorSummary(appId: Int, executorId: Int): ExecutorSummary

  30. def queryMaster(): MasterSummary

  31. def queryMasterConfig(): Config

  32. def queryMasterMetrics(current: Boolean): HistoryMetrics

  33. def queryStreamingAppDetail(appId: Int): StreamAppMasterSummary

  34. def queryStreamingAppMetrics(appId: Int, current: Boolean): HistoryMetrics

  35. def queryVersion(): String

  36. def queryWorkerConfig(workerId: Int): Config

  37. def queryWorkerMetrics(workerId: Int, current: Boolean): HistoryMetrics

  38. def replaceStreamingAppProcessor(appId: Int, replaceMe: ProcessorDescription): Boolean

  39. def restartApp(appId: Int): Boolean

  40. def submitApp(jar: String, args: String = "", config: String = ""): Int

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped