| Package | Description |
|---|---|
| com.alipay.sofa.jraft.entity.codec.v2 |
| Class and Description |
|---|
| 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 © 2024. All rights reserved.