Uses of Enum
net.spy.memcached.ConnectionFactoryBuilder.Protocol
Packages that use ConnectionFactoryBuilder.Protocol
Package
Description
Memcached client and transformation utils
-
Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached
Methods in net.spy.memcached that return ConnectionFactoryBuilder.ProtocolModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ConnectionFactoryBuilder.Protocol[]ConnectionFactoryBuilder.Protocol.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 ConnectionFactoryBuilder.ProtocolModifier and TypeMethodDescriptionConnectionFactoryBuilder.setProtocol(ConnectionFactoryBuilder.Protocol prot) Convenience method to specify the protocol to use. -
Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached.spring
Methods in net.spy.memcached.spring with parameters of type ConnectionFactoryBuilder.ProtocolModifier and TypeMethodDescriptionvoidMemcachedClientFactoryBean.setProtocol(ConnectionFactoryBuilder.Protocol prot)