| Package | Description |
|---|---|
| org.apache.servicecomb.registry | |
| org.apache.servicecomb.registry.api | |
| org.apache.servicecomb.registry.api.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationManager.updateMicroserviceInstanceStatus(MicroserviceInstanceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Registration.updateMicroserviceInstanceStatus(MicroserviceInstanceStatus status)
update MicroserviceInstance status
Life Cycle:This method is called anytime after
run. |
| Modifier and Type | Method and Description |
|---|---|
MicroserviceInstanceStatus |
MicroserviceInstance.getStatus() |
static MicroserviceInstanceStatus |
MicroserviceInstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicroserviceInstanceStatus[] |
MicroserviceInstanceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MicroserviceInstance.setStatus(MicroserviceInstanceStatus status) |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.