Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.ClusterManager
Packages that use ClusterManager
-
Uses of ClusterManager in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as ClusterManagerModifier and TypeFieldDescriptionprivate ClusterManager
Bootstrap.Builder.clusterManager_
private ClusterManager
Bootstrap.clusterManager_
private static final ClusterManager
ClusterManager.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type ClusterManagerModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ClusterManager, ClusterManager.Builder, ClusterManagerOrBuilder> Bootstrap.Builder.clusterManagerBuilder_
private static final com.google.protobuf.Parser
<ClusterManager> ClusterManager.PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ClusterManagerModifier and TypeMethodDescriptionClusterManager.Builder.build()
ClusterManager.Builder.buildPartial()
Bootstrap.Builder.getClusterManager()
Configuration for the cluster manager which owns all upstream clusters within the server.Bootstrap.getClusterManager()
Configuration for the cluster manager which owns all upstream clusters within the server.BootstrapOrBuilder.getClusterManager()
Configuration for the cluster manager which owns all upstream clusters within the server.static ClusterManager
ClusterManager.getDefaultInstance()
ClusterManager.Builder.getDefaultInstanceForType()
ClusterManager.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
(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) static ClusterManager
ClusterManager.parseFrom
(ByteBuffer data) static ClusterManager
ClusterManager.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ClusterManagerModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ClusterManager> ClusterManager.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<ClusterManager, ClusterManager.Builder, ClusterManagerOrBuilder> Bootstrap.Builder.internalGetClusterManagerFieldBuilder()
Configuration for the cluster manager which owns all upstream clusters within the server.static com.google.protobuf.Parser
<ClusterManager> ClusterManager.parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type ClusterManagerModifier and TypeMethodDescriptionprivate void
ClusterManager.Builder.buildPartial0
(ClusterManager result) Bootstrap.Builder.mergeClusterManager
(ClusterManager value) Configuration for the cluster manager which owns all upstream clusters within the server.ClusterManager.Builder.mergeFrom
(ClusterManager other) static ClusterManager.Builder
ClusterManager.newBuilder
(ClusterManager prototype) Bootstrap.Builder.setClusterManager
(ClusterManager value) Configuration for the cluster manager which owns all upstream clusters within the server.