public class ReceiverInfo
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
ReceiverInfo(int streamId,
String name,
org.apache.spark.rpc.RpcEndpointRef endpoint,
boolean active,
String location,
String lastErrorMessage,
String lastError,
long lastErrorTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
active() |
org.apache.spark.rpc.RpcEndpointRef |
endpoint() |
String |
lastError() |
String |
lastErrorMessage() |
long |
lastErrorTime() |
String |
location() |
String |
name() |
int |
streamId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReceiverInfo(int streamId, String name, org.apache.spark.rpc.RpcEndpointRef endpoint, boolean active, String location, String lastErrorMessage, String lastError, long lastErrorTime)
public int streamId()
public String name()
public org.apache.spark.rpc.RpcEndpointRef endpoint()
public boolean active()
public String location()
public String lastErrorMessage()
public String lastError()
public long lastErrorTime()