Package org.apache.druid.client.cache
Class MemcachedCacheConfig
- java.lang.Object
-
- org.apache.druid.client.cache.MemcachedCacheConfig
-
- Direct Known Subclasses:
MemcachedCacheProvider
public class MemcachedCacheConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description MemcachedCacheConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanenableTls()StringgetClientMode()intgetExpiration()StringgetHosts()StringgetLocator()intgetMaxObjectSize()longgetMaxOperationQueueSize()StringgetMemcachedPrefix()intgetNumConnections()StringgetProtocol()intgetReadBufferSize()intgetTimeout()booleanskipTlsHostnameVerification()
-
-
-
Method Detail
-
getExpiration
public int getExpiration()
-
getTimeout
public int getTimeout()
-
getHosts
public String getHosts()
-
getMaxObjectSize
public int getMaxObjectSize()
-
getMemcachedPrefix
public String getMemcachedPrefix()
-
getMaxOperationQueueSize
public long getMaxOperationQueueSize()
-
getReadBufferSize
public int getReadBufferSize()
-
getNumConnections
public int getNumConnections()
-
getProtocol
public String getProtocol()
-
getLocator
public String getLocator()
-
enableTls
public boolean enableTls()
-
getClientMode
public String getClientMode()
-
skipTlsHostnameVerification
public boolean skipTlsHostnameVerification()
-
-