Class AwsMemcachedOptions
java.lang.Object
io.datarouter.client.memcached.client.options.MemcachedOptions
io.datarouter.aws.memcached.client.options.AwsMemcachedOptions
@Singleton
public class AwsMemcachedOptions
extends io.datarouter.client.memcached.client.options.MemcachedOptions
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_clientModestatic StringPROP_clusterEndpoint -
Constructor Summary
Constructors Constructor Description AwsMemcachedOptions() -
Method Summary
Modifier and Type Method Description MemcachedClientModegetClientMode(String clientName)Optional<InetSocketAddress>getClusterEndpoint(String clientName)static StringmakeAwsMemcachedKey(String propertyKey)
-
Field Details
-
PROP_clientMode
- See Also:
- Constant Field Values
-
PROP_clusterEndpoint
- See Also:
- Constant Field Values
-
-
Constructor Details
-
AwsMemcachedOptions
public AwsMemcachedOptions()
-
-
Method Details