Class TextIntrinsics
java.lang.Object
org.infinispan.server.memcached.text.TextIntrinsics
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextCommand
command
(io.netty.buffer.ByteBuf buf, TokenReader reader) static boolean
eowc
(io.netty.buffer.ByteBuf buf) static byte[]
fixedArray
(io.netty.buffer.ByteBuf b, int length) static int
int_number
(io.netty.buffer.ByteBuf buf, TokenReader reader) static long
long_number
(io.netty.buffer.ByteBuf buf, TokenReader reader) static long
parseLong
(io.netty.buffer.ByteBuf s) static int
parseUnsignedInt
(io.netty.buffer.ByteBuf s) static short
short_
(io.netty.buffer.ByteBuf b) static byte[]
text
(io.netty.buffer.ByteBuf buf, TokenReader reader) static byte[]
text_key
(io.netty.buffer.ByteBuf buf, TokenReader reader) static List
<byte[]> text_key_list
(io.netty.buffer.ByteBuf buf, TokenReader reader) static List
<byte[]> text_list
(io.netty.buffer.ByteBuf buf, TokenReader reader)
-
Constructor Details
-
TextIntrinsics
public TextIntrinsics()
-
-
Method Details
-
short_
public static short short_(io.netty.buffer.ByteBuf b) -
fixedArray
public static byte[] fixedArray(io.netty.buffer.ByteBuf b, int length) -
long_number
-
int_number
-
command
-
text
-
text_key
-
text_list
-
text_key_list
-
eowc
public static boolean eowc(io.netty.buffer.ByteBuf buf) -
parseLong
public static long parseLong(io.netty.buffer.ByteBuf s) -
parseUnsignedInt
public static int parseUnsignedInt(io.netty.buffer.ByteBuf s)
-