Class

it.agilelab.bigdata.nifi.client.model

ProcessGroupStatusSnapshotDTO

Related Doc: package model

Permalink

case class ProcessGroupStatusSnapshotDTO(id: Option[String] = None, name: Option[String] = None, connectionStatusSnapshots: Option[Seq[ConnectionStatusSnapshotEntity]] = None, processorStatusSnapshots: Option[Seq[ProcessorStatusSnapshotEntity]] = None, processGroupStatusSnapshots: Option[Seq[ProcessGroupStatusSnapshotEntity]] = None, remoteProcessGroupStatusSnapshots: Option[Seq[RemoteProcessGroupStatusSnapshotEntity]] = None, inputPortStatusSnapshots: Option[Seq[PortStatusSnapshotEntity]] = None, outputPortStatusSnapshots: Option[Seq[PortStatusSnapshotEntity]] = None, versionedFlowState: Option[VersionedFlowState] = None, flowFilesIn: Option[Int] = None, bytesIn: Option[Long] = None, input: Option[String] = None, flowFilesQueued: Option[Int] = None, bytesQueued: Option[Long] = None, queued: Option[String] = None, queuedCount: Option[String] = None, queuedSize: Option[String] = None, bytesRead: Option[Long] = None, read: Option[String] = None, bytesWritten: Option[Long] = None, written: Option[String] = None, flowFilesOut: Option[Int] = None, bytesOut: Option[Long] = None, output: Option[String] = None, flowFilesTransferred: Option[Int] = None, bytesTransferred: Option[Long] = None, transferred: Option[String] = None, bytesReceived: Option[Long] = None, flowFilesReceived: Option[Int] = None, received: Option[String] = None, bytesSent: Option[Long] = None, flowFilesSent: Option[Int] = None, sent: 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. ProcessGroupStatusSnapshotDTO
  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 ProcessGroupStatusSnapshotDTO(id: Option[String] = None, name: Option[String] = None, connectionStatusSnapshots: Option[Seq[ConnectionStatusSnapshotEntity]] = None, processorStatusSnapshots: Option[Seq[ProcessorStatusSnapshotEntity]] = None, processGroupStatusSnapshots: Option[Seq[ProcessGroupStatusSnapshotEntity]] = None, remoteProcessGroupStatusSnapshots: Option[Seq[RemoteProcessGroupStatusSnapshotEntity]] = None, inputPortStatusSnapshots: Option[Seq[PortStatusSnapshotEntity]] = None, outputPortStatusSnapshots: Option[Seq[PortStatusSnapshotEntity]] = None, versionedFlowState: Option[VersionedFlowState] = None, flowFilesIn: Option[Int] = None, bytesIn: Option[Long] = None, input: Option[String] = None, flowFilesQueued: Option[Int] = None, bytesQueued: Option[Long] = None, queued: Option[String] = None, queuedCount: Option[String] = None, queuedSize: Option[String] = None, bytesRead: Option[Long] = None, read: Option[String] = None, bytesWritten: Option[Long] = None, written: Option[String] = None, flowFilesOut: Option[Int] = None, bytesOut: Option[Long] = None, output: Option[String] = None, flowFilesTransferred: Option[Int] = None, bytesTransferred: Option[Long] = None, transferred: Option[String] = None, bytesReceived: Option[Long] = None, flowFilesReceived: Option[Int] = None, received: Option[String] = None, bytesSent: Option[Long] = None, flowFilesSent: Option[Int] = None, sent: 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 bytesQueued: Option[Long]

    Permalink
  9. val bytesRead: Option[Long]

    Permalink
  10. val bytesReceived: Option[Long]

    Permalink
  11. val bytesSent: Option[Long]

    Permalink
  12. val bytesTransferred: Option[Long]

    Permalink
  13. val bytesWritten: Option[Long]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val connectionStatusSnapshots: Option[Seq[ConnectionStatusSnapshotEntity]]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val flowFilesIn: Option[Int]

    Permalink
  19. val flowFilesOut: Option[Int]

    Permalink
  20. val flowFilesQueued: Option[Int]

    Permalink
  21. val flowFilesReceived: Option[Int]

    Permalink
  22. val flowFilesSent: Option[Int]

    Permalink
  23. val flowFilesTransferred: Option[Int]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val id: Option[String]

    Permalink
  26. val input: Option[String]

    Permalink
  27. val inputPortStatusSnapshots: Option[Seq[PortStatusSnapshotEntity]]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

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

    Permalink
  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. val output: Option[String]

    Permalink
  34. val outputPortStatusSnapshots: Option[Seq[PortStatusSnapshotEntity]]

    Permalink
  35. val processGroupStatusSnapshots: Option[Seq[ProcessGroupStatusSnapshotEntity]]

    Permalink
  36. val processorStatusSnapshots: Option[Seq[ProcessorStatusSnapshotEntity]]

    Permalink
  37. val queued: Option[String]

    Permalink
  38. val queuedCount: Option[String]

    Permalink
  39. val queuedSize: Option[String]

    Permalink
  40. val read: Option[String]

    Permalink
  41. val received: Option[String]

    Permalink
  42. val remoteProcessGroupStatusSnapshots: Option[Seq[RemoteProcessGroupStatusSnapshotEntity]]

    Permalink
  43. val sent: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  45. val terminatedThreadCount: Option[Int]

    Permalink
  46. val transferred: Option[String]

    Permalink
  47. val versionedFlowState: Option[VersionedFlowState]

    Permalink
  48. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ApiModel

Inherited from AnyRef

Inherited from Any

Ungrouped