Uses of Class
com.orbitz.consul.model.agent.ServiceProxyUpstream
-
Packages that use ServiceProxyUpstream Package Description com.orbitz.consul.model.agent -
-
Uses of ServiceProxyUpstream in com.orbitz.consul.model.agent
Subclasses of ServiceProxyUpstream in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableServiceProxyUpstreamImmutable implementation ofServiceProxyUpstream.Methods in com.orbitz.consul.model.agent that return types with arguments of type ServiceProxyUpstream Modifier and Type Method Description com.google.common.collect.ImmutableList<ServiceProxyUpstream>ImmutableServiceProxy. getUpstreams()abstract java.util.List<ServiceProxyUpstream>ServiceProxy. getUpstreams()Methods in com.orbitz.consul.model.agent with parameters of type ServiceProxyUpstream Modifier and Type Method Description ImmutableServiceProxy.BuilderImmutableServiceProxy.Builder. addUpstreams(ServiceProxyUpstream element)Adds one element toupstreamslist.ImmutableServiceProxy.BuilderImmutableServiceProxy.Builder. addUpstreams(ServiceProxyUpstream... elements)Adds elements toupstreamslist.static ImmutableServiceProxyUpstreamImmutableServiceProxyUpstream. copyOf(ServiceProxyUpstream instance)Creates an immutable copy of aServiceProxyUpstreamvalue.ImmutableServiceProxyUpstream.BuilderImmutableServiceProxyUpstream.Builder. from(ServiceProxyUpstream instance)Fill a builder with attribute values from the providedServiceProxyUpstreaminstance.ImmutableServiceProxyImmutableServiceProxy. withUpstreams(ServiceProxyUpstream... elements)Copy the current immutable object with elements that replace the content ofupstreams.Method parameters in com.orbitz.consul.model.agent with type arguments of type ServiceProxyUpstream Modifier and Type Method Description ImmutableServiceProxy.BuilderImmutableServiceProxy.Builder. addAllUpstreams(java.lang.Iterable<? extends ServiceProxyUpstream> elements)Adds elements toupstreamslist.ImmutableServiceProxy.BuilderImmutableServiceProxy.Builder. upstreams(java.lang.Iterable<? extends ServiceProxyUpstream> elements)Sets or replaces all elements forupstreamslist.ImmutableServiceProxyImmutableServiceProxy. withUpstreams(java.lang.Iterable<? extends ServiceProxyUpstream> elements)Copy the current immutable object with elements that replace the content ofupstreams.
-