| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.entity.codec.v2 |
| 类和说明 |
|---|
| LogEntryV2CodecFactory
V2(Now) log entry codec implementation, header format:
0 1 2 3 4 5
+-+-+-+-+-+-+-+-++-+-+-+
|Magic|Version|Reserved|
+-+-+-+-+-+-+-+-++-+-+-+
|
| LogOutter.PBLogEntry
Protobuf type
jraft.PBLogEntry |
| LogOutter.PBLogEntry.Builder
Protobuf type
jraft.PBLogEntry |
| LogOutter.PBLogEntryOrBuilder |
| V2Decoder
V2 log entry decoder based on protobuf, see src/main/resources/log.proto
|
| V2Encoder
V2 log entry encoder based on protobuf, see src/main/resources/log.proto
|
Copyright © 2021. All rights reserved.