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.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 ConfigurationAbstractController. configurationMethods in com.google.code.yanf4j.core.impl that return Configuration Modifier and Type Method Description ConfigurationAbstractController. getConfiguration()Methods in com.google.code.yanf4j.core.impl with parameters of type Configuration Modifier and Type Method Description voidAbstractController. setConfiguration(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
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)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 ConfigurationXMemcachedClientBuilder. configurationMethods in net.rubyeye.xmemcached that return Configuration Modifier and Type Method Description ConfigurationMemcachedClientBuilder. getConfiguration()Return the default networking's configuration,you can change them.ConfigurationXMemcachedClientBuilder. getConfiguration()static ConfigurationXMemcachedClientBuilder. getDefaultConfiguration()Methods in net.rubyeye.xmemcached with parameters of type Configuration Modifier and Type Method Description protected 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 Configuration Constructor Description 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.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)
-