| Package | Description |
|---|---|
| com.alipay.sofa.ark.spi.model | |
| com.alipay.sofa.ark.spi.service.biz |
| Modifier and Type | Method and Description |
|---|---|
BizState |
BizInfo.getBizState()
get Biz State
|
static BizState |
BizState.of(String state) |
static BizState |
BizState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BizState[] |
BizState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BizState |
BizManagerService.getBizState(String bizIdentity)
Get
BizState according to biz identity. |
BizState |
BizManagerService.getBizState(String bizName,
String bizVersion)
Get
BizState according to biz name and biz version. |
Copyright © 2024. All rights reserved.