Uses of Enum Class
org.infinispan.server.memcached.binary.BinaryCommand
Packages that use BinaryCommand
-
Uses of BinaryCommand in org.infinispan.server.memcached.binary
Methods in org.infinispan.server.memcached.binary that return BinaryCommandModifier 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.Methods in org.infinispan.server.memcached.binary with parameters of type BinaryCommandModifier and TypeMethodDescriptionBinaryHeader.replace
(Temporal requestStart, int requestBytes, String principalName, Object key, BinaryCommand op, int opaque, long cas)