Uses of Enum Class
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.private void
TapClient.tapAck
(TapConnectionProvider conn, MemcachedNode node, TapOpcode opcode, int opaque, OperationCallback cb) -
Uses of TapOpcode in net.spy.memcached.ops
Methods in net.spy.memcached.ops with parameters of type TapOpcodeModifier and TypeMethodDescriptionvoid
TapOperation.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
Fields in net.spy.memcached.protocol.binary declared as TapOpcodeMethods in net.spy.memcached.protocol.binary with parameters of type TapOpcodeModifier and TypeMethodDescriptionBinaryOperationFactory.tapAck
(TapOpcode opcode, int opaque, OperationCallback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type TapOpcodeModifierConstructorDescription(package private)
TapAckOperationImpl
(TapOpcode opcode, int opaque, OperationCallback cb) -
Uses of TapOpcode in net.spy.memcached.tapmessage
Fields in net.spy.memcached.tapmessage declared as TapOpcodeModifier and TypeFieldDescriptionprotected TapOpcode
BaseMessage.opcode
private final TapOpcode
TapAck.opcode
Methods in net.spy.memcached.tapmessage that return TapOpcodeModifier and TypeMethodDescriptionfinal TapOpcode
BaseMessage.getOpcode()
Gets the value of the tap messages opaque field.TapAck.getOpcode()
static TapOpcode
TapOpcode.getOpcodeByByte
(byte b) static TapOpcode
Returns the enum constant of this class with the specified name.static TapOpcode[]
TapOpcode.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 TapOpcodeModifier and TypeMethodDescriptionfinal void
Sets 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)