Class MemcachedClientOptionsBuilder

java.lang.Object
io.datarouter.client.memcached.client.MemcachedClientOptionsBuilder
All Implemented Interfaces:
io.datarouter.storage.client.ClientOptionsBuilder

public class MemcachedClientOptionsBuilder
extends java.lang.Object
implements io.datarouter.storage.client.ClientOptionsBuilder
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String clientIdName  
    protected java.util.Properties properties  

    Fields inherited from interface io.datarouter.storage.client.ClientOptionsBuilder

    DEFAULT_CLIENT_ID
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
      MemcachedClientOptionsBuilder​(io.datarouter.storage.client.ClientId clientId)  
    protected MemcachedClientOptionsBuilder​(io.datarouter.storage.client.ClientId clientId, java.lang.String clientTypeName)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Properties build()  
    protected java.lang.String makeKey​(java.lang.String suffix)  
    MemcachedClientOptionsBuilder withNumServers​(int numberOfServers)  
    MemcachedClientOptionsBuilder withServerIndexAndInetSocketAddress​(int serverIndex, java.lang.String inetSocketAddress)  

    Methods inherited from class java.lang.Object

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