public static interface Pdpb.RecoveryPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Metapb.Region |
getCreates(int index)
repeated .metapb.Region creates = 1; |
int |
getCreatesCount()
repeated .metapb.Region creates = 1; |
List<Metapb.Region> |
getCreatesList()
repeated .metapb.Region creates = 1; |
Metapb.RegionOrBuilder |
getCreatesOrBuilder(int index)
repeated .metapb.Region creates = 1; |
List<? extends Metapb.RegionOrBuilder> |
getCreatesOrBuilderList()
repeated .metapb.Region creates = 1; |
long |
getDeletes(int index)
repeated uint64 deletes = 3; |
int |
getDeletesCount()
repeated uint64 deletes = 3; |
List<Long> |
getDeletesList()
repeated uint64 deletes = 3; |
Metapb.Region |
getUpdates(int index)
repeated .metapb.Region updates = 2; |
int |
getUpdatesCount()
repeated .metapb.Region updates = 2; |
List<Metapb.Region> |
getUpdatesList()
repeated .metapb.Region updates = 2; |
Metapb.RegionOrBuilder |
getUpdatesOrBuilder(int index)
repeated .metapb.Region updates = 2; |
List<? extends Metapb.RegionOrBuilder> |
getUpdatesOrBuilderList()
repeated .metapb.Region updates = 2; |
List<Metapb.Region> getCreatesList()
repeated .metapb.Region creates = 1;Metapb.Region getCreates(int index)
repeated .metapb.Region creates = 1;int getCreatesCount()
repeated .metapb.Region creates = 1;List<? extends Metapb.RegionOrBuilder> getCreatesOrBuilderList()
repeated .metapb.Region creates = 1;Metapb.RegionOrBuilder getCreatesOrBuilder(int index)
repeated .metapb.Region creates = 1;List<Metapb.Region> getUpdatesList()
repeated .metapb.Region updates = 2;Metapb.Region getUpdates(int index)
repeated .metapb.Region updates = 2;int getUpdatesCount()
repeated .metapb.Region updates = 2;List<? extends Metapb.RegionOrBuilder> getUpdatesOrBuilderList()
repeated .metapb.Region updates = 2;Metapb.RegionOrBuilder getUpdatesOrBuilder(int index)
repeated .metapb.Region updates = 2;int getDeletesCount()
repeated uint64 deletes = 3;long getDeletes(int index)
repeated uint64 deletes = 3;Copyright © 2023 PingCAP. All rights reserved.