| Package | Description |
|---|---|
| io.airlift.discovery.client |
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
ServiceDescriptor.getState() |
static ServiceState |
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceState[] |
ServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDescriptor.ServiceDescriptorBuilder |
ServiceDescriptor.ServiceDescriptorBuilder.setState(ServiceState state) |
| Constructor and Description |
|---|
ServiceDescriptor(UUID id,
String nodeId,
String type,
String pool,
String location,
ServiceState state,
Map<String,String> properties) |
Copyright © 2010–2021 Airlift. All rights reserved.