Uses of Enum Class
io.dingodb.common.Common.RegionType
Packages that use Common.RegionType
Package
Description
-
Uses of Common.RegionType in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.RegionTypeModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.RegionInternal.Builder.getRegionType()region typeCoordinatorInternalOuterClass.RegionInternal.getRegionType()region typeCoordinatorInternalOuterClass.RegionInternalOrBuilder.getRegionType()region typeMethods in dingodb.pb.coordinator_internal with parameters of type Common.RegionTypeModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.RegionInternal.Builder.setRegionType(Common.RegionType value) region type -
Uses of Common.RegionType in io.dingodb.common
Methods in io.dingodb.common that return Common.RegionTypeModifier and TypeMethodDescriptionstatic Common.RegionTypeCommon.RegionType.forNumber(int value) Common.Region.Builder.getRegionType()region typeCommon.Region.getRegionType()region typeCommon.RegionOrBuilder.getRegionType()region typestatic Common.RegionTypeCommon.RegionType.valueOf(int value) Deprecated.static Common.RegionTypeCommon.RegionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.RegionTypeReturns the enum constant of this class with the specified name.static Common.RegionType[]Common.RegionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.RegionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.RegionType>Common.RegionType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.RegionTypeModifier and TypeMethodDescriptionCommon.Region.Builder.setRegionType(Common.RegionType value) region type -
Uses of Common.RegionType in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.RegionTypeModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.getRegionType()optional, if set, will create a region with this type, this type is default STORECoordinator.CreateRegionRequest.getRegionType()optional, if set, will create a region with this type, this type is default STORECoordinator.CreateRegionRequestOrBuilder.getRegionType()optional, if set, will create a region with this type, this type is default STORECoordinator.RegionStatus.Builder.getRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Coordinator.RegionStatus.getRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Coordinator.RegionStatusOrBuilder.getRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Methods in io.dingodb.coordinator with parameters of type Common.RegionTypeModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.setRegionType(Common.RegionType value) optional, if set, will create a region with this type, this type is default STORECoordinator.RegionStatus.Builder.setRegionType(Common.RegionType value) RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index) -
Uses of Common.RegionType in io.dingodb.meta
Methods in io.dingodb.meta that return Common.RegionTypeModifier and TypeMethodDescriptionMeta.MetaEventRegion.Builder.getRegionType()region typeMeta.MetaEventRegion.getRegionType()region typeMeta.MetaEventRegionOrBuilder.getRegionType()region typeMeta.RegionStatus.Builder.getRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Meta.RegionStatus.getRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Meta.RegionStatusOrBuilder.getRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Methods in io.dingodb.meta with parameters of type Common.RegionTypeModifier and TypeMethodDescriptionMeta.MetaEventRegion.Builder.setRegionType(Common.RegionType value) region typeMeta.RegionStatus.Builder.setRegionType(Common.RegionType value) RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index) -
Uses of Common.RegionType in io.dingodb.store
Methods in io.dingodb.store that return Common.RegionTypeModifier and TypeMethodDescriptionStore.BackupDataRequest.Builder.getRegionType()region type [required]Store.BackupDataRequest.getRegionType()region type [required]Store.BackupDataRequestOrBuilder.getRegionType()region type [required]Store.BackupMetaRequest.Builder.getRegionType()region type [required]Store.BackupMetaRequest.getRegionType()region type [required]Store.BackupMetaRequestOrBuilder.getRegionType()region type [required]Store.RestoreDataRequest.Builder.getRegionType()region type [required]Store.RestoreDataRequest.getRegionType()region type [required]Store.RestoreDataRequestOrBuilder.getRegionType()region type [required]Store.RestoreMetaRequest.Builder.getRegionType()region type [required]Store.RestoreMetaRequest.getRegionType()region type [required]Store.RestoreMetaRequestOrBuilder.getRegionType()region type [required]Methods in io.dingodb.store with parameters of type Common.RegionTypeModifier and TypeMethodDescriptionStore.BackupDataRequest.Builder.setRegionType(Common.RegionType value) region type [required]Store.BackupMetaRequest.Builder.setRegionType(Common.RegionType value) region type [required]Store.RestoreDataRequest.Builder.setRegionType(Common.RegionType value) region type [required]Store.RestoreMetaRequest.Builder.setRegionType(Common.RegionType value) region type [required] -
Uses of Common.RegionType in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return Common.RegionTypeModifier and TypeMethodDescriptionStoreInternal.Region.Builder.getRegionType().dingodb.pb.common.RegionType region_type = 10;StoreInternal.Region.getRegionType().dingodb.pb.common.RegionType region_type = 10;StoreInternal.RegionOrBuilder.getRegionType().dingodb.pb.common.RegionType region_type = 10;Methods in io.dingodb.store_internal with parameters of type Common.RegionTypeModifier and TypeMethodDescriptionStoreInternal.Region.Builder.setRegionType(Common.RegionType value) .dingodb.pb.common.RegionType region_type = 10;