Uses of Class
io.dingodb.common.Common.Region
Packages that use Common.Region
-
Uses of Common.Region in io.dingodb.common
Methods in io.dingodb.common that return Common.RegionModifier and TypeMethodDescriptionCommon.Region.Builder.build()Common.Region.Builder.buildPartial()static Common.RegionCommon.Region.getDefaultInstance()Common.Region.Builder.getDefaultInstanceForType()Common.Region.getDefaultInstanceForType()Common.RegionMap.Builder.getRegions(int index) repeated .dingodb.pb.common.Region regions = 2;Common.RegionMap.getRegions(int index) repeated .dingodb.pb.common.Region regions = 2;Common.RegionMapOrBuilder.getRegions(int index) repeated .dingodb.pb.common.Region regions = 2;static Common.RegionCommon.Region.parseDelimitedFrom(InputStream input) static Common.RegionCommon.Region.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RegionCommon.Region.parseFrom(byte[] data) static Common.RegionCommon.Region.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RegionCommon.Region.parseFrom(com.google.protobuf.ByteString data) static Common.RegionCommon.Region.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RegionCommon.Region.parseFrom(com.google.protobuf.CodedInputStream input) static Common.RegionCommon.Region.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RegionCommon.Region.parseFrom(InputStream input) static Common.RegionCommon.Region.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RegionCommon.Region.parseFrom(ByteBuffer data) static Common.RegionCommon.Region.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.RegionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.Region>Common.Region.getParserForType()Common.RegionMap.Builder.getRegionsList()repeated .dingodb.pb.common.Region regions = 2;Common.RegionMap.getRegionsList()repeated .dingodb.pb.common.Region regions = 2;Common.RegionMapOrBuilder.getRegionsList()repeated .dingodb.pb.common.Region regions = 2;static com.google.protobuf.Parser<Common.Region>Common.Region.parser()Methods in io.dingodb.common with parameters of type Common.RegionModifier and TypeMethodDescriptionCommon.RegionMap.Builder.addRegions(int index, Common.Region value) repeated .dingodb.pb.common.Region regions = 2;Common.RegionMap.Builder.addRegions(Common.Region value) repeated .dingodb.pb.common.Region regions = 2;Common.Region.Builder.mergeFrom(Common.Region other) static Common.Region.BuilderCommon.Region.newBuilder(Common.Region prototype) Common.RegionMap.Builder.setRegions(int index, Common.Region value) repeated .dingodb.pb.common.Region regions = 2;Method parameters in io.dingodb.common with type arguments of type Common.RegionModifier and TypeMethodDescriptionCommon.RegionMap.Builder.addAllRegions(Iterable<? extends Common.Region> values) repeated .dingodb.pb.common.Region regions = 2; -
Uses of Common.Region in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.RegionModifier and TypeMethodDescriptionCoordinator.QueryRegionResponse.Builder.getRegion().dingodb.pb.common.Region region = 3;Coordinator.QueryRegionResponse.getRegion().dingodb.pb.common.Region region = 3;Coordinator.QueryRegionResponseOrBuilder.getRegion().dingodb.pb.common.Region region = 3;Methods in io.dingodb.coordinator with parameters of type Common.RegionModifier and TypeMethodDescriptionCoordinator.QueryRegionResponse.Builder.mergeRegion(Common.Region value) .dingodb.pb.common.Region region = 3;Coordinator.QueryRegionResponse.Builder.setRegion(Common.Region value) .dingodb.pb.common.Region region = 3; -
Uses of Common.Region in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils with parameters of type Common.RegionModifier and TypeMethodDescriptionstatic InternalRegionEntityConversion.mapping(Common.Region region)