public final class ClientInvocationId extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
ClientId |
getClientId() |
long |
getLongId() |
int |
hashCode() |
boolean |
match(org.apache.ratis.proto.RaftProtos.StateMachineLogEntryProto proto) |
String |
toString() |
static ClientInvocationId |
valueOf(ClientId clientId,
long invocationId) |
static ClientInvocationId |
valueOf(RaftClientMessage message) |
static ClientInvocationId |
valueOf(org.apache.ratis.proto.RaftProtos.StateMachineLogEntryProto proto) |
public static ClientInvocationId valueOf(ClientId clientId, long invocationId)
public static ClientInvocationId valueOf(RaftClientMessage message)
public static ClientInvocationId valueOf(org.apache.ratis.proto.RaftProtos.StateMachineLogEntryProto proto)
public ClientId getClientId()
public long getLongId()
public boolean match(org.apache.ratis.proto.RaftProtos.StateMachineLogEntryProto proto)
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.