Uses of Class
com.google.code.yanf4j.core.SocketOption
-
Packages that use SocketOption Package Description com.google.code.yanf4j.core Networking core packagecom.google.code.yanf4j.core.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.networking Networking layout to talk with memcached. -
-
Uses of SocketOption in com.google.code.yanf4j.core
Methods in com.google.code.yanf4j.core with parameters of type SocketOption Modifier and Type Method Description <T> voidController. setSocketOption(SocketOption<T> socketOption, T value) -
Uses of SocketOption in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as SocketOption Modifier and Type Field Description static SocketOption<java.lang.Boolean>StandardSocketOption. SO_KEEPALIVEKeep connection alive.static SocketOption<java.lang.Integer>StandardSocketOption. SO_LINGERLinger on close if data is present.static SocketOption<java.lang.Integer>StandardSocketOption. SO_RCVBUFThe size of the socket receive buffer.static SocketOption<java.lang.Boolean>StandardSocketOption. SO_REUSEADDRRe-use address.static SocketOption<java.lang.Integer>StandardSocketOption. SO_SNDBUFThe size of the socket send buffer.static SocketOption<java.lang.Boolean>StandardSocketOption. TCP_NODELAYDisable the Nagle algorithm.Fields in com.google.code.yanf4j.core.impl with type parameters of type SocketOption Modifier and Type Field Description protected java.util.Map<SocketOption,java.lang.Object>AbstractController. socketOptionsSocket optionsMethods in com.google.code.yanf4j.core.impl with parameters of type SocketOption Modifier and Type Method Description <T> TAbstractController. getSocketOption(SocketOption<T> socketOption)<T> voidAbstractController. setSocketOption(SocketOption<T> socketOption, T value)Method parameters in com.google.code.yanf4j.core.impl with type arguments of type SocketOption Modifier and Type Method Description voidAbstractController. setSocketOptions(java.util.Map<SocketOption,java.lang.Object> socketOptions) -
Uses of SocketOption in net.rubyeye.xmemcached
Fields in net.rubyeye.xmemcached with type parameters of type SocketOption Modifier and Type Field Description protected java.util.Map<SocketOption,java.lang.Object>XMemcachedClientBuilder. socketOptionsMethods in net.rubyeye.xmemcached that return types with arguments of type SocketOption Modifier and Type Method Description static java.util.Map<SocketOption,java.lang.Object>XMemcachedClientBuilder. getDefaultSocketOptions()java.util.Map<SocketOption,java.lang.Object>MemcachedClientBuilder. getSocketOptions()Get all tcp socket optionsjava.util.Map<SocketOption,java.lang.Object>XMemcachedClientBuilder. getSocketOptions()Methods in net.rubyeye.xmemcached with parameters of type SocketOption Modifier and Type Method Description voidMemcachedClientBuilder. setSocketOption(SocketOption socketOption, java.lang.Object value)Set tcp socket optionvoidXMemcachedClientBuilder. setSocketOption(SocketOption socketOption, java.lang.Object value)Method parameters in net.rubyeye.xmemcached with type arguments of type SocketOption Modifier and Type Method Description private voidXMemcachedClient. buildConnector(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator bufferAllocator, Configuration configuration, java.util.Map<SocketOption,java.lang.Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder)Constructor parameters in net.rubyeye.xmemcached with type arguments of type SocketOption 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 SocketOption in net.rubyeye.xmemcached.aws
Constructor parameters in net.rubyeye.xmemcached.aws with type arguments of type SocketOption 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 SocketOption in net.rubyeye.xmemcached.networking
Method parameters in net.rubyeye.xmemcached.networking with type arguments of type SocketOption Modifier and Type Method Description voidConnector. setSocketOptions(java.util.Map<SocketOption,java.lang.Object> options)
-