public class JedisClientFactory extends Object implements SharedCacheClientFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
static String |
JEDIS_DRIVER_NAME |
static String |
NAMESPACE_JEDIS |
DEFAULT_MAX_CACHED_SECENDS| Constructor and Description |
|---|
JedisClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String param) |
SharedCacheClient |
getClientInstance() |
boolean |
isAccepted(String driverName) |
public static final String JEDIS_DRIVER_NAME
public static final String NAMESPACE_JEDIS
public static final int DEFAULT_PORT
public boolean isAccepted(String driverName)
isAccepted in interface SharedCacheClientFactorypublic SharedCacheClient getClientInstance()
getClientInstance in interface SharedCacheClientFactorypublic boolean accept(String param)
accept in interface SelectableService<String>Copyright © 2020. All rights reserved.