Uses of Enum Class
net.spy.memcached.tapmessage.TapMagic
Packages that use TapMagic
-
Uses of TapMagic in net.spy.memcached.tapmessage
Subclasses with type arguments of type TapMagic in net.spy.memcached.tapmessageModifier and TypeClassDescriptionenumThe Magic enum contains a list all of the different magic that can be passed in a tap message in the flag field.Fields in net.spy.memcached.tapmessage declared as TapMagicMethods in net.spy.memcached.tapmessage that return TapMagicModifier and TypeMethodDescriptionfinal TapMagicBaseMessage.getMagic()Gets the value of the tap messages magic field.static TapMagicTapMagic.getMagicByByte(byte b) static TapMagicReturns 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