Packages

case class ReceiverInfo(streamId: Int, name: String, active: Boolean, location: String, executorId: String, lastErrorMessage: String = "", lastError: String = "", lastErrorTime: Long = -1L) extends Product with Serializable

Developer API

Class having information about a receiver

Annotations
@DeveloperApi()
Source
ReceiverInfo.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceiverInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReceiverInfo(streamId: Int, name: String, active: Boolean, location: String, executorId: String, lastErrorMessage: String = "", lastError: String = "", lastErrorTime: Long = -1L)

Value Members

  1. val active: Boolean
  2. val executorId: String
  3. val lastError: String
  4. val lastErrorMessage: String
  5. val lastErrorTime: Long
  6. val location: String
  7. val name: String
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. val streamId: Int