| 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 | Method and Description |
|---|---|
LogEntryEncoder |
LogEntryCodecFactory.encoder()
Returns a log entry encoder.
|
LogEntryEncoder |
DefaultLogEntryCodecFactory.encoder() |
| Modifier and Type | Class and Description |
|---|---|
class |
V1Encoder
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static LogEntryEncoder |
V1Encoder.INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryEncoder |
LogEntryV1CodecFactory.encoder()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V2Encoder
V2 log entry encoder based on protobuf, see src/main/resources/log.proto
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryEncoder |
LogEntryV2CodecFactory.encoder() |
Copyright © 2024. All rights reserved.