Uses of Enum
net.rubyeye.xmemcached.utils.Protocol
Packages that use Protocol
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
Memcached protocol implementations
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
XMemcached Utilities
-
Uses of Protocol in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached that return ProtocolModifier and TypeMethodDescriptionCommandFactory.getProtocol()
Get this client's protocol versionMemcachedClient.getProtocol()
XMemcachedClient.getProtocol()
-
Uses of Protocol in net.rubyeye.xmemcached.command
Methods in net.rubyeye.xmemcached.command that return ProtocolModifier and TypeMethodDescriptionBinaryCommandFactory.getProtocol()
KestrelCommandFactory.getProtocol()
TextCommandFactory.getProtocol()
-
Uses of Protocol in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as ProtocolModifier and TypeFieldDescriptionprotected Protocol
MemcachedConnector.protocol
private Protocol
Optimizer.protocol
Methods in net.rubyeye.xmemcached.impl that return ProtocolConstructors in net.rubyeye.xmemcached.impl with parameters of type Protocol -
Uses of Protocol in net.rubyeye.xmemcached.utils
Fields in net.rubyeye.xmemcached.utils declared as ProtocolMethods in net.rubyeye.xmemcached.utils that return ProtocolModifier and TypeMethodDescriptionstatic Protocol
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.utils with parameters of type Protocol