Uses of Enum Class
org.infinispan.server.memcached.binary.BinaryCommand
-
Uses of BinaryCommand in org.infinispan.server.memcached.binary
Modifier and TypeMethodDescriptionstatic BinaryCommand
BinaryCommand.fromOpCode
(byte opCode) BinaryHeader.getCommand()
static BinaryCommand
BinaryIntrinsics.opCode
(io.netty.buffer.ByteBuf b) static BinaryCommand
Returns the enum constant of this class with the specified name.static BinaryCommand[]
BinaryCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBinaryHeader.replace
(Temporal requestStart, int requestBytes, String principalName, Object key, BinaryCommand op, int opaque, long cas)