public final class ClientInvocationId extends Object
| Modifier and Type | Method and Description |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.