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 java.lang.String PROP_clientMode  
    static java.lang.String PROP_clusterEndpoint  

    Fields inherited from class io.datarouter.client.memcached.client.options.MemcachedOptions

    PROP_numServers, PROP_server
  • Constructor Summary

    Constructors 
    Constructor Description
    AwsMemcachedOptions()  
  • Method Summary

    Modifier and Type Method Description
    MemcachedClientMode getClientMode​(java.lang.String clientName)  
    java.util.Optional<java.net.InetSocketAddress> getClusterEndpoint​(java.lang.String clientName)  
    static java.lang.String makeAwsMemcachedKey​(java.lang.String propertyKey)  

    Methods inherited from class io.datarouter.client.memcached.client.options.MemcachedOptions

    getServers, makeMemcachedKey

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait