| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableServiceProxyUpstream
Immutable implementation of
ServiceProxyUpstream. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ServiceProxyUpstream> |
ImmutableServiceProxy.getUpstreams() |
abstract List<ServiceProxyUpstream> |
ServiceProxy.getUpstreams() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceProxy.Builder |
ImmutableServiceProxy.Builder.addUpstreams(ServiceProxyUpstream... elements)
Adds elements to
upstreams list. |
ImmutableServiceProxy.Builder |
ImmutableServiceProxy.Builder.addUpstreams(ServiceProxyUpstream element)
Adds one element to
upstreams list. |
static ImmutableServiceProxyUpstream |
ImmutableServiceProxyUpstream.copyOf(ServiceProxyUpstream instance)
Creates an immutable copy of a
ServiceProxyUpstream value. |
ImmutableServiceProxyUpstream.Builder |
ImmutableServiceProxyUpstream.Builder.from(ServiceProxyUpstream instance)
Fill a builder with attribute values from the provided
ServiceProxyUpstream instance. |
ImmutableServiceProxy |
ImmutableServiceProxy.withUpstreams(ServiceProxyUpstream... elements)
Copy the current immutable object with elements that replace the content of
upstreams. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceProxy.Builder |
ImmutableServiceProxy.Builder.addAllUpstreams(Iterable<? extends ServiceProxyUpstream> elements)
Adds elements to
upstreams list. |
ImmutableServiceProxy.Builder |
ImmutableServiceProxy.Builder.upstreams(Iterable<? extends ServiceProxyUpstream> elements)
Sets or replaces all elements for
upstreams list. |
ImmutableServiceProxy |
ImmutableServiceProxy.withUpstreams(Iterable<? extends ServiceProxyUpstream> elements)
Copy the current immutable object with elements that replace the content of
upstreams. |
Copyright © 2019. All rights reserved.