| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.storage | |
| com.alipay.sofa.jraft.storage.impl | |
| com.alipay.sofa.jraft.storage.log | |
| com.alipay.sofa.jraft.storage.snapshot.local |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
LogStorage
Log entry storage service.
|
interface |
RaftMetaStorage
Raft metadata storage service.
|
interface |
SnapshotStorage
Snapshot storage.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalRaftMetaStorage
Raft meta storage,it's not thread-safe.
|
class |
RocksDBLogStorage
Log storage based on rocksdb.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RocksDBSegmentLogStorage
Log Storage implementation based on rocksdb and segment files.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalSnapshotStorage
Snapshot storage based on local file storage.
|
Copyright © 2021. All rights reserved.