Class

com.bwsw.sj.crud.rest.instance

InstanceDestroyer

Related Doc: package instance

Permalink

class InstanceDestroyer extends Runnable with InstanceManager

One-thread deleting object for instance using synchronous apache http client

Linear Supertypes
InstanceManager, InstanceMarathonManager, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstanceDestroyer
  2. InstanceManager
  3. InstanceMarathonManager
  4. Runnable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InstanceDestroyer(instance: Instance, delay: Long = 1000)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to any2stringadd[InstanceDestroyer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (InstanceDestroyer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to ArrowAssoc[InstanceDestroyer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def destroyMarathonApplication(applicationID: String): CloseableHttpResponse

    Permalink
    Definition Classes
    InstanceMarathonManager
  9. def ensuring(cond: (InstanceDestroyer) ⇒ Boolean, msg: ⇒ Any): InstanceDestroyer

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to Ensuring[InstanceDestroyer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (InstanceDestroyer) ⇒ Boolean): InstanceDestroyer

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to Ensuring[InstanceDestroyer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): InstanceDestroyer

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to Ensuring[InstanceDestroyer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): InstanceDestroyer

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to Ensuring[InstanceDestroyer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to StringFormat[InstanceDestroyer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. def getApplicationInfo(applicationID: String): CloseableHttpResponse

    Permalink
    Definition Classes
    InstanceMarathonManager
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getGeneratorApplicationID(stream: TStreamSjStream): String

    Permalink
    Definition Classes
    InstanceMarathonManager
  20. def getMarathonInfo(): CloseableHttpResponse

    Permalink
    Definition Classes
    InstanceMarathonManager
  21. def getMarathonMaster(marathonInfo: CloseableHttpResponse): String

    Permalink
    Definition Classes
    InstanceMarathonManager
  22. def getNumberOfRunningTasks(response: CloseableHttpResponse): Int

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  23. def getStreamsHavingGenerator(instance: Instance): Array[TStreamSjStream]

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  24. def hasGeneratorFailed(instance: Instance, name: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  25. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  27. def isStatusCreated(response: CloseableHttpResponse): Boolean

    Permalink
    Definition Classes
    InstanceMarathonManager
  28. def isStatusNotFound(response: CloseableHttpResponse): Boolean

    Permalink
    Definition Classes
    InstanceMarathonManager
  29. def isStatusOK(response: CloseableHttpResponse): Boolean

    Permalink
    Definition Classes
    InstanceMarathonManager
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def run(): Unit

    Permalink
    Definition Classes
    InstanceDestroyer → Runnable
  34. def scaleMarathonApplication(applicationID: String, countOfInstances: Int): CloseableHttpResponse

    Permalink
    Definition Classes
    InstanceMarathonManager
  35. def startMarathonApplication(request: MarathonRequest): CloseableHttpResponse

    Permalink
    Definition Classes
    InstanceMarathonManager
  36. def stopMarathonApplication(applicationID: String): CloseableHttpResponse

    Permalink
    Definition Classes
    InstanceMarathonManager
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def updateFrameworkState(instance: Instance, status: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  40. def updateGeneratorState(instance: Instance, name: String, status: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  41. def updateInstanceStage(instance: Instance, stageName: String, status: String): InstanceStage

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  42. def updateInstanceStatus(instance: Instance, status: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    InstanceManager
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (InstanceDestroyer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstanceDestroyer to ArrowAssoc[InstanceDestroyer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from InstanceManager

Inherited from InstanceMarathonManager

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from InstanceDestroyer to any2stringadd[InstanceDestroyer]

Inherited by implicit conversion StringFormat from InstanceDestroyer to StringFormat[InstanceDestroyer]

Inherited by implicit conversion Ensuring from InstanceDestroyer to Ensuring[InstanceDestroyer]

Inherited by implicit conversion ArrowAssoc from InstanceDestroyer to ArrowAssoc[InstanceDestroyer]

Ungrouped