| 程序包 | 说明 |
|---|---|
| org.tikv.kvproto |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Errorpb.StaleCommand
StaleCommand is the error variant that tells the command is stale, that is,
the current request term is lower than current raft term.
|
static class |
Errorpb.StaleCommand.Builder
StaleCommand is the error variant that tells the command is stale, that is,
the current request term is lower than current raft term.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Errorpb.StaleCommandOrBuilder |
Errorpb.ErrorOrBuilder.getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7; |
Errorpb.StaleCommandOrBuilder |
Errorpb.Error.getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7; |
Errorpb.StaleCommandOrBuilder |
Errorpb.Error.Builder.getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7; |
Copyright © 2023 PingCAP. All rights reserved.