Class ReceiverInfo

Object
org.apache.spark.streaming.scheduler.ReceiverInfo
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class ReceiverInfo extends Object implements scala.Product, scala.Serializable
:: DeveloperApi :: Class having information about a receiver
See Also:
  • Constructor Details

    • ReceiverInfo

      public ReceiverInfo(int streamId, String name, boolean active, String location, String executorId, String lastErrorMessage, String lastError, long lastErrorTime)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
    • toString

      public static String toString()
    • streamId

      public int streamId()
    • name

      public String name()
    • active

      public boolean active()
    • location

      public String location()
    • executorId

      public String executorId()
    • lastErrorMessage

      public String lastErrorMessage()
    • lastError

      public String lastError()
    • lastErrorTime

      public long lastErrorTime()