Uses of Enum Class
org.infinispan.server.memcached.text.TextCommand
-
Uses of TextCommand in org.infinispan.server.memcached.text
Modifier and TypeMethodDescriptionstatic TextCommand
TextIntrinsics.command
(io.netty.buffer.ByteBuf buf, TokenReader reader) static TextCommand
TextCommand.valueOf
(io.netty.buffer.ByteBuf b) Returns the enum constant of this class with the specified name.static TextCommand
Returns the enum constant of this class with the specified name.static TextCommand[]
TextCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTextHeader
(int requestBytes, Temporal requestStart, String principalName, byte[] key, TextCommand op)