| Package | Description |
|---|---|
| com.alipay.sofa.jraft | |
| com.alipay.sofa.jraft.core | |
| com.alipay.sofa.jraft.option | |
| com.alipay.sofa.jraft.storage.impl | |
| com.alipay.sofa.jraft.storage.log |
| Modifier and Type | Method and Description |
|---|---|
LogStorage |
JRaftServiceFactory.createLogStorage(String uri,
RaftOptions raftOptions)
Creates a raft log storage.
|
| Modifier and Type | Method and Description |
|---|---|
LogStorage |
DefaultJRaftServiceFactory.createLogStorage(String uri,
RaftOptions raftOptions) |
| Modifier and Type | Method and Description |
|---|---|
LogStorage |
LogManagerOptions.getLogStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogManagerOptions.setLogStorage(LogStorage logStorage) |
| Modifier and Type | Class and Description |
|---|---|
class |
RocksDBLogStorage
Log storage based on rocksdb.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RocksDBSegmentLogStorage
Log Storage implementation based on rocksdb and segment files.
|
Copyright © 2024. All rights reserved.