Uses of Enum Class
io.dingodb.common.Common.StoreType
Packages that use Common.StoreType
-
Uses of Common.StoreType in io.dingodb.common
Methods in io.dingodb.common that return Common.StoreTypeModifier and TypeMethodDescriptionstatic Common.StoreTypeCommon.StoreType.forNumber(int value) Common.Store.Builder.getStoreType()store typeCommon.Store.getStoreType()store typeCommon.StoreOrBuilder.getStoreType()store typestatic Common.StoreTypeCommon.StoreType.valueOf(int value) Deprecated.static Common.StoreTypeCommon.StoreType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.StoreTypeReturns the enum constant of this class with the specified name.static Common.StoreType[]Common.StoreType.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.StoreTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.StoreType>Common.StoreType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.StoreTypeModifier and TypeMethodDescriptionCommon.Store.Builder.setStoreType(Common.StoreType value) store type -
Uses of Common.StoreType in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.StoreTypeModifier and TypeMethodDescriptionCoordinator.GetStoreMapRequest.Builder.getFilterStoreTypes(int index) if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.GetStoreMapRequest.getFilterStoreTypes(int index) if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.GetStoreMapRequestOrBuilder.getFilterStoreTypes(int index) if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.BalanceLeaderRequest.Builder.getStoreType().dingodb.pb.common.StoreType store_type = 5;Coordinator.BalanceLeaderRequest.getStoreType().dingodb.pb.common.StoreType store_type = 5;Coordinator.BalanceLeaderRequestOrBuilder.getStoreType().dingodb.pb.common.StoreType store_type = 5;Coordinator.BalanceRegionRequest.Builder.getStoreType().dingodb.pb.common.StoreType store_type = 2;Coordinator.BalanceRegionRequest.getStoreType().dingodb.pb.common.StoreType store_type = 2;Coordinator.BalanceRegionRequestOrBuilder.getStoreType().dingodb.pb.common.StoreType store_type = 2;Methods in io.dingodb.coordinator that return types with arguments of type Common.StoreTypeModifier and TypeMethodDescriptionCoordinator.GetStoreMapRequest.Builder.getFilterStoreTypesList()if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.GetStoreMapRequest.getFilterStoreTypesList()if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.GetStoreMapRequestOrBuilder.getFilterStoreTypesList()if filter_store_types is not empty, only return the store with the store type in filter_store_typesMethods in io.dingodb.coordinator with parameters of type Common.StoreTypeModifier and TypeMethodDescriptionCoordinator.GetStoreMapRequest.Builder.addFilterStoreTypes(Common.StoreType value) if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.GetStoreMapRequest.Builder.setFilterStoreTypes(int index, Common.StoreType value) if filter_store_types is not empty, only return the store with the store type in filter_store_typesCoordinator.BalanceLeaderRequest.Builder.setStoreType(Common.StoreType value) .dingodb.pb.common.StoreType store_type = 5;Coordinator.BalanceRegionRequest.Builder.setStoreType(Common.StoreType value) .dingodb.pb.common.StoreType store_type = 2;Method parameters in io.dingodb.coordinator with type arguments of type Common.StoreTypeModifier and TypeMethodDescriptionCoordinator.GetStoreMapRequest.Builder.addAllFilterStoreTypes(Iterable<? extends Common.StoreType> values) if filter_store_types is not empty, only return the store with the store type in filter_store_types