public class LlapZookeeperRegistryImpl.DynamicServiceInstance extends ServiceInstanceBase implements LlapServiceInstance
| Constructor and Description |
|---|
DynamicServiceInstance(org.apache.hadoop.registry.client.types.ServiceRecord srv) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExternalClientsRpcPort()
RPC endpoint for external clients - tcp traffic on this port should be opened on cloud.
|
String |
getExternalHostname()
External host, usually needed in cloud envs where we cannot access internal host from outside
|
int |
getManagementPort()
Management endpoint for service instance
|
int |
getOutputFormatPort()
OutputFormat endpoint for service instance
|
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.
|
String |
getServicesAddress()
Address for services hosted on http
|
int |
getShufflePort()
Shuffle Endpoint for service instance
|
String |
toString() |
equals, getHost, getProperties, getRpcPort, getWorkerIdentity, hashCode, setHost, setProperties, setRpcPort, setWorkerIdentityclone, finalize, getClass, notify, notifyAll, wait, wait, waitensureCloudEnvgetHost, getProperties, getRpcPort, getWorkerIdentitypublic DynamicServiceInstance(org.apache.hadoop.registry.client.types.ServiceRecord srv)
throws IOException
IOExceptionpublic int getShufflePort()
LlapServiceInstancegetShufflePort in interface LlapServiceInstancepublic String getServicesAddress()
LlapServiceInstancegetServicesAddress in interface LlapServiceInstancepublic String getExternalHostname()
LlapServiceInstancegetExternalHostname in interface LlapServiceInstancepublic int getExternalClientsRpcPort()
LlapServiceInstancegetExternalClientsRpcPort in interface LlapServiceInstancepublic org.apache.hadoop.yarn.api.records.Resource getResource()
LlapServiceInstancegetResource in interface LlapServiceInstancepublic String toString()
toString in class ServiceInstanceBasepublic int getManagementPort()
LlapServiceInstancegetManagementPort in interface LlapServiceInstancepublic int getOutputFormatPort()
LlapServiceInstancegetOutputFormatPort in interface LlapServiceInstanceCopyright © 2024 The Apache Software Foundation. All rights reserved.