public class TraceObject extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COMPRESSED_PROTOCOL_COMPRESSED_PACKET |
static int |
COMPRESSED_PROTOCOL_NOT_COMPRESSED_PACKET |
static int |
NOT_COMPRESSED |
static int |
OB_PROTOCOL_2_0 |
| 构造器和说明 |
|---|
TraceObject(boolean send,
int indicatorFlag,
long threadId,
byte[]... buf)
Permit to store OceanBase packets.
|
public static final int NOT_COMPRESSED
public static final int COMPRESSED_PROTOCOL_COMPRESSED_PACKET
public static final int COMPRESSED_PROTOCOL_NOT_COMPRESSED_PACKET
public static final int OB_PROTOCOL_2_0
public TraceObject(boolean send,
int indicatorFlag,
long threadId,
byte[]... buf)
send - was packet send or receivedindicatorFlag - indicator. can be NOT_COMPRESSED, COMPRESSED_PROTOCOL_COMPRESSED_PACKET or
COMPRESSED_PROTOCOL_NOT_COMPRESSED_PACKETthreadId - current connection thread Idbuf - buffersCopyright © 2024 oceanbase.com. All rights reserved.