Uses of Class
com.google.code.yanf4j.config.Configuration
Packages that use Configuration
Package
Description
Nio implementation
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
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 ConfigurationMethods in com.google.code.yanf4j.core.impl that return ConfigurationMethods in com.google.code.yanf4j.core.impl with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate 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 ConfigurationModifierConstructorDescriptionAbstractController
(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 ConfigurationModifierConstructorDescriptionTCPController
(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 ConfigurationMethods in com.google.code.yanf4j.nio.impl that return ConfigurationConstructors in com.google.code.yanf4j.nio.impl with parameters of type ConfigurationModifierConstructorDescriptionNioController
(Configuration configuration) NioController
(Configuration configuration, CodecFactory codecFactory) NioController
(Configuration configuration, Handler handler, CodecFactory codecFactory) (package private)
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 ConfigurationMethods in net.rubyeye.xmemcached that return ConfigurationModifier and TypeMethodDescriptionMemcachedClientBuilder.getConfiguration()
Return the default networking's configuration,you can change them.XMemcachedClientBuilder.getConfiguration()
static final Configuration
XMemcachedClientBuilder.getDefaultConfiguration()
Methods in net.rubyeye.xmemcached with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate void
XMemcachedClient.buildConnector
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator bufferAllocator, Configuration configuration, Map<SocketOption, 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 final 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 ConfigurationModifierConstructorDescription(package private)
XMemcachedClient
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, Map<SocketOption, Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, Map<InetSocketAddress, InetSocketAddress> addressMap, int[] weights, List<MemcachedClientStateListener> stateListeners, Map<InetSocketAddress, AuthInfo> infoMap, int poolSize, long connectTimeout, String name, boolean failureMode, boolean resolveInetAddresses) XMemcachedClient constructor.XMemcachedClient
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, Map<SocketOption, Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, Map<InetSocketAddress, InetSocketAddress> addressMap, List<MemcachedClientStateListener> stateListeners, Map<InetSocketAddress, AuthInfo> map, int poolSize, long connectTimeout, 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 ConfigurationModifierConstructorDescription(package private)
AWSElasticCacheClient
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, Map<SocketOption, Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, List<MemcachedClientStateListener> stateListeners, Map<InetSocketAddress, AuthInfo> map, int poolSize, long connectTimeout, String name, boolean failureMode, boolean resolveInetAddresses, List<InetSocketAddress> configAddrs, long pollConfigIntervalMills) -
Uses of Configuration in net.rubyeye.xmemcached.impl
Constructors in net.rubyeye.xmemcached.impl with parameters of type ConfigurationModifierConstructorDescriptionMemcachedConnector
(Configuration configuration, MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, CommandFactory commandFactory, int poolSize, int maxQueuedNoReplyOperations)