public class NotReplicatedException extends RaftException
| 构造器和说明 |
|---|
NotReplicatedException(long callId,
org.apache.ratis.proto.RaftProtos.ReplicationLevel requiredReplication,
long logIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCallId() |
long |
getLogIndex() |
org.apache.ratis.proto.RaftProtos.ReplicationLevel |
getRequiredReplication() |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.