public static interface Pdpb.RecoveryPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
List<Long> getDeletesList()
repeated uint64 deletes = 3;
int getDeletesCount()
repeated uint64 deletes = 3;
long getDeletes(int index)
repeated uint64 deletes = 3;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.