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> void
Controller. 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_KEEPALIVE
Keep connection alive.static SocketOption<java.lang.Integer>
StandardSocketOption. SO_LINGER
Linger on close if data is present.static SocketOption<java.lang.Integer>
StandardSocketOption. SO_RCVBUF
The size of the socket receive buffer.static SocketOption<java.lang.Boolean>
StandardSocketOption. SO_REUSEADDR
Re-use address.static SocketOption<java.lang.Integer>
StandardSocketOption. SO_SNDBUF
The size of the socket send buffer.static SocketOption<java.lang.Boolean>
StandardSocketOption. TCP_NODELAY
Disable 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. socketOptions
Socket optionsMethods in com.google.code.yanf4j.core.impl with parameters of type SocketOption Modifier and Type Method Description <T> T
AbstractController. getSocketOption(SocketOption<T> socketOption)
<T> void
AbstractController. 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 void
AbstractController. 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. socketOptions
Methods 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 void
MemcachedClientBuilder. setSocketOption(SocketOption socketOption, java.lang.Object value)
Set tcp socket optionvoid
XMemcachedClientBuilder. 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 void
XMemcachedClient. 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 void
Connector. setSocketOptions(java.util.Map<SocketOption,java.lang.Object> options)
-