Uses of Enum Class
org.infinispan.server.memcached.text.TextCommand
Packages that use TextCommand
-
Uses of TextCommand in org.infinispan.server.memcached.text
Methods in org.infinispan.server.memcached.text that return TextCommandModifier 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.Constructors in org.infinispan.server.memcached.text with parameters of type TextCommandModifierConstructorDescriptionTextHeader
(int requestBytes, Temporal requestStart, String principalName, byte[] key, TextCommand op)