public static interface Errorpb.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Errorpb.DataIsNotReady |
getDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13; |
Errorpb.DataIsNotReadyOrBuilder |
getDataIsNotReadyOrBuilder()
.errorpb.DataIsNotReady data_is_not_ready = 13; |
Errorpb.DiskFull |
getDiskFull()
.errorpb.DiskFull disk_full = 15; |
Errorpb.DiskFullOrBuilder |
getDiskFullOrBuilder()
.errorpb.DiskFull disk_full = 15; |
Errorpb.EpochNotMatch |
getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5; |
Errorpb.EpochNotMatchOrBuilder |
getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 5; |
Errorpb.KeyNotInRegion |
getKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4; |
Errorpb.KeyNotInRegionOrBuilder |
getKeyNotInRegionOrBuilder()
.errorpb.KeyNotInRegion key_not_in_region = 4; |
Errorpb.MaxTimestampNotSynced |
getMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10; |
Errorpb.MaxTimestampNotSyncedOrBuilder |
getMaxTimestampNotSyncedOrBuilder()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10; |
String |
getMessage()
The error message
|
com.google.protobuf.ByteString |
getMessageBytes()
The error message
|
Errorpb.NotLeader |
getNotLeader()
.errorpb.NotLeader not_leader = 2; |
Errorpb.NotLeaderOrBuilder |
getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 2; |
Errorpb.ProposalInMergingMode |
getProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12; |
Errorpb.ProposalInMergingModeOrBuilder |
getProposalInMergingModeOrBuilder()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12; |
Errorpb.RaftEntryTooLarge |
getRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9; |
Errorpb.RaftEntryTooLargeOrBuilder |
getRaftEntryTooLargeOrBuilder()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9; |
Errorpb.ReadIndexNotReady |
getReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Errorpb.ReadIndexNotReadyOrBuilder |
getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Errorpb.RecoveryInProgress |
getRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
|
Errorpb.RecoveryInProgressOrBuilder |
getRecoveryInProgressOrBuilder()
Online recovery is still in performing, reject writes to avoid potential issues
|
Errorpb.RegionNotFound |
getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3; |
Errorpb.RegionNotFoundOrBuilder |
getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3; |
Errorpb.RegionNotInitialized |
getRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14; |
Errorpb.RegionNotInitializedOrBuilder |
getRegionNotInitializedOrBuilder()
.errorpb.RegionNotInitialized region_not_initialized = 14; |
Errorpb.ServerIsBusy |
getServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6; |
Errorpb.ServerIsBusyOrBuilder |
getServerIsBusyOrBuilder()
.errorpb.ServerIsBusy server_is_busy = 6; |
Errorpb.StaleCommand |
getStaleCommand()
.errorpb.StaleCommand stale_command = 7; |
Errorpb.StaleCommandOrBuilder |
getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7; |
Errorpb.StoreNotMatch |
getStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8; |
Errorpb.StoreNotMatchOrBuilder |
getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8; |
boolean |
hasDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13; |
boolean |
hasDiskFull()
.errorpb.DiskFull disk_full = 15; |
boolean |
hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5; |
boolean |
hasKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4; |
boolean |
hasMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10; |
boolean |
hasNotLeader()
.errorpb.NotLeader not_leader = 2; |
boolean |
hasProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12; |
boolean |
hasRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9; |
boolean |
hasReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
boolean |
hasRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
|
boolean |
hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3; |
boolean |
hasRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14; |
boolean |
hasServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6; |
boolean |
hasStaleCommand()
.errorpb.StaleCommand stale_command = 7; |
boolean |
hasStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessage()
The error message
string message = 1;
com.google.protobuf.ByteString getMessageBytes()
The error message
string message = 1;
boolean hasNotLeader()
.errorpb.NotLeader not_leader = 2;
Errorpb.NotLeader getNotLeader()
.errorpb.NotLeader not_leader = 2;
Errorpb.NotLeaderOrBuilder getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 2;
boolean hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3;
Errorpb.RegionNotFound getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3;
Errorpb.RegionNotFoundOrBuilder getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3;
boolean hasKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4;
Errorpb.KeyNotInRegion getKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4;
Errorpb.KeyNotInRegionOrBuilder getKeyNotInRegionOrBuilder()
.errorpb.KeyNotInRegion key_not_in_region = 4;
boolean hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5;
Errorpb.EpochNotMatch getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5;
Errorpb.EpochNotMatchOrBuilder getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 5;
boolean hasServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6;
Errorpb.ServerIsBusy getServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6;
Errorpb.ServerIsBusyOrBuilder getServerIsBusyOrBuilder()
.errorpb.ServerIsBusy server_is_busy = 6;
boolean hasStaleCommand()
.errorpb.StaleCommand stale_command = 7;
Errorpb.StaleCommand getStaleCommand()
.errorpb.StaleCommand stale_command = 7;
Errorpb.StaleCommandOrBuilder getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7;
boolean hasStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8;
Errorpb.StoreNotMatch getStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8;
Errorpb.StoreNotMatchOrBuilder getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8;
boolean hasRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;
Errorpb.RaftEntryTooLarge getRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;
Errorpb.RaftEntryTooLargeOrBuilder getRaftEntryTooLargeOrBuilder()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;
boolean hasMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;
Errorpb.MaxTimestampNotSynced getMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;
Errorpb.MaxTimestampNotSyncedOrBuilder getMaxTimestampNotSyncedOrBuilder()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;
boolean hasReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;
Errorpb.ReadIndexNotReady getReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;
Errorpb.ReadIndexNotReadyOrBuilder getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;
boolean hasProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;
Errorpb.ProposalInMergingMode getProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;
Errorpb.ProposalInMergingModeOrBuilder getProposalInMergingModeOrBuilder()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;
boolean hasDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13;
Errorpb.DataIsNotReady getDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13;
Errorpb.DataIsNotReadyOrBuilder getDataIsNotReadyOrBuilder()
.errorpb.DataIsNotReady data_is_not_ready = 13;
boolean hasRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14;
Errorpb.RegionNotInitialized getRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14;
Errorpb.RegionNotInitializedOrBuilder getRegionNotInitializedOrBuilder()
.errorpb.RegionNotInitialized region_not_initialized = 14;
boolean hasDiskFull()
.errorpb.DiskFull disk_full = 15;
Errorpb.DiskFull getDiskFull()
.errorpb.DiskFull disk_full = 15;
Errorpb.DiskFullOrBuilder getDiskFullOrBuilder()
.errorpb.DiskFull disk_full = 15;
boolean hasRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;
Errorpb.RecoveryInProgress getRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;
Errorpb.RecoveryInProgressOrBuilder getRecoveryInProgressOrBuilder()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;
Copyright © 2024 PingCAP. All rights reserved.