public class ReceiverInfo
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
ReceiverInfo(int streamId,
String name,
boolean active,
String location,
String executorId,
String lastErrorMessage,
String lastError,
long lastErrorTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
active() |
String |
executorId() |
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, boolean active, String location, String executorId, String lastErrorMessage, String lastError, long lastErrorTime)
public int streamId()
public String name()
public boolean active()
public String location()
public String executorId()
public String lastErrorMessage()
public String lastError()
public long lastErrorTime()