Uses of Class
io.lettuce.core.internal.HostAndPort
| Package | Description |
|---|---|
| io.lettuce.core.internal |
Contains internal API.
|
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
-
Uses of HostAndPort in io.lettuce.core.internal
Methods in io.lettuce.core.internal that return HostAndPort Modifier and Type Method Description static HostAndPortHostAndPort. of(String host, int port)static HostAndPortHostAndPort. parse(String hostPortString)Parse a host and port string into aHostAndPort.static HostAndPortHostAndPort. parseCompat(String hostAndPortPart)Temporary workaround until Redis provides IPv6 addresses in bracket notation. -
Uses of HostAndPort in io.lettuce.core.models.role
Methods in io.lettuce.core.models.role that return HostAndPort Modifier and Type Method Description HostAndPortReplicationPartner. getHost()Methods in io.lettuce.core.models.role with parameters of type HostAndPort Modifier and Type Method Description voidReplicationPartner. setHost(HostAndPort host)Constructors in io.lettuce.core.models.role with parameters of type HostAndPort Constructor Description ReplicationPartner(HostAndPort host, long replicationOffset)Constructs a replication partner. -
Uses of HostAndPort in io.lettuce.core.resource
Method parameters in io.lettuce.core.resource with type arguments of type HostAndPort Modifier and Type Method Description static MappingSocketAddressResolverMappingSocketAddressResolver. create(DnsResolver dnsResolver, Function<HostAndPort,HostAndPort> mappingFunction)static MappingSocketAddressResolverMappingSocketAddressResolver. create(DnsResolver dnsResolver, Function<HostAndPort,HostAndPort> mappingFunction)static MappingSocketAddressResolverMappingSocketAddressResolver. create(Function<HostAndPort,HostAndPort> mappingFunction)static MappingSocketAddressResolverMappingSocketAddressResolver. create(Function<HostAndPort,HostAndPort> mappingFunction)