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.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<Boolean>StandardSocketOption. SO_KEEPALIVEKeep connection alive.static SocketOption<Integer>StandardSocketOption. SO_LINGERLinger on close if data is present.static SocketOption<Integer>StandardSocketOption. SO_RCVBUFThe size of the socket receive buffer.static SocketOption<Boolean>StandardSocketOption. SO_REUSEADDRRe-use address.static SocketOption<Integer>StandardSocketOption. SO_SNDBUFThe size of the socket send buffer.static SocketOption<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 Map<SocketOption,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(Map<SocketOption,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 Map<SocketOption,Object>XMemcachedClientBuilder. socketOptionsMethods in net.rubyeye.xmemcached that return types with arguments of type SocketOption Modifier and Type Method Description static Map<SocketOption,Object>XMemcachedClientBuilder. getDefaultSocketOptions()Map<SocketOption,Object>MemcachedClientBuilder. getSocketOptions()Get all tcp socket optionsMap<SocketOption,Object>XMemcachedClientBuilder. getSocketOptions()Methods in net.rubyeye.xmemcached with parameters of type SocketOption Modifier and Type Method Description voidMemcachedClientBuilder. setSocketOption(SocketOption socketOption, Object value)Set tcp socket optionvoidXMemcachedClientBuilder. setSocketOption(SocketOption socketOption, Object value)Constructor parameters in net.rubyeye.xmemcached with type arguments of type SocketOption 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 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(Map<SocketOption,Object> options)
-