| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.bootstrap.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
ClusterManager |
ClusterManager.Builder.build() |
ClusterManager |
ClusterManager.Builder.buildPartial() |
ClusterManager |
BootstrapOrBuilder.getClusterManager()
Configuration for the cluster manager which owns all upstream clusters
within the server.
|
ClusterManager |
Bootstrap.getClusterManager()
Configuration for the cluster manager which owns all upstream clusters
within the server.
|
ClusterManager |
Bootstrap.Builder.getClusterManager()
Configuration for the cluster manager which owns all upstream clusters
within the server.
|
static ClusterManager |
ClusterManager.getDefaultInstance() |
ClusterManager |
ClusterManager.getDefaultInstanceForType() |
ClusterManager |
ClusterManager.Builder.getDefaultInstanceForType() |
static ClusterManager |
ClusterManager.parseDelimitedFrom(InputStream input) |
static ClusterManager |
ClusterManager.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterManager |
ClusterManager.parseFrom(byte[] data) |
static ClusterManager |
ClusterManager.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterManager |
ClusterManager.parseFrom(ByteBuffer data) |
static ClusterManager |
ClusterManager.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterManager |
ClusterManager.parseFrom(com.google.protobuf.ByteString data) |
static ClusterManager |
ClusterManager.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterManager |
ClusterManager.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterManager |
ClusterManager.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterManager |
ClusterManager.parseFrom(InputStream input) |
static ClusterManager |
ClusterManager.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ClusterManager> |
ClusterManager.getParserForType() |
static com.google.protobuf.Parser<ClusterManager> |
ClusterManager.parser() |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.Builder.mergeClusterManager(ClusterManager value)
Configuration for the cluster manager which owns all upstream clusters
within the server.
|
ClusterManager.Builder |
ClusterManager.Builder.mergeFrom(ClusterManager other) |
static ClusterManager.Builder |
ClusterManager.newBuilder(ClusterManager prototype) |
Bootstrap.Builder |
Bootstrap.Builder.setClusterManager(ClusterManager value)
Configuration for the cluster manager which owns all upstream clusters
within the server.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.