| Package | Description |
|---|---|
| io.soabase.core.features.discovery | |
| io.soabase.zookeeper.discovery |
| Modifier and Type | Method and Description |
|---|---|
HealthyState |
DiscoveryInstance.getHealthyState() |
static HealthyState |
HealthyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthyState[] |
HealthyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SafeDiscovery.setHealthyState(HealthyState healthyState) |
void |
Discovery.setHealthyState(HealthyState healthyState) |
| Modifier and Type | Method and Description |
|---|---|
HealthyState |
Payload.getHealthyState() |
HealthyState |
DiscoveryInstanceImpl.getHealthyState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZooKeeperDiscovery.setHealthyState(HealthyState newHealthyState) |
void |
Payload.setHealthyState(HealthyState healthyState) |
| Constructor and Description |
|---|
Payload(String adminHost,
int adminPort,
Map<String,String> metaData,
ForcedState forcedState,
HealthyState healthyState) |
Copyright © 2014–2016 Soabase. All rights reserved.