public class ServiceDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceDescriptor.ServiceDescriptorBuilder |
| Constructor and Description |
|---|
ServiceDescriptor(UUID id,
String nodeId,
String type,
String pool,
String location,
ServiceState state,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getId() |
String |
getLocation() |
String |
getNodeId() |
String |
getPool() |
Map<String,String> |
getProperties() |
ServiceState |
getState() |
String |
getType() |
int |
hashCode() |
static ServiceDescriptor.ServiceDescriptorBuilder |
serviceDescriptor(String type) |
String |
toString() |
public UUID getId()
public String getNodeId()
public String getType()
public String getPool()
public String getLocation()
public ServiceState getState()
public static ServiceDescriptor.ServiceDescriptorBuilder serviceDescriptor(String type)
Copyright © 2010–2020 Airlift. All rights reserved.