Uses of Enum Class
io.dingodb.common.Common.StoreInState
Packages that use Common.StoreInState
-
Uses of Common.StoreInState in io.dingodb.common
Methods in io.dingodb.common that return Common.StoreInStateModifier and TypeMethodDescriptionstatic Common.StoreInStateCommon.StoreInState.forNumber(int value) Common.Store.Builder.getInState()only updated by coordinatorCommon.Store.getInState()only updated by coordinatorCommon.StoreOrBuilder.getInState()only updated by coordinatorstatic Common.StoreInStateCommon.StoreInState.valueOf(int value) Deprecated.static Common.StoreInStateCommon.StoreInState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.StoreInStateReturns the enum constant of this class with the specified name.static Common.StoreInState[]Common.StoreInState.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.StoreInStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.StoreInState>Common.StoreInState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.StoreInStateModifier and TypeMethodDescriptionCommon.Store.Builder.setInState(Common.StoreInState value) only updated by coordinator -
Uses of Common.StoreInState in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.StoreInStateModifier and TypeMethodDescriptionCoordinator.UpdateStoreRequest.Builder.getStoreInState().dingodb.pb.common.StoreInState store_in_state = 5;Coordinator.UpdateStoreRequest.getStoreInState().dingodb.pb.common.StoreInState store_in_state = 5;Coordinator.UpdateStoreRequestOrBuilder.getStoreInState().dingodb.pb.common.StoreInState store_in_state = 5;Methods in io.dingodb.coordinator with parameters of type Common.StoreInStateModifier and TypeMethodDescriptionCoordinator.UpdateStoreRequest.Builder.setStoreInState(Common.StoreInState value) .dingodb.pb.common.StoreInState store_in_state = 5;