Uses of Class
io.dingodb.store_internal.StoreInternal.Region
Packages that use StoreInternal.Region
-
Uses of StoreInternal.Region in io.dingodb.debug
Methods in io.dingodb.debug that return StoreInternal.RegionModifier and TypeMethodDescriptionDebug.DebugResponse.RegionMetaDetails.Builder.getRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 1;Debug.DebugResponse.RegionMetaDetails.getRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 1;Debug.DebugResponse.RegionMetaDetailsOrBuilder.getRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 1;Methods in io.dingodb.debug that return types with arguments of type StoreInternal.RegionModifier and TypeMethodDescriptionDebug.DebugResponse.RegionMetaDetails.Builder.getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 1;Debug.DebugResponse.RegionMetaDetails.getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 1;Debug.DebugResponse.RegionMetaDetailsOrBuilder.getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 1;Methods in io.dingodb.debug with parameters of type StoreInternal.RegionModifier and TypeMethodDescriptionDebug.DebugResponse.RegionMetaDetails.Builder.addRegions(int index, StoreInternal.Region value) repeated .dingodb.pb.store_internal.Region regions = 1;Debug.DebugResponse.RegionMetaDetails.Builder.addRegions(StoreInternal.Region value) repeated .dingodb.pb.store_internal.Region regions = 1;Debug.DebugResponse.RegionMetaDetails.Builder.setRegions(int index, StoreInternal.Region value) repeated .dingodb.pb.store_internal.Region regions = 1;Method parameters in io.dingodb.debug with type arguments of type StoreInternal.RegionModifier and TypeMethodDescriptionDebug.DebugResponse.RegionMetaDetails.Builder.addAllRegions(Iterable<? extends StoreInternal.Region> values) repeated .dingodb.pb.store_internal.Region regions = 1; -
Uses of StoreInternal.Region in io.dingodb.node
Methods in io.dingodb.node that return StoreInternal.RegionModifier and TypeMethodDescriptionNode.GetRegionInfoResponse.Builder.getRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 3;Node.GetRegionInfoResponse.getRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 3;Node.GetRegionInfoResponseOrBuilder.getRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 3;Methods in io.dingodb.node that return types with arguments of type StoreInternal.RegionModifier and TypeMethodDescriptionNode.GetRegionInfoResponse.Builder.getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 3;Node.GetRegionInfoResponse.getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 3;Node.GetRegionInfoResponseOrBuilder.getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 3;Methods in io.dingodb.node with parameters of type StoreInternal.RegionModifier and TypeMethodDescriptionNode.GetRegionInfoResponse.Builder.addRegions(int index, StoreInternal.Region value) repeated .dingodb.pb.store_internal.Region regions = 3;Node.GetRegionInfoResponse.Builder.addRegions(StoreInternal.Region value) repeated .dingodb.pb.store_internal.Region regions = 3;Node.GetRegionInfoResponse.Builder.setRegions(int index, StoreInternal.Region value) repeated .dingodb.pb.store_internal.Region regions = 3;Method parameters in io.dingodb.node with type arguments of type StoreInternal.RegionModifier and TypeMethodDescriptionNode.GetRegionInfoResponse.Builder.addAllRegions(Iterable<? extends StoreInternal.Region> values) repeated .dingodb.pb.store_internal.Region regions = 3; -
Uses of StoreInternal.Region in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return StoreInternal.RegionModifier and TypeMethodDescriptionStoreInternal.Region.Builder.build()StoreInternal.Region.Builder.buildPartial()static StoreInternal.RegionStoreInternal.Region.getDefaultInstance()StoreInternal.Region.Builder.getDefaultInstanceForType()StoreInternal.Region.getDefaultInstanceForType()static StoreInternal.RegionStoreInternal.Region.parseDelimitedFrom(InputStream input) static StoreInternal.RegionStoreInternal.Region.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RegionStoreInternal.Region.parseFrom(byte[] data) static StoreInternal.RegionStoreInternal.Region.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RegionStoreInternal.Region.parseFrom(com.google.protobuf.ByteString data) static StoreInternal.RegionStoreInternal.Region.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RegionStoreInternal.Region.parseFrom(com.google.protobuf.CodedInputStream input) static StoreInternal.RegionStoreInternal.Region.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RegionStoreInternal.Region.parseFrom(InputStream input) static StoreInternal.RegionStoreInternal.Region.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RegionStoreInternal.Region.parseFrom(ByteBuffer data) static StoreInternal.RegionStoreInternal.Region.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store_internal that return types with arguments of type StoreInternal.RegionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StoreInternal.Region>StoreInternal.Region.getParserForType()static com.google.protobuf.Parser<StoreInternal.Region>StoreInternal.Region.parser()Methods in io.dingodb.store_internal with parameters of type StoreInternal.RegionModifier and TypeMethodDescriptionStoreInternal.Region.Builder.mergeFrom(StoreInternal.Region other) static StoreInternal.Region.BuilderStoreInternal.Region.newBuilder(StoreInternal.Region prototype)