| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.catalog | |
| com.orbitz.consul.model.health | |
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<List<Node>> |
CatalogClient.getNodes()
Retrieves all nodes.
|
ConsulResponse<List<Node>> |
CatalogClient.getNodes(QueryOptions queryOptions)
Retrieves all nodes for a given datacenter with
QueryOptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogClient.getNodes(QueryOptions queryOptions,
ConsulResponseCallback<List<Node>> callback)
Asynchronously retrieves the nodes for a given datacenter with
QueryOptions. |
| Modifier and Type | Method and Description |
|---|---|
Node |
ImmutableCatalogNode.getNode() |
abstract Node |
CatalogNode.getNode() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.node(Node node)
Initializes the value for the
node attribute. |
ImmutableCatalogNode |
ImmutableCatalogNode.withNode(Node value)
Copy the current immutable object by setting a value for the
node attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNode
Immutable implementation of
Node. |
| Modifier and Type | Method and Description |
|---|---|
Node |
ImmutableServiceCheck.getNode() |
Node |
ImmutableServiceHealth.getNode() |
abstract Node |
ServiceCheck.getNode() |
abstract Node |
ServiceHealth.getNode() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNode |
ImmutableNode.copyOf(Node instance)
Creates an immutable copy of a
Node value. |
ImmutableNode.Builder |
ImmutableNode.Builder.from(Node instance)
Fill a builder with attribute values from the provided
Node instance. |
ImmutableServiceCheck.Builder |
ImmutableServiceCheck.Builder.node(Node node)
Initializes the value for the
node attribute. |
ImmutableServiceHealth.Builder |
ImmutableServiceHealth.Builder.node(Node node)
Initializes the value for the
node attribute. |
ImmutableServiceCheck |
ImmutableServiceCheck.withNode(Node value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableServiceHealth |
ImmutableServiceHealth.withNode(Node value)
Copy the current immutable object by setting a value for the
node attribute. |
| Modifier and Type | Method and Description |
|---|---|
Node |
ImmutableQueryResult.getNode() |
abstract Node |
QueryResult.getNode() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryResult.Builder |
ImmutableQueryResult.Builder.node(Node node)
Initializes the value for the
node attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withNode(Node value)
Copy the current immutable object by setting a value for the
node attribute. |
Copyright © 2019. All rights reserved.