public static interface Cdcpb.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cdcpb.ClusterIDMismatch |
getClusterIdMismatch()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6; |
Cdcpb.ClusterIDMismatchOrBuilder |
getClusterIdMismatchOrBuilder()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6; |
Cdcpb.Compatibility |
getCompatibility()
.cdcpb.Compatibility compatibility = 5; |
Cdcpb.CompatibilityOrBuilder |
getCompatibilityOrBuilder()
.cdcpb.Compatibility compatibility = 5; |
Cdcpb.DuplicateRequest |
getDuplicateRequest()
.cdcpb.DuplicateRequest duplicate_request = 4; |
Cdcpb.DuplicateRequestOrBuilder |
getDuplicateRequestOrBuilder()
.cdcpb.DuplicateRequest duplicate_request = 4; |
Errorpb.EpochNotMatch |
getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 3; |
Errorpb.EpochNotMatchOrBuilder |
getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 3; |
Errorpb.NotLeader |
getNotLeader()
.errorpb.NotLeader not_leader = 1; |
Errorpb.NotLeaderOrBuilder |
getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 1; |
Errorpb.RegionNotFound |
getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 2; |
Errorpb.RegionNotFoundOrBuilder |
getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 2; |
boolean |
hasClusterIdMismatch()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6; |
boolean |
hasCompatibility()
.cdcpb.Compatibility compatibility = 5; |
boolean |
hasDuplicateRequest()
.cdcpb.DuplicateRequest duplicate_request = 4; |
boolean |
hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 3; |
boolean |
hasNotLeader()
.errorpb.NotLeader not_leader = 1; |
boolean |
hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNotLeader()
.errorpb.NotLeader not_leader = 1;
Errorpb.NotLeader getNotLeader()
.errorpb.NotLeader not_leader = 1;
Errorpb.NotLeaderOrBuilder getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 1;
boolean hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 2;
Errorpb.RegionNotFound getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 2;
Errorpb.RegionNotFoundOrBuilder getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 2;
boolean hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 3;
Errorpb.EpochNotMatch getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 3;
Errorpb.EpochNotMatchOrBuilder getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 3;
boolean hasDuplicateRequest()
.cdcpb.DuplicateRequest duplicate_request = 4;
Cdcpb.DuplicateRequest getDuplicateRequest()
.cdcpb.DuplicateRequest duplicate_request = 4;
Cdcpb.DuplicateRequestOrBuilder getDuplicateRequestOrBuilder()
.cdcpb.DuplicateRequest duplicate_request = 4;
boolean hasCompatibility()
.cdcpb.Compatibility compatibility = 5;
Cdcpb.Compatibility getCompatibility()
.cdcpb.Compatibility compatibility = 5;
Cdcpb.CompatibilityOrBuilder getCompatibilityOrBuilder()
.cdcpb.Compatibility compatibility = 5;
boolean hasClusterIdMismatch()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6;
Cdcpb.ClusterIDMismatch getClusterIdMismatch()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6;
Cdcpb.ClusterIDMismatchOrBuilder getClusterIdMismatchOrBuilder()
.cdcpb.ClusterIDMismatch cluster_id_mismatch = 6;
Copyright © 2024 PingCAP. All rights reserved.