public class Codec extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Codec.BytesCodec |
static class |
Codec.DateCodec |
static class |
Codec.DateTimeCodec |
static class |
Codec.DecimalCodec |
static class |
Codec.EnumCodec |
static class |
Codec.IntegerCodec |
static class |
Codec.RealCodec |
static class |
Codec.SetCodec |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BYTES_FLAG |
static int |
COMPACT_BYTES_FLAG |
static int |
DECIMAL_FLAG |
static int |
DURATION_FLAG |
static int |
FLOATING_FLAG |
static int |
INT_FLAG |
static int |
JSON_FLAG |
static int |
MAX_FLAG |
static int |
NULL_FLAG |
static long |
SIGN_MASK |
static int |
UINT_FLAG |
static int |
UVARINT_FLAG |
static int |
VARINT_FLAG |
| 构造器和说明 |
|---|
Codec() |
public static final int NULL_FLAG
public static final int BYTES_FLAG
public static final int COMPACT_BYTES_FLAG
public static final int INT_FLAG
public static final int UINT_FLAG
public static final int FLOATING_FLAG
public static final int DECIMAL_FLAG
public static final int DURATION_FLAG
public static final int VARINT_FLAG
public static final int UVARINT_FLAG
public static final int JSON_FLAG
public static final int MAX_FLAG
public static final long SIGN_MASK
Copyright © 2023 PingCAP. All rights reserved.