Uses of Class
zipkin2.storage.cassandra.internal.HostAndPort
-
Packages that use HostAndPort Package Description zipkin2.storage.cassandra.internal -
-
Uses of HostAndPort in zipkin2.storage.cassandra.internal
Methods in zipkin2.storage.cassandra.internal that return HostAndPort Modifier and Type Method Description static HostAndPort
HostAndPort. fromString(java.lang.String hostPort, int defaultPort)
Constructs a host-port pair from the given string, defaulting to the indicated port if absent
-