Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.ClusterManager
-
Packages that use ClusterManager Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of ClusterManager in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as ClusterManager Modifier and Type Field Description private ClusterManager
Bootstrap.Builder. clusterManager_
private ClusterManager
Bootstrap. clusterManager_
private static ClusterManager
ClusterManager. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type ClusterManager Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ClusterManager,ClusterManager.Builder,ClusterManagerOrBuilder>
Bootstrap.Builder. clusterManagerBuilder_
private static com.google.protobuf.Parser<ClusterManager>
ClusterManager. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ClusterManager Modifier and Type Method Description ClusterManager
ClusterManager.Builder. build()
ClusterManager
ClusterManager.Builder. buildPartial()
ClusterManager
Bootstrap.Builder. 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
BootstrapOrBuilder. getClusterManager()
Configuration for the cluster manager which owns all upstream clusters within the server.static ClusterManager
ClusterManager. getDefaultInstance()
ClusterManager
ClusterManager.Builder. getDefaultInstanceForType()
ClusterManager
ClusterManager. getDefaultInstanceForType()
static ClusterManager
ClusterManager. parseDelimitedFrom(java.io.InputStream input)
static ClusterManager
ClusterManager. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static ClusterManager
ClusterManager. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterManager
ClusterManager. parseFrom(java.nio.ByteBuffer data)
static ClusterManager
ClusterManager. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ClusterManager Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ClusterManager,ClusterManager.Builder,ClusterManagerOrBuilder>
Bootstrap.Builder. getClusterManagerFieldBuilder()
Configuration for the cluster manager which owns all upstream clusters within the server.com.google.protobuf.Parser<ClusterManager>
ClusterManager. getParserForType()
static com.google.protobuf.Parser<ClusterManager>
ClusterManager. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type ClusterManager Modifier and Type Method Description private void
ClusterManager.Builder. buildPartial0(ClusterManager result)
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.
-