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