Uses of Enum
net.spy.memcached.ClientMode
Packages that use ClientMode
-
Uses of ClientMode in net.spy.memcached
Fields in net.spy.memcached declared as ClientModeModifier and TypeFieldDescriptionprotected ClientModeConnectionFactoryBuilder.clientModeprotected final ClientModeMemcachedClient.clientModestatic final ClientModeDefaultConnectionFactory.DEFAULT_CLIENT_MODEDefault client mode.Methods in net.spy.memcached that return ClientModeModifier and TypeMethodDescriptionConnectionFactory.getClientMode()The mode in which the client is operating.DefaultConnectionFactory.getClientMode()static ClientModeReturns the enum constant of this type with the specified name.static ClientMode[]ClientMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.spy.memcached with parameters of type ClientModeModifier and TypeMethodDescriptionvoidConnectionFactory.setClientMode(ClientMode clientMode) Set the client mode in client.ConnectionFactoryBuilder.setClientMode(ClientMode clientMode) voidDefaultConnectionFactory.setClientMode(ClientMode clientMode) Constructors in net.spy.memcached with parameters of type ClientModeModifierConstructorDescriptionBinaryConnectionFactory(ClientMode clientMode) Create a BinaryConnectionFactory with the given clientMode.BinaryConnectionFactory(ClientMode clientMode, int len, int bufSize) Create a BinaryConnectionFactory with the given parametersBinaryConnectionFactory(ClientMode clientMode, int len, int bufSize, HashAlgorithm hash) Construct a BinaryConnectionFactory with the given parameters.DefaultConnectionFactory(ClientMode clientMode) Create a DefaultConnectionFactory with the default parameters.DefaultConnectionFactory(ClientMode clientMode, int qLen, int bufSize) Create a DefaultConnectionFactory with the given maximum operation queue length, and the given read buffer size.DefaultConnectionFactory(ClientMode clientMode, int qLen, int bufSize, HashAlgorithm hash) Construct a DefaultConnectionFactory with the given parameters.KetamaConnectionFactory(ClientMode clientMode, int qLen, int bufSize, long opQueueMaxBlockTime) Create a KetamaConnectionFactory with the given maximum operation queue length, and the given read buffer size.