public class ServiceLocation extends Object
| Constructor and Description |
|---|
ServiceLocation(String host,
int plaintextPort,
int tlsPort,
String basePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ServiceLocation |
fromDruidNode(DruidNode druidNode) |
String |
getBasePath() |
String |
getHost() |
int |
getPlaintextPort() |
int |
getTlsPort() |
int |
hashCode() |
String |
toString() |
public static ServiceLocation fromDruidNode(DruidNode druidNode)
public String getHost()
public int getPlaintextPort()
public int getTlsPort()
public String getBasePath()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.