public static interface LogProxyProto.RecordDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCompressedLen()
original length of data
int32 compressed_len = 3; |
int |
getCompressType()
compress type. 0 for no compress
int32 compress_type = 1; |
int |
getCount()
record count
int32 count = 4; |
int |
getRawLen()
length of raw data
int32 raw_len = 2; |
com.google.protobuf.ByteString |
getRecords()
bytes array of records
bytes records = 100; |
int getCompressType()
compress type. 0 for no compress
int32 compress_type = 1;int getRawLen()
length of raw data
int32 raw_len = 2;int getCompressedLen()
original length of data
int32 compressed_len = 3;int getCount()
record count
int32 count = 4;com.google.protobuf.ByteString getRecords()
bytes array of records
bytes records = 100;Copyright © 2024. All rights reserved.