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, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceiverInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val streamId: Int