Uses of Enum
net.rubyeye.xmemcached.command.binary.OpCode
Packages that use OpCode
-
Uses of OpCode in net.rubyeye.xmemcached.command.binary
Fields in net.rubyeye.xmemcached.command.binary declared as OpCodeMethods in net.rubyeye.xmemcached.command.binary that return OpCodeModifier and TypeMethodDescriptionfinal OpCode
BaseBinaryCommand.getOpCode()
static OpCode
Returns the enum constant of this type with the specified name.static OpCode[]
OpCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.command.binary with parameters of type OpCodeConstructors in net.rubyeye.xmemcached.command.binary with parameters of type OpCodeModifierConstructorDescriptionBinaryGetCommand
(String key, byte[] keyBytes, CommandType cmdType, CountDownLatch latch, OpCode opCode, boolean noreply)