Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2024 PingCAP. All rights reserved.