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
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. val connectionStatusSnapshots: Option[Seq[ConnectionStatusSnapshotEntity]]

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

    Permalink
    Definition Classes
    AnyRef
  17. val flowFilesIn: Option[Int]

    Permalink
  18. val flowFilesOut: Option[Int]

    Permalink
  19. val flowFilesQueued: Option[Int]

    Permalink
  20. val flowFilesReceived: Option[Int]

    Permalink
  21. val flowFilesSent: Option[Int]

    Permalink
  22. val flowFilesTransferred: Option[Int]

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

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

    Permalink
  25. val input: Option[String]

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

    Permalink
  27. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

    Permalink
  36. val queued: Option[String]

    Permalink
  37. val queuedCount: Option[String]

    Permalink
  38. val queuedSize: Option[String]

    Permalink
  39. val read: Option[String]

    Permalink
  40. val received: Option[String]

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

    Permalink
  42. val sent: Option[String]

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

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

    Permalink
  45. val transferred: Option[String]

    Permalink
  46. val versionedFlowState: Option[VersionedFlowState]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. 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