public final class Errorpb extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Errorpb.DataIsNotReady
Protobuf type
errorpb.DataIsNotReady |
static interface |
Errorpb.DataIsNotReadyOrBuilder |
static class |
Errorpb.DiskFull
Protobuf type
errorpb.DiskFull |
static interface |
Errorpb.DiskFullOrBuilder |
static class |
Errorpb.EpochNotMatch
EpochNotMatch is the error variant that tells a region has been updated.
|
static interface |
Errorpb.EpochNotMatchOrBuilder |
static class |
Errorpb.Error
Error wraps all region errors, indicates an error encountered by a request.
|
static interface |
Errorpb.ErrorOrBuilder |
static class |
Errorpb.KeyNotInRegion
KeyNotInRegion is the error variant that tells the key the request requires isn't present in
this region.
|
static interface |
Errorpb.KeyNotInRegionOrBuilder |
static class |
Errorpb.MaxTimestampNotSynced
MaxTimestampNotSynced is the error variant that tells the peer has just become a leader and
updating the max timestamp in the concurrency manager from PD TSO is ongoing.
|
static interface |
Errorpb.MaxTimestampNotSyncedOrBuilder |
static class |
Errorpb.NotLeader
NotLeader is the error variant that tells a request be handle by raft leader
is sent to raft follower or learner.
|
static interface |
Errorpb.NotLeaderOrBuilder |
static class |
Errorpb.ProposalInMergingMode
ProposalInMergingMode is the error variant that tells the proposal is rejected because raft is
in the merging mode.
|
static interface |
Errorpb.ProposalInMergingModeOrBuilder |
static class |
Errorpb.RaftEntryTooLarge
RaftEntryTooLarge is the error variant that tells the request is too large to be serialized to a
reasonable small raft entry.
|
static interface |
Errorpb.RaftEntryTooLargeOrBuilder |
static class |
Errorpb.ReadIndexNotReady
ReadIndexNotReady is the error variant that tells the read index request is not ready, that is,
the current region is in a status that not ready to serve the read index request.
|
static interface |
Errorpb.ReadIndexNotReadyOrBuilder |
static class |
Errorpb.RecoveryInProgress
Protobuf type
errorpb.RecoveryInProgress |
static interface |
Errorpb.RecoveryInProgressOrBuilder |
static class |
Errorpb.RegionNotFound
RegionNotFound is the error variant that tells there isn't any region in this TiKV
matches the requested region ID.
|
static interface |
Errorpb.RegionNotFoundOrBuilder |
static class |
Errorpb.RegionNotInitialized
RegionNotInitialized is the error variant that tells there isn't any initialized peer
matchesthe request region ID.
|
static interface |
Errorpb.RegionNotInitializedOrBuilder |
static class |
Errorpb.ServerIsBusy
ServerIsBusy is the error variant that tells the server is too busy to response.
|
static interface |
Errorpb.ServerIsBusyOrBuilder |
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 interface |
Errorpb.StaleCommandOrBuilder |
static class |
Errorpb.StoreNotMatch
StoreNotMatch is the error variant that tells the request is sent to wrong store.
|
static interface |
Errorpb.StoreNotMatchOrBuilder |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2024 PingCAP. All rights reserved.