| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.storage | |
| com.alipay.sofa.jraft.storage.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
LogManager.wait(long expectedLastLogIndex,
LogManager.NewLogCallback cb,
Object arg)
Wait until there are more logs since |last_log_index| and |on_new_log|
would be called after there are new logs or error occurs, return the waiter id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
LogManagerImpl.wait(long expectedLastLogIndex,
LogManager.NewLogCallback cb,
Object arg) |
Copyright © 2021. All rights reserved.