| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<CatalogNode> |
CatalogClient.getNode(String node)
Retrieves a single node.
|
ConsulResponse<CatalogNode> |
CatalogClient.getNode(String node,
QueryOptions queryOptions)
Retrieves a single node for a given datacenter with
QueryOptions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCatalogNode
Immutable implementation of
CatalogNode. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCatalogNode |
ImmutableCatalogNode.copyOf(CatalogNode instance)
Creates an immutable copy of a
CatalogNode value. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.from(CatalogNode instance)
Fill a builder with attribute values from the provided
CatalogNode instance. |
Copyright © 2018. All rights reserved.