| Package | Description |
|---|---|
| com.alipay.sofa.jraft.entity.codec | |
| com.alipay.sofa.jraft.entity.codec.v1 | |
| com.alipay.sofa.jraft.entity.codec.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoDetectDecoder
Decoder that supports both v1 and v2 log entry codec protocol.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryDecoder |
LogEntryCodecFactory.decoder()
Returns a log entry decoder.
|
LogEntryDecoder |
DefaultLogEntryCodecFactory.decoder() |
| Modifier and Type | Class and Description |
|---|---|
class |
V1Decoder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryDecoder |
LogEntryV1CodecFactory.decoder()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V2Decoder
V2 log entry decoder based on protobuf, see src/main/resources/log.proto
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryDecoder |
LogEntryV2CodecFactory.decoder() |
Copyright © 2024. All rights reserved.