Class ClusterManager.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ClusterManager.Builder>
com.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
io.envoyproxy.envoy.config.bootstrap.v3.ClusterManager.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ClusterManagerOrBuilder
,Cloneable
- Enclosing class:
ClusterManager
public static final class ClusterManager.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
implements ClusterManagerOrBuilder
Cluster manager :ref:`architecture overview <arch_overview_cluster_manager>`. [#next-free-field: 6]Protobuf type
envoy.config.bootstrap.v3.ClusterManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private ApiConfigSource
private com.google.protobuf.SingleFieldBuilder
<ApiConfigSource, ApiConfigSource.Builder, ApiConfigSourceOrBuilder> private Object
private ClusterManager.OutlierDetection
private com.google.protobuf.SingleFieldBuilder
<ClusterManager.OutlierDetection, ClusterManager.OutlierDetection.Builder, ClusterManager.OutlierDetectionOrBuilder> private BindConfig
private com.google.protobuf.SingleFieldBuilder
<BindConfig, BindConfig.Builder, BindConfigOrBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
private void
buildPartial0
(ClusterManager result) clear()
Whether the ClusterManager will create clusters on the worker threads inline during requests.A management server endpoint to stream load stats to via ``StreamLoadStats``.Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).Optional global configuration for outlier detection.Optional configuration used to bind newly established upstream connections.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
boolean
Whether the ClusterManager will create clusters on the worker threads inline during requests.A management server endpoint to stream load stats to via ``StreamLoadStats``.A management server endpoint to stream load stats to via ``StreamLoadStats``.A management server endpoint to stream load stats to via ``StreamLoadStats``.Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).com.google.protobuf.ByteString
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).Optional global configuration for outlier detection.Optional global configuration for outlier detection.Optional global configuration for outlier detection.Optional configuration used to bind newly established upstream connections.Optional configuration used to bind newly established upstream connections.Optional configuration used to bind newly established upstream connections.boolean
A management server endpoint to stream load stats to via ``StreamLoadStats``.boolean
Optional global configuration for outlier detection.boolean
Optional configuration used to bind newly established upstream connections.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
private com.google.protobuf.SingleFieldBuilder
<ApiConfigSource, ApiConfigSource.Builder, ApiConfigSourceOrBuilder> A management server endpoint to stream load stats to via ``StreamLoadStats``.private com.google.protobuf.SingleFieldBuilder
<ClusterManager.OutlierDetection, ClusterManager.OutlierDetection.Builder, ClusterManager.OutlierDetectionOrBuilder> Optional global configuration for outlier detection.private com.google.protobuf.SingleFieldBuilder
<BindConfig, BindConfig.Builder, BindConfigOrBuilder> Optional configuration used to bind newly established upstream connections.final boolean
private void
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(ClusterManager other) A management server endpoint to stream load stats to via ``StreamLoadStats``.Optional global configuration for outlier detection.Optional configuration used to bind newly established upstream connections.setEnableDeferredClusterCreation
(boolean value) Whether the ClusterManager will create clusters on the worker threads inline during requests.A management server endpoint to stream load stats to via ``StreamLoadStats``.setLoadStatsConfig
(ApiConfigSource.Builder builderForValue) A management server endpoint to stream load stats to via ``StreamLoadStats``.setLocalClusterName
(String value) Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).setLocalClusterNameBytes
(com.google.protobuf.ByteString value) Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration).Optional global configuration for outlier detection.setOutlierDetection
(ClusterManager.OutlierDetection.Builder builderForValue) Optional global configuration for outlier detection.setUpstreamBindConfig
(BindConfig value) Optional configuration used to bind newly established upstream connections.setUpstreamBindConfig
(BindConfig.Builder builderForValue) Optional configuration used to bind newly established upstream connections.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
bitField0_
private int bitField0_ -
localClusterName_
-
outlierDetection_
-
outlierDetectionBuilder_
private com.google.protobuf.SingleFieldBuilder<ClusterManager.OutlierDetection,ClusterManager.OutlierDetection.Builder, outlierDetectionBuilder_ClusterManager.OutlierDetectionOrBuilder> -
upstreamBindConfig_
-
upstreamBindConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder, upstreamBindConfigBuilder_BindConfigOrBuilder> -
loadStatsConfig_
-
loadStatsConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<ApiConfigSource,ApiConfigSource.Builder, loadStatsConfigBuilder_ApiConfigSourceOrBuilder> -
enableDeferredClusterCreation_
private boolean enableDeferredClusterCreation_
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ClusterManager.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<ClusterManager.Builder>
-
mergeFrom
public ClusterManager.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ClusterManager.Builder>
- Throws:
IOException
-
getLocalClusterName
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;
- Specified by:
getLocalClusterName
in interfaceClusterManagerOrBuilder
- Returns:
- The localClusterName.
-
getLocalClusterNameBytes
public com.google.protobuf.ByteString getLocalClusterNameBytes()Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;
- Specified by:
getLocalClusterNameBytes
in interfaceClusterManagerOrBuilder
- Returns:
- The bytes for localClusterName.
-
setLocalClusterName
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;
- Parameters:
value
- The localClusterName to set.- Returns:
- This builder for chaining.
-
clearLocalClusterName
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;
- Returns:
- This builder for chaining.
-
setLocalClusterNameBytes
Name of the local cluster (i.e., the cluster that owns the Envoy running this configuration). In order to enable :ref:`zone aware routing <arch_overview_load_balancing_zone_aware_routing>` this option must be set. If ``local_cluster_name`` is defined then :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>` must be defined in the :ref:`Bootstrap static cluster resources <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>`. This is unrelated to the :option:`--service-cluster` option which does not `affect zone aware routing <https://github.com/envoyproxy/envoy/issues/774>`_.
string local_cluster_name = 1;
- Parameters:
value
- The bytes for localClusterName to set.- Returns:
- This builder for chaining.
-
hasOutlierDetection
public boolean hasOutlierDetection()Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
- Specified by:
hasOutlierDetection
in interfaceClusterManagerOrBuilder
- Returns:
- Whether the outlierDetection field is set.
-
getOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
- Specified by:
getOutlierDetection
in interfaceClusterManagerOrBuilder
- Returns:
- The outlierDetection.
-
setOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
-
setOutlierDetection
public ClusterManager.Builder setOutlierDetection(ClusterManager.OutlierDetection.Builder builderForValue) Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
-
mergeOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
-
clearOutlierDetection
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
-
getOutlierDetectionBuilder
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
-
getOutlierDetectionOrBuilder
Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
- Specified by:
getOutlierDetectionOrBuilder
in interfaceClusterManagerOrBuilder
-
internalGetOutlierDetectionFieldBuilder
private com.google.protobuf.SingleFieldBuilder<ClusterManager.OutlierDetection,ClusterManager.OutlierDetection.Builder, internalGetOutlierDetectionFieldBuilder()ClusterManager.OutlierDetectionOrBuilder> Optional global configuration for outlier detection.
.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection outlier_detection = 2;
-
hasUpstreamBindConfig
public boolean hasUpstreamBindConfig()Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
- Specified by:
hasUpstreamBindConfig
in interfaceClusterManagerOrBuilder
- Returns:
- Whether the upstreamBindConfig field is set.
-
getUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
- Specified by:
getUpstreamBindConfig
in interfaceClusterManagerOrBuilder
- Returns:
- The upstreamBindConfig.
-
setUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
-
setUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
-
mergeUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
-
clearUpstreamBindConfig
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
-
getUpstreamBindConfigBuilder
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
-
getUpstreamBindConfigOrBuilder
Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
- Specified by:
getUpstreamBindConfigOrBuilder
in interfaceClusterManagerOrBuilder
-
internalGetUpstreamBindConfigFieldBuilder
private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder, internalGetUpstreamBindConfigFieldBuilder()BindConfigOrBuilder> Optional configuration used to bind newly established upstream connections. This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config.
.envoy.config.core.v3.BindConfig upstream_bind_config = 3;
-
hasLoadStatsConfig
public boolean hasLoadStatsConfig()A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
- Specified by:
hasLoadStatsConfig
in interfaceClusterManagerOrBuilder
- Returns:
- Whether the loadStatsConfig field is set.
-
getLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
- Specified by:
getLoadStatsConfig
in interfaceClusterManagerOrBuilder
- Returns:
- The loadStatsConfig.
-
setLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
-
setLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
-
mergeLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
-
clearLoadStatsConfig
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
-
getLoadStatsConfigBuilder
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
-
getLoadStatsConfigOrBuilder
A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
- Specified by:
getLoadStatsConfigOrBuilder
in interfaceClusterManagerOrBuilder
-
internalGetLoadStatsConfigFieldBuilder
private com.google.protobuf.SingleFieldBuilder<ApiConfigSource,ApiConfigSource.Builder, internalGetLoadStatsConfigFieldBuilder()ApiConfigSourceOrBuilder> A management server endpoint to stream load stats to via ``StreamLoadStats``. This must have :ref:`api_type <envoy_v3_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_v3_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`.
.envoy.config.core.v3.ApiConfigSource load_stats_config = 4;
-
getEnableDeferredClusterCreation
public boolean getEnableDeferredClusterCreation()Whether the ClusterManager will create clusters on the worker threads inline during requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
bool enable_deferred_cluster_creation = 5;
- Specified by:
getEnableDeferredClusterCreation
in interfaceClusterManagerOrBuilder
- Returns:
- The enableDeferredClusterCreation.
-
setEnableDeferredClusterCreation
Whether the ClusterManager will create clusters on the worker threads inline during requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
bool enable_deferred_cluster_creation = 5;
- Parameters:
value
- The enableDeferredClusterCreation to set.- Returns:
- This builder for chaining.
-
clearEnableDeferredClusterCreation
Whether the ClusterManager will create clusters on the worker threads inline during requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
bool enable_deferred_cluster_creation = 5;
- Returns:
- This builder for chaining.
-