Uses of Enum Class
net.spy.memcached.tapmessage.TapMagic
Packages that use TapMagic
-
Uses of TapMagic in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage declared as TapMagicMethods in net.spy.memcached.tapmessage that return TapMagicModifier and TypeMethodDescriptionfinal TapMagic
BaseMessage.getMagic()
Gets the value of the tap messages magic field.static TapMagic
TapMagic.getMagicByByte
(byte b) static TapMagic
Returns the enum constant of this class with the specified name.static TapMagic[]
TapMagic.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached.tapmessage with parameters of type TapMagic