| Method and Description |
|---|
| org.terracotta.angela.common.clientconfig.ClientId.getHostname()
Use
ClientId.getHostName() instead |
| org.terracotta.angela.common.tcconfig.TerracottaServer.getHostname()
Use
TerracottaServer.getHostName() instead |
| org.terracotta.angela.common.topology.TmsConfig.getHostname()
Use
TmsConfig.getHostName() instead |
| org.terracotta.angela.common.util.HostPort.getHostname()
Use
HostPort.getHostName() instead |
| org.terracotta.angela.common.TerracottaVoter.getHostPorts()
backward compatibility: this method was returning the string parameters.
Use instead
TerracottaVoter.getHostAddresses() or TerracottaVoter.getServerNames() |
Copyright © 2022. All rights reserved.