Class

it.agilelab.bigdata.nifi.client.model

ProcessorStatusSnapshotDTO

Related Doc: package model

Permalink

case class ProcessorStatusSnapshotDTO(id: Option[String] = None, groupId: Option[String] = None, name: Option[String] = None, type: Option[String] = None, runStatus: Option[RunStatus] = None, executionNode: Option[ExecutionNode] = None, bytesRead: Option[Long] = None, bytesWritten: Option[Long] = None, read: Option[String] = None, written: Option[String] = None, flowFilesIn: Option[Int] = None, bytesIn: Option[Long] = None, input: Option[String] = None, flowFilesOut: Option[Int] = None, bytesOut: Option[Long] = None, output: Option[String] = None, taskCount: Option[Int] = None, tasksDurationNanos: Option[Long] = None, tasks: Option[String] = None, tasksDuration: Option[String] = None, activeThreadCount: Option[Int] = None, terminatedThreadCount: Option[Int] = None) extends ApiModel with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ApiModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessorStatusSnapshotDTO
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ApiModel
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcessorStatusSnapshotDTO(id: Option[String] = None, groupId: Option[String] = None, name: Option[String] = None, type: Option[String] = None, runStatus: Option[RunStatus] = None, executionNode: Option[ExecutionNode] = None, bytesRead: Option[Long] = None, bytesWritten: Option[Long] = None, read: Option[String] = None, written: Option[String] = None, flowFilesIn: Option[Int] = None, bytesIn: Option[Long] = None, input: Option[String] = None, flowFilesOut: Option[Int] = None, bytesOut: Option[Long] = None, output: Option[String] = None, taskCount: Option[Int] = None, tasksDurationNanos: Option[Long] = None, tasks: Option[String] = None, tasksDuration: Option[String] = None, activeThreadCount: Option[Int] = None, terminatedThreadCount: Option[Int] = None)

    Permalink

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. val activeThreadCount: Option[Int]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bytesIn: Option[Long]

    Permalink
  7. val bytesOut: Option[Long]

    Permalink
  8. val bytesRead: Option[Long]

    Permalink
  9. val bytesWritten: Option[Long]

    Permalink
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  12. val executionNode: Option[ExecutionNode]

    Permalink
  13. val flowFilesIn: Option[Int]

    Permalink
  14. val flowFilesOut: Option[Int]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. val groupId: Option[String]

    Permalink
  17. val id: Option[String]

    Permalink
  18. val input: Option[String]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val name: Option[String]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. val output: Option[String]

    Permalink
  25. val read: Option[String]

    Permalink
  26. val runStatus: Option[RunStatus]

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

    Permalink
    Definition Classes
    AnyRef
  28. val taskCount: Option[Int]

    Permalink
  29. val tasks: Option[String]

    Permalink
  30. val tasksDuration: Option[String]

    Permalink
  31. val tasksDurationNanos: Option[Long]

    Permalink
  32. val terminatedThreadCount: Option[Int]

    Permalink
  33. val type: Option[String]

    Permalink
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val written: Option[String]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ApiModel

Inherited from AnyRef

Inherited from Any

Ungrouped