Package | Description |
---|---|
org.springframework.cloud.zookeeper.discovery.dependency |
Modifier and Type | Method and Description |
---|---|
LoadBalancerType |
ZookeeperDependency.getLoadBalancerType() |
static LoadBalancerType |
LoadBalancerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerType[] |
LoadBalancerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperDependency.setLoadBalancerType(LoadBalancerType loadBalancerType) |
Constructor and Description |
---|
ZookeeperDependency(String path,
LoadBalancerType loadBalancerType,
String contentTypeTemplate,
String version,
Map<String,Collection<String>> headers,
boolean required,
String stubs) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.