Uses of Class
net.rubyeye.xmemcached.command.binary.OpCode
-
Packages that use OpCode Package Description net.rubyeye.xmemcached.command.binary Memcached text protocol implementations -
-
Uses of OpCode in net.rubyeye.xmemcached.command.binary
Fields in net.rubyeye.xmemcached.command.binary declared as OpCode Modifier and Type Field Description protected OpCodeBaseBinaryCommand. opCodeMethods in net.rubyeye.xmemcached.command.binary that return OpCode Modifier and Type Method Description OpCodeBaseBinaryCommand. getOpCode()static OpCodeOpCode. valueOf(java.lang.String name)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 OpCode Modifier and Type Method Description voidBaseBinaryCommand. setOpCode(OpCode opCode)Constructors in net.rubyeye.xmemcached.command.binary with parameters of type OpCode Constructor Description BinaryGetCommand(java.lang.String key, byte[] keyBytes, CommandType cmdType, java.util.concurrent.CountDownLatch latch, OpCode opCode, boolean noreply)
-