Class AWSElasticCacheClientBuilder

java.lang.Object
net.rubyeye.xmemcached.XMemcachedClientBuilder
net.rubyeye.xmemcached.aws.AWSElasticCacheClientBuilder
All Implemented Interfaces:
MemcachedClientBuilder

public class AWSElasticCacheClientBuilder extends XMemcachedClientBuilder
AWSElasticCacheClient builder.
  • Field Details

    • configAddrs

      private List<InetSocketAddress> configAddrs
    • pollConfigIntervalMs

      private long pollConfigIntervalMs
  • Constructor Details

    • AWSElasticCacheClientBuilder

      public AWSElasticCacheClientBuilder(String serverList)
      Create a builder with an initial ElasticCache server list string in the form of "host:port host2:port".
      Parameters:
      serverList - server list string in the form of "host:port host2:port"
    • AWSElasticCacheClientBuilder

      public AWSElasticCacheClientBuilder(InetSocketAddress addr)
      Create a builder with an initial ElasticCache server.
      Parameters:
      addr -
    • AWSElasticCacheClientBuilder

      public AWSElasticCacheClientBuilder(List<InetSocketAddress> configAddrs)
      Create a builder with initial ElasticCache server addresses.
      Parameters:
      configAddrs -
  • Method Details