| Package | Description |
|---|---|
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCatalogNode.Builder |
ImmutableCatalogNode.builder()
Creates a builder for
ImmutableCatalogNode. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.from(CatalogNode instance)
Fill a builder with attribute values from the provided
CatalogNode instance. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.node(Node node)
Initializes the value for the
node attribute. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.putAllServices(Map<String,? extends Service> entries)
Put all mappings from the specified map as entries to
services map. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.putServices(Map.Entry<String,? extends Service> entry)
Put one entry to the
services map. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.putServices(String key,
Service value)
Put one entry to the
services map. |
ImmutableCatalogNode.Builder |
ImmutableCatalogNode.Builder.services(Map<String,? extends Service> entries)
Sets or replaces all mappings from the specified map as entries for the
services map. |
Copyright © 2019. All rights reserved.