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() |
abstract static boolean |
canEqual(Object that) |
abstract static boolean |
equals(Object that) |
String |
executorId() |
String |
lastError() |
String |
lastErrorMessage() |
long |
lastErrorTime() |
String |
location() |
String |
name() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
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 abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public int streamId()
public String name()
public boolean active()
public String location()
public String executorId()
public String lastErrorMessage()
public String lastError()
public long lastErrorTime()