public class AddressAndClient extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.net.HostAndPort |
address |
private RawMemcacheClient |
client |
| Constructor and Description |
|---|
AddressAndClient(com.google.common.net.HostAndPort address,
RawMemcacheClient client) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.net.HostAndPort |
getAddress() |
RawMemcacheClient |
getClient() |
private final com.google.common.net.HostAndPort address
private final RawMemcacheClient client
public AddressAndClient(com.google.common.net.HostAndPort address,
RawMemcacheClient client)
public com.google.common.net.HostAndPort getAddress()
public RawMemcacheClient getClient()
Copyright © 2015 Spotify AB. All Rights Reserved.