public class ApplicationInfo
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,
T5 v5,
T6 v6,
T7 v7) |
scala.collection.Seq<ApplicationAttemptInfo> |
attempts() |
scala.Option<Object> |
coresGranted() |
scala.Option<Object> |
coresPerExecutor() |
String |
id() |
scala.Option<Object> |
maxCores() |
scala.Option<Object> |
memoryPerExecutorMB() |
String |
name() |
static String |
toString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
public static String toString()
public String id()
public String name()
public scala.Option<Object> coresGranted()
public scala.Option<Object> maxCores()
public scala.Option<Object> coresPerExecutor()
public scala.Option<Object> memoryPerExecutorMB()
public scala.collection.Seq<ApplicationAttemptInfo> attempts()