Class

com.bwsw.sj.engine.regular.task.reporting

RegularStreamingPerformanceMetrics

Related Doc: package reporting

Permalink

class RegularStreamingPerformanceMetrics extends PerformanceMetrics

Class represents a set of metrics that characterize performance of a regular streaming module

Linear Supertypes
PerformanceMetrics, Callable[Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegularStreamingPerformanceMetrics
  2. PerformanceMetrics
  3. Callable
  4. AnyRef
  5. 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 RegularStreamingPerformanceMetrics(manager: RegularTaskManager)

    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 RegularStreamingPerformanceMetrics to any2stringadd[RegularStreamingPerformanceMetrics] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RegularStreamingPerformanceMetrics, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addElementToOutputEnvelope(name: String, envelopeID: String, elementSize: Int): Unit

    Permalink
    Definition Classes
    PerformanceMetrics
  7. def addEnvelopeToInputStream(name: String, elementsSize: List[Int]): Unit

    Permalink
    Definition Classes
    PerformanceMetrics
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def call(): Unit

    Permalink
    Definition Classes
    PerformanceMetrics → Callable
  10. def clear(): Unit

    Permalink
    Definition Classes
    RegularStreamingPerformanceMetrics → PerformanceMetrics
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createStorageForInputEnvelopes(inputStreamNames: Array[String]): Map[String, ListBuffer[List[Int]]]

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  13. def createStorageForOutputEnvelopes(outputStreamNames: Array[String]): Map[String, Map[String, ListBuffer[Int]]]

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  14. val currentThread: Thread

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  15. def ensuring(cond: (RegularStreamingPerformanceMetrics) ⇒ Boolean, msg: ⇒ Any): RegularStreamingPerformanceMetrics

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from RegularStreamingPerformanceMetrics to StringFormat[RegularStreamingPerformanceMetrics] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getReport(): String

    Permalink

    Constructs a report of performance metrics of task's work

    Constructs a report of performance metrics of task's work

    returns

    Constructed performance report

    Definition Classes
    RegularStreamingPerformanceMetrics → PerformanceMetrics
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def increaseTotalIdleTime(idle: Long): Unit

    Permalink

    Increases time when there are no messages (envelopes)

    Increases time when there are no messages (envelopes)

    idle

    How long waiting a new envelope was

  27. var inputEnvelopesPerStream: Map[String, ListBuffer[List[Int]]]

    Permalink
    Attributes
    protected
    Definition Classes
    RegularStreamingPerformanceMetrics → PerformanceMetrics
  28. val instance: Instance

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  31. val mutex: ReentrantLock

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. var outputEnvelopesPerStream: Map[String, Map[String, ListBuffer[Int]]]

    Permalink
    Attributes
    protected
    Definition Classes
    RegularStreamingPerformanceMetrics → PerformanceMetrics
  36. val report: PerformanceMetricsMetadata

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  37. val reportSerializer: JsonSerializer

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  38. def setNumberOfStateVariables(amount: Int): Unit

    Permalink

    Sets an amount of how many state variables are

    Sets an amount of how many state variables are

    amount

    Number of state variables

  39. val startTime: Long

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. val taskName: String

    Permalink
    Attributes
    protected
    Definition Classes
    PerformanceMetrics
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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): (RegularStreamingPerformanceMetrics, B)

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

Inherited from PerformanceMetrics

Inherited from Callable[Unit]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped