| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.conf | |
| com.alipay.sofa.jraft.entity | |
| com.alipay.sofa.jraft.option | |
| com.alipay.sofa.jraft.storage | |
| com.alipay.sofa.jraft.storage.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
LogId |
ConfigurationEntry.getId() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConfigurationEntry.setId(LogId id) |
| 构造器和说明 |
|---|
ConfigurationEntry(LogId id,
Configuration conf,
Configuration oldConf) |
| 限定符和类型 | 方法和说明 |
|---|---|
LogId |
LogId.copy() |
LogId |
LogEntry.getId() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
LogId.compareTo(LogId o) |
void |
LogEntry.setId(LogId id) |
| 限定符和类型 | 方法和说明 |
|---|---|
LogId |
FSMCallerOptions.getBootstrapId() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FSMCallerOptions.setBootstrapId(LogId bootstrapId) |
| 限定符和类型 | 方法和说明 |
|---|---|
LogId |
LogManager.getLastLogId(boolean isFlush)
Return the id the last log.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogManager.setAppliedId(LogId appliedId)
Set the applied id, indicating that the log before applied_id (included)
can be dropped from memory logs.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LogId |
LogManagerImpl.getLastLogId(boolean isFlush) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogManagerImpl.setAppliedId(LogId appliedId) |
Copyright © 2021. All rights reserved.