Uses of Enum
net.spy.memcached.tapmessage.TapOpcode
Packages that use TapOpcode
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of TapOpcode in net.spy.memcached
Methods in net.spy.memcached with parameters of type TapOpcodeModifier and TypeMethodDescriptionOperationFactory.tapAck(TapOpcode opcode, int opaque, OperationCallback cb) Sends a tap ack message to the server. -
Uses of TapOpcode in net.spy.memcached.ops
Methods in net.spy.memcached.ops with parameters of type TapOpcodeModifier and TypeMethodDescriptionvoidTapOperation.Callback.gotAck(MemcachedNode node, TapOpcode opcode, int opaque) -
Uses of TapOpcode in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type TapOpcodeModifier and TypeMethodDescriptionAsciiOperationFactory.tapAck(TapOpcode opcode, int opaque, OperationCallback cb) -
Uses of TapOpcode in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type TapOpcodeModifier and TypeMethodDescriptionBinaryOperationFactory.tapAck(TapOpcode opcode, int opaque, OperationCallback cb) -
Uses of TapOpcode in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage declared as TapOpcodeMethods in net.spy.memcached.tapmessage that return TapOpcodeModifier and TypeMethodDescriptionfinal TapOpcodeBaseMessage.getOpcode()Gets the value of the tap messages opaque field.TapAck.getOpcode()static TapOpcodeTapOpcode.getOpcodeByByte(byte b) static TapOpcodeReturns the enum constant of this type with the specified name.static TapOpcode[]TapOpcode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.spy.memcached.tapmessage with parameters of type TapOpcodeModifier and TypeMethodDescriptionfinal voidSets the value of the tap messages opcode field.Constructors in net.spy.memcached.tapmessage with parameters of type TapOpcodeModifierConstructorDescriptionTapAck(TapConnectionProvider conn, MemcachedNode node, TapOpcode opcode, int opaque, OperationCallback cb)