| 接口 | 说明 |
|---|---|
| LogManager |
Log manager.
|
| LogManager.LastLogIndexListener |
Listen on last log index change event, but it's not reliable,
the user should not count on this listener to receive all changed events.
|
| LogManager.NewLogCallback |
New log notifier callback.
|
| LogStorage |
Log entry storage service.
|
| RaftMetaStorage |
Raft metadata storage service.
|
| SnapshotExecutor |
Executing Snapshot related stuff.
|
| SnapshotStorage |
Snapshot storage.
|
| SnapshotThrottle |
Snapshot throttling during heavy disk reading/writing
|
| Storage |
Common interface for storage.
|
| 类 | 说明 |
|---|---|
| FileService |
File reader service.
|
| LogManager.StableClosure |
Closure to to run in stable state.
|
Copyright © 2021. All rights reserved.