Uses of Class
com.google.code.yanf4j.config.Configuration
-
Packages that use Configuration Package Description com.google.code.yanf4j.core.impl com.google.code.yanf4j.nio Nio implementationcom.google.code.yanf4j.nio.impl net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.aws net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of Configuration in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as Configuration Modifier and Type Field Description protected Configuration
AbstractController. configuration
Methods in com.google.code.yanf4j.core.impl that return Configuration Modifier and Type Method Description Configuration
AbstractController. getConfiguration()
Methods in com.google.code.yanf4j.core.impl with parameters of type Configuration Modifier and Type Method Description private void
AbstractController. init(Configuration configuration, Handler handler, CodecFactory codecFactory)
void
AbstractController. setConfiguration(Configuration configuration)
private void
AbstractController. setStatisticsConfig(Configuration configuration)
Constructors in com.google.code.yanf4j.core.impl with parameters of type Configuration Constructor Description AbstractController(Configuration configuration)
AbstractController(Configuration configuration, CodecFactory codecFactory)
AbstractController(Configuration configuration, Handler handler, CodecFactory codecFactory)
-
Uses of Configuration in com.google.code.yanf4j.nio
Constructors in com.google.code.yanf4j.nio with parameters of type Configuration Constructor Description TCPController(Configuration configuration)
TCPController(Configuration configuration, CodecFactory codecFactory)
TCPController(Configuration configuration, Handler handler, CodecFactory codecFactory)
-
Uses of Configuration in com.google.code.yanf4j.nio.impl
Fields in com.google.code.yanf4j.nio.impl declared as Configuration Modifier and Type Field Description private Configuration
Reactor. configuration
Methods in com.google.code.yanf4j.nio.impl that return Configuration Modifier and Type Method Description (package private) Configuration
Reactor. getConfiguration()
Constructors in com.google.code.yanf4j.nio.impl with parameters of type Configuration Constructor Description NioController(Configuration configuration)
NioController(Configuration configuration, CodecFactory codecFactory)
NioController(Configuration configuration, Handler handler, CodecFactory codecFactory)
Reactor(SelectorManager selectorManager, Configuration configuration, int index)
SelectorManager(int selectorPoolSize, NioController controller, Configuration conf)
SocketChannelController(Configuration configuration)
SocketChannelController(Configuration configuration, CodecFactory codecFactory)
SocketChannelController(Configuration configuration, Handler handler, CodecFactory codecFactory)
-
Uses of Configuration in net.rubyeye.xmemcached
Fields in net.rubyeye.xmemcached declared as Configuration Modifier and Type Field Description protected Configuration
XMemcachedClientBuilder. configuration
Methods in net.rubyeye.xmemcached that return Configuration Modifier and Type Method Description Configuration
MemcachedClientBuilder. getConfiguration()
Return the default networking's configuration,you can change them.Configuration
XMemcachedClientBuilder. getConfiguration()
static Configuration
XMemcachedClientBuilder. getDefaultConfiguration()
Methods in net.rubyeye.xmemcached with parameters of type Configuration Modifier and Type Method Description private void
XMemcachedClient. buildConnector(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator bufferAllocator, Configuration configuration, java.util.Map<SocketOption,java.lang.Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder)
protected MemcachedConnector
XMemcachedClient. newConnector(BufferAllocator bufferAllocator, Configuration configuration, MemcachedSessionLocator memcachedSessionLocator, MemcachedSessionComparator memcachedSessionComparator, CommandFactory commandFactory, int poolSize, int maxQueuedNoReplyOperations)
private void
XMemcachedClient. optimiezeSetReadThreadCount(Configuration conf, int addressCount)
void
MemcachedClientBuilder. setConfiguration(Configuration configuration)
Set the XmemcachedClient's networking configuration(reuseAddr,receiveBufferSize,tcpDelay etc.)void
XMemcachedClientBuilder. setConfiguration(Configuration configuration)
Constructors in net.rubyeye.xmemcached with parameters of type Configuration Constructor Description XMemcachedClient(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, java.util.Map<SocketOption,java.lang.Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, java.util.Map<java.net.InetSocketAddress,java.net.InetSocketAddress> addressMap, int[] weights, java.util.List<MemcachedClientStateListener> stateListeners, java.util.Map<java.net.InetSocketAddress,AuthInfo> infoMap, int poolSize, long connectTimeout, java.lang.String name, boolean failureMode, boolean resolveInetAddresses)
XMemcachedClient constructor.XMemcachedClient(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, java.util.Map<SocketOption,java.lang.Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, java.util.Map<java.net.InetSocketAddress,java.net.InetSocketAddress> addressMap, java.util.List<MemcachedClientStateListener> stateListeners, java.util.Map<java.net.InetSocketAddress,AuthInfo> map, int poolSize, long connectTimeout, java.lang.String name, boolean failureMode, boolean resolveInetAddresses)
XMemcachedClient constructor.Every server's weight is one by default. -
Uses of Configuration in net.rubyeye.xmemcached.aws
Constructors in net.rubyeye.xmemcached.aws with parameters of type Configuration Constructor Description AWSElasticCacheClient(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, java.util.Map<SocketOption,java.lang.Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, java.util.List<MemcachedClientStateListener> stateListeners, java.util.Map<java.net.InetSocketAddress,AuthInfo> map, int poolSize, long connectTimeout, java.lang.String name, boolean failureMode, boolean resolveInetAddresses, java.util.List<java.net.InetSocketAddress> configAddrs, long pollConfigIntervalMills)
-
Uses of Configuration in net.rubyeye.xmemcached.impl
Constructors in net.rubyeye.xmemcached.impl with parameters of type Configuration Constructor Description MemcachedConnector(Configuration configuration, MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, CommandFactory commandFactory, int poolSize, int maxQueuedNoReplyOperations)
-