public class PendingRequest extends Object implements Comparable<PendingRequest>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PendingRequest that) |
CompletableFuture<RaftClientReply> |
getFuture() |
String |
toString() |
public CompletableFuture<RaftClientReply> getFuture()
public int compareTo(PendingRequest that)
compareTo in interface Comparable<PendingRequest>Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.