public static interface Pdpb.StoreHeartbeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ReplicationModepb.StoreDRAutoSyncStatus |
getDrAutosyncStatus()
.replication_modepb.StoreDRAutoSyncStatus dr_autosync_status = 4; |
ReplicationModepb.StoreDRAutoSyncStatusOrBuilder |
getDrAutosyncStatusOrBuilder()
.replication_modepb.StoreDRAutoSyncStatus dr_autosync_status = 4; |
Pdpb.RequestHeader |
getHeader()
.pdpb.RequestHeader header = 1; |
Pdpb.RequestHeaderOrBuilder |
getHeaderOrBuilder()
.pdpb.RequestHeader header = 1; |
Pdpb.StoreStats |
getStats()
.pdpb.StoreStats stats = 2; |
Pdpb.StoreStatsOrBuilder |
getStatsOrBuilder()
.pdpb.StoreStats stats = 2; |
Pdpb.StoreReport |
getStoreReport()
Detailed store report that is only filled up on PD's demand for online unsafe recover.
|
Pdpb.StoreReportOrBuilder |
getStoreReportOrBuilder()
Detailed store report that is only filled up on PD's demand for online unsafe recover.
|
boolean |
hasDrAutosyncStatus()
.replication_modepb.StoreDRAutoSyncStatus dr_autosync_status = 4; |
boolean |
hasHeader()
.pdpb.RequestHeader header = 1; |
boolean |
hasStats()
.pdpb.StoreStats stats = 2; |
boolean |
hasStoreReport()
Detailed store report that is only filled up on PD's demand for online unsafe recover.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
.pdpb.RequestHeader header = 1;
Pdpb.RequestHeader getHeader()
.pdpb.RequestHeader header = 1;
Pdpb.RequestHeaderOrBuilder getHeaderOrBuilder()
.pdpb.RequestHeader header = 1;
boolean hasStats()
.pdpb.StoreStats stats = 2;
Pdpb.StoreStats getStats()
.pdpb.StoreStats stats = 2;
Pdpb.StoreStatsOrBuilder getStatsOrBuilder()
.pdpb.StoreStats stats = 2;
boolean hasStoreReport()
Detailed store report that is only filled up on PD's demand for online unsafe recover.
.pdpb.StoreReport store_report = 3;
Pdpb.StoreReport getStoreReport()
Detailed store report that is only filled up on PD's demand for online unsafe recover.
.pdpb.StoreReport store_report = 3;
Pdpb.StoreReportOrBuilder getStoreReportOrBuilder()
Detailed store report that is only filled up on PD's demand for online unsafe recover.
.pdpb.StoreReport store_report = 3;
boolean hasDrAutosyncStatus()
.replication_modepb.StoreDRAutoSyncStatus dr_autosync_status = 4;
ReplicationModepb.StoreDRAutoSyncStatus getDrAutosyncStatus()
.replication_modepb.StoreDRAutoSyncStatus dr_autosync_status = 4;
ReplicationModepb.StoreDRAutoSyncStatusOrBuilder getDrAutosyncStatusOrBuilder()
.replication_modepb.StoreDRAutoSyncStatus dr_autosync_status = 4;
Copyright © 2024 PingCAP. All rights reserved.