public class MemcachedClientConfigurator extends Object
Created by luog on 17/02/14.
| Modifier and Type | Field and Description |
|---|---|
static String |
CONF_FILE |
protected static org.osgl.logging.Logger |
logger |
| Constructor and Description |
|---|
MemcachedClientConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyConfig() |
static List<InetSocketAddress> |
getHosts() |
static String |
getPassword() |
static String |
getUsername() |
static void |
setHosts(String addr1,
String... addrs) |
static void |
setUsernamePassword(String username,
String password) |
protected static final org.osgl.logging.Logger logger
public static final String CONF_FILE
public static List<InetSocketAddress> getHosts()
public static String getUsername()
public static String getPassword()
public static void applyConfig()
throws IOException
IOExceptionCopyright © 2017 OSGL (Open Source General Library). All rights reserved.