org.apache.spark.streaming.scheduler
Class StreamingListenerReceiverError

Object
  extended by org.apache.spark.streaming.scheduler.StreamingListenerReceiverError
All Implemented Interfaces:
java.io.Serializable, StreamingListenerEvent, scala.Equals, scala.Product

public class StreamingListenerReceiverError
extends Object
implements StreamingListenerEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
StreamingListenerReceiverError(ReceiverInfo receiverInfo)
           
 
Method Summary
 ReceiverInfo receiverInfo()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

StreamingListenerReceiverError

public StreamingListenerReceiverError(ReceiverInfo receiverInfo)
Method Detail

receiverInfo

public ReceiverInfo receiverInfo()