public class Node
extends Object
implements scala.Product, scala.Serializable
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3,
T4 v4) |
scala.collection.Seq<Metric> |
metrics() |
long |
nodeId() |
String |
nodeName() |
static String |
toString() |
scala.Option<Object> |
wholeStageCodegenId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4)
public static String toString()
public long nodeId()
public String nodeName()
public scala.Option<Object> wholeStageCodegenId()
public scala.collection.Seq<Metric> metrics()