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 TypeMethodDescriptionvoidAbstractController.setConfiguration(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
Constructors 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) 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 ConfigurationXMemcachedClientBuilder.getDefaultConfiguration()Methods in net.rubyeye.xmemcached with parameters of type ConfigurationModifier and TypeMethodDescriptionprotected MemcachedConnectorXMemcachedClient.newConnector(BufferAllocator bufferAllocator, Configuration configuration, MemcachedSessionLocator memcachedSessionLocator, MemcachedSessionComparator memcachedSessionComparator, CommandFactory commandFactory, int poolSize, int maxQueuedNoReplyOperations) voidMemcachedClientBuilder.setConfiguration(Configuration configuration) Set the XmemcachedClient's networking configuration(reuseAddr,receiveBufferSize,tcpDelay etc.)voidXMemcachedClientBuilder.setConfiguration(Configuration configuration) Constructors in net.rubyeye.xmemcached with parameters of type ConfigurationModifierConstructorDescriptionXMemcachedClient(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.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)