Class MemcachedOptions
java.lang.Object
io.datarouter.client.memcached.client.options.MemcachedOptions
@Singleton public class MemcachedOptions extends Object
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROP_numServersprotected static StringPROP_server -
Constructor Summary
Constructors Constructor Description MemcachedOptions() -
Method Summary
Modifier and Type Method Description List<InetSocketAddress>getServers(String clientName)protected static StringmakeMemcachedKey(String propertyKey)
-
Field Details
-
PROP_numServers
- See Also:
- Constant Field Values
-
PROP_server
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MemcachedOptions
public MemcachedOptions()
-
-
Method Details