Uses of Enum Class
com.alipay.sofa.ark.spi.model.BizState
Packages that use BizState
-
Uses of BizState in com.alipay.sofa.ark.spi.model
Methods in com.alipay.sofa.ark.spi.model that return BizStateModifier and TypeMethodDescriptionBizInfo.getBizState()get Biz Statestatic BizStatestatic BizStateReturns the enum constant of this class with the specified name.static BizState[]BizState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alipay.sofa.ark.spi.model with parameters of type BizStateModifierConstructorDescriptionBizStateRecord(Date changeTime, BizState state) BizStateRecord(Date changeTime, BizState state, BizInfo.StateChangeReason reason, String message) -
Uses of BizState in com.alipay.sofa.ark.spi.service.biz
Methods in com.alipay.sofa.ark.spi.service.biz that return BizStateModifier and TypeMethodDescriptionBizManagerService.getBizState(String bizIdentity) GetBizStateaccording to biz identity.BizManagerService.getBizState(String bizName, String bizVersion) GetBizStateaccording to biz name and biz version.