public class InactiveServiceInstance extends Object implements LlapServiceInstance
| Constructor and Description |
|---|
InactiveServiceInstance(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Hostname of the service instance
|
int |
getManagementPort()
Management endpoint for service instance
|
int |
getOutputFormatPort()
OutputFormat endpoint for service instance
|
Map<String,String> |
getProperties()
Config properties of the Service Instance (llap.daemon.*)
|
org.apache.hadoop.yarn.api.records.Resource |
getResource()
Memory and Executors available for the LLAP tasks
This does not include the size of the cache or the actual vCores allocated via YARN.
|
int |
getRpcPort()
RPC Endpoint for service instance
|
String |
getServicesAddress()
Address for services hosted on http
|
int |
getShufflePort()
Shuffle Endpoint for service instance
|
String |
getWorkerIdentity()
Worker identity is a UUID (unique across restarts), to identify a node which died & was brought
back on the same host/port
|
public InactiveServiceInstance(String name)
public String getWorkerIdentity()
ServiceInstancegetWorkerIdentity in interface ServiceInstancepublic String getHost()
ServiceInstancegetHost in interface ServiceInstancepublic int getRpcPort()
ServiceInstancegetRpcPort in interface ServiceInstancepublic int getManagementPort()
LlapServiceInstancegetManagementPort in interface LlapServiceInstancepublic int getShufflePort()
LlapServiceInstancegetShufflePort in interface LlapServiceInstancepublic String getServicesAddress()
LlapServiceInstancegetServicesAddress in interface LlapServiceInstancepublic int getOutputFormatPort()
LlapServiceInstancegetOutputFormatPort in interface LlapServiceInstancepublic Map<String,String> getProperties()
ServiceInstancegetProperties in interface ServiceInstancepublic org.apache.hadoop.yarn.api.records.Resource getResource()
LlapServiceInstancegetResource in interface LlapServiceInstanceCopyright © 2019 The Apache Software Foundation. All Rights Reserved.