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