Uses of Interface
io.envoyproxy.envoy.config.metrics.v3.StatsSinkOrBuilder
-
Packages that use StatsSinkOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of StatsSinkOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type StatsSinkOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<StatsSink,StatsSink.Builder,StatsSinkOrBuilder>
Bootstrap.Builder. statsSinksBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return StatsSinkOrBuilder Modifier and Type Method Description StatsSinkOrBuilder
Bootstrap.Builder. getStatsSinksOrBuilder(int index)
Optional set of stats sinks.StatsSinkOrBuilder
Bootstrap. getStatsSinksOrBuilder(int index)
Optional set of stats sinks.StatsSinkOrBuilder
BootstrapOrBuilder. getStatsSinksOrBuilder(int index)
Optional set of stats sinks.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type StatsSinkOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<StatsSink,StatsSink.Builder,StatsSinkOrBuilder>
Bootstrap.Builder. getStatsSinksFieldBuilder()
java.util.List<? extends StatsSinkOrBuilder>
Bootstrap.Builder. getStatsSinksOrBuilderList()
Optional set of stats sinks.java.util.List<? extends StatsSinkOrBuilder>
Bootstrap. getStatsSinksOrBuilderList()
Optional set of stats sinks.java.util.List<? extends StatsSinkOrBuilder>
BootstrapOrBuilder. getStatsSinksOrBuilderList()
Optional set of stats sinks. -
Uses of StatsSinkOrBuilder in io.envoyproxy.envoy.config.metrics.v3
Classes in io.envoyproxy.envoy.config.metrics.v3 that implement StatsSinkOrBuilder Modifier and Type Class Description class
StatsSink
Configuration for pluggable stats sinks.static class
StatsSink.Builder
Configuration for pluggable stats sinks.
-