Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.DeferredStatOptions.Builder
Packages that use Bootstrap.DeferredStatOptions.Builder
-
Uses of Bootstrap.DeferredStatOptions.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Bootstrap.DeferredStatOptions.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Bootstrap.DeferredStatOptions, Bootstrap.DeferredStatOptions.Builder, Bootstrap.DeferredStatOptionsOrBuilder> Bootstrap.Builder.deferredStatOptionsBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Bootstrap.DeferredStatOptions.BuilderModifier and TypeMethodDescriptionBootstrap.DeferredStatOptions.Builder.clear()
Bootstrap.DeferredStatOptions.Builder.clearEnableDeferredCreationStats()
When the flag is enabled, Envoy will lazily initialize a subset of the stats (see below).Bootstrap.Builder.getDeferredStatOptionsBuilder()
Options to control behaviors of deferred creation compatible stats.Bootstrap.DeferredStatOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Bootstrap.DeferredStatOptions.Builder.mergeFrom
(com.google.protobuf.Message other) Bootstrap.DeferredStatOptions.Builder.mergeFrom
(Bootstrap.DeferredStatOptions other) Bootstrap.DeferredStatOptions.newBuilder()
Bootstrap.DeferredStatOptions.newBuilder
(Bootstrap.DeferredStatOptions prototype) Bootstrap.DeferredStatOptions.newBuilderForType()
protected Bootstrap.DeferredStatOptions.Builder
Bootstrap.DeferredStatOptions.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Bootstrap.DeferredStatOptions.Builder.setEnableDeferredCreationStats
(boolean value) When the flag is enabled, Envoy will lazily initialize a subset of the stats (see below).Bootstrap.DeferredStatOptions.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Bootstrap.DeferredStatOptions.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Bootstrap.DeferredStatOptions, Bootstrap.DeferredStatOptions.Builder, Bootstrap.DeferredStatOptionsOrBuilder> Bootstrap.Builder.internalGetDeferredStatOptionsFieldBuilder()
Options to control behaviors of deferred creation compatible stats.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Bootstrap.DeferredStatOptions.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setDeferredStatOptions
(Bootstrap.DeferredStatOptions.Builder builderForValue) Options to control behaviors of deferred creation compatible stats.