Package org.apache.druid.client.cache
Class MemcachedCacheConfig
java.lang.Object
org.apache.druid.client.cache.MemcachedCacheConfig
- Direct Known Subclasses:
MemcachedCacheProvider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemcachedCacheConfig
public MemcachedCacheConfig()
-
-
Method Details
-
getExpiration
public int getExpiration() -
getTimeout
public int getTimeout() -
getHosts
-
getMaxObjectSize
public int getMaxObjectSize() -
getMemcachedPrefix
-
getMaxOperationQueueSize
public long getMaxOperationQueueSize() -
getReadBufferSize
public int getReadBufferSize() -
getNumConnections
public int getNumConnections() -
getProtocol
-
getLocator
-
enableTls
public boolean enableTls() -
getClientMode
-
skipTlsHostnameVerification
public boolean skipTlsHostnameVerification()
-