public abstract class RaftClientMessage extends Object implements RaftRpcMessage
| Modifier and Type | Method and Description |
|---|---|
long |
getCallId() |
ClientId |
getClientId() |
RaftGroupId |
getRaftGroupId() |
String |
getReplierId() |
String |
getRequestorId() |
RaftPeerId |
getServerId() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisRequestpublic String getRequestorId()
getRequestorId in interface RaftRpcMessagepublic String getReplierId()
getReplierId in interface RaftRpcMessagepublic ClientId getClientId()
public RaftPeerId getServerId()
public RaftGroupId getRaftGroupId()
getRaftGroupId in interface RaftRpcMessagepublic long getCallId()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.