| Modifier and Type | Method and Description |
|---|---|
LogEntryCodecFactory |
JRaftServiceFactory.createLogEntryCodecFactory()
Creates a log entry codec factory.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryCodecFactory |
DefaultJRaftServiceFactory.createLogEntryCodecFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogEntryCodecFactory
Default log entry codec factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogEntryV1CodecFactory
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogEntryV2CodecFactory
V2(Now) log entry codec implementation, header format:
0 1 2 3 4 5
+-+-+-+-+-+-+-+-++-+-+-+
|Magic|Version|Reserved|
+-+-+-+-+-+-+-+-++-+-+-+
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryCodecFactory |
LogStorageOptions.getLogEntryCodecFactory() |
LogEntryCodecFactory |
LogManagerOptions.getLogEntryCodecFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogStorageOptions.setLogEntryCodecFactory(LogEntryCodecFactory logEntryCodecFactory) |
void |
LogManagerOptions.setLogEntryCodecFactory(LogEntryCodecFactory logEntryCodecFactory) |
Copyright © 2024. All rights reserved.