| Package | Description |
|---|---|
| com.alipay.sofa.jraft.storage | |
| com.alipay.sofa.jraft.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
long |
LogManagerImpl.wait(long expectedLastLogIndex,
LogManager.NewLogCallback cb,
Object arg) |
Copyright © 2024. All rights reserved.