public class ExecutorInfo
extends Object
| Constructor and Description | 
|---|
| ExecutorInfo(String executorHost,
            int totalCores,
            scala.collection.immutable.Map<String,String> logUrlMap) | 
| ExecutorInfo(String executorHost,
            int totalCores,
            scala.collection.immutable.Map<String,String> logUrlMap,
            scala.collection.immutable.Map<String,String> attributes) | 
| ExecutorInfo(String executorHost,
            int totalCores,
            scala.collection.immutable.Map<String,String> logUrlMap,
            scala.collection.immutable.Map<String,String> attributes,
            scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo) | 
| ExecutorInfo(String executorHost,
            int totalCores,
            scala.collection.immutable.Map<String,String> logUrlMap,
            scala.collection.immutable.Map<String,String> attributes,
            scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo,
            int resourceProfileId) | 
| ExecutorInfo(String executorHost,
            int totalCores,
            scala.collection.immutable.Map<String,String> logUrlMap,
            scala.collection.immutable.Map<String,String> attributes,
            scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo,
            int resourceProfileId,
            scala.Option<Object> registrationTime,
            scala.Option<Object> requestTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.collection.immutable.Map<String,String> | attributes() | 
| boolean | canEqual(Object other) | 
| boolean | equals(Object other) | 
| String | executorHost() | 
| int | hashCode() | 
| scala.collection.immutable.Map<String,String> | logUrlMap() | 
| scala.Option<Object> | registrationTime() | 
| scala.Option<Object> | requestTime() | 
| int | resourceProfileId() | 
| scala.collection.immutable.Map<String,ResourceInformation> | resourcesInfo() | 
| int | totalCores() | 
public ExecutorInfo(String executorHost,
                    int totalCores,
                    scala.collection.immutable.Map<String,String> logUrlMap,
                    scala.collection.immutable.Map<String,String> attributes,
                    scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo,
                    int resourceProfileId,
                    scala.Option<Object> registrationTime,
                    scala.Option<Object> requestTime)
public ExecutorInfo(String executorHost,
                    int totalCores,
                    scala.collection.immutable.Map<String,String> logUrlMap,
                    scala.collection.immutable.Map<String,String> attributes,
                    scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo,
                    int resourceProfileId)
public ExecutorInfo(String executorHost,
                    int totalCores,
                    scala.collection.immutable.Map<String,String> logUrlMap)
public ExecutorInfo(String executorHost,
                    int totalCores,
                    scala.collection.immutable.Map<String,String> logUrlMap,
                    scala.collection.immutable.Map<String,String> attributes)
public ExecutorInfo(String executorHost,
                    int totalCores,
                    scala.collection.immutable.Map<String,String> logUrlMap,
                    scala.collection.immutable.Map<String,String> attributes,
                    scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo)
public scala.collection.immutable.Map<String,String> attributes()
public boolean canEqual(Object other)
public boolean equals(Object other)
equals in class Objectpublic String executorHost()
public int hashCode()
hashCode in class Objectpublic scala.collection.immutable.Map<String,String> logUrlMap()
public scala.Option<Object> registrationTime()
public scala.Option<Object> requestTime()
public int resourceProfileId()
public scala.collection.immutable.Map<String,ResourceInformation> resourcesInfo()
public int totalCores()