| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.entity.codec | |
| com.alipay.sofa.jraft.entity.codec.v1 | |
| com.alipay.sofa.jraft.entity.codec.v2 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AutoDetectDecoder
Decoder that supports both v1 and v2 log entry codec protocol.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LogEntryDecoder |
DefaultLogEntryCodecFactory.decoder() |
LogEntryDecoder |
LogEntryCodecFactory.decoder()
Returns a log entry decoder.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
V1Decoder
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
LogEntryDecoder |
LogEntryV1CodecFactory.decoder()
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
V2Decoder
V2 log entry decoder based on protobuf, see src/main/resources/log.proto
|
| 限定符和类型 | 方法和说明 |
|---|---|
LogEntryDecoder |
LogEntryV2CodecFactory.decoder() |
Copyright © 2021. All rights reserved.