| Package | Description |
|---|---|
| io.openmessaging.storage.dledger | |
| io.openmessaging.storage.dledger.protocol |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<VoteResponse> |
DLedgerRpcNettyService.handleVote(VoteRequest request) |
CompletableFuture<VoteResponse> |
DLedgerServer.handleVote(VoteRequest request) |
CompletableFuture<VoteResponse> |
DLedgerLeaderElector.handleVote(VoteRequest request,
boolean self) |
CompletableFuture<VoteResponse> |
DLedgerRpcNettyService.vote(VoteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
VoteResponse |
VoteResponse.term(long term) |
VoteResponse |
VoteResponse.voteResult(VoteResponse.RESULT voteResult) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<VoteResponse> |
DLedgerProtocolHandler.handleVote(VoteRequest request) |
CompletableFuture<VoteResponse> |
DLedgerProtocol.vote(VoteRequest request) |
Copyright © 2023. All rights reserved.