final class org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisConstants extends java.lang.Object
{
static final int TYPE_LENGTH;
static final int EOL_LENGTH;
static final int NULL_LENGTH;
static final int NULL_VALUE;
static final int REDIS_MESSAGE_MAX_LENGTH;
static final int REDIS_INLINE_MESSAGE_MAX_LENGTH;
static final int POSITIVE_LONG_MAX_LENGTH;
static final int LONG_MAX_LENGTH;
static final short NULL_SHORT;
static final short EOL_SHORT;
private void <init>()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisConstants v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisConstants;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void <clinit>()
{
short v, v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisCodecUtil: short makeShort(char,char)>(45, 49);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisConstants: short NULL_SHORT> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisCodecUtil: short makeShort(char,char)>(13, 10);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.redis.RedisConstants: short EOL_SHORT> = v;
return;
}
}