Uses of Class
io.envoyproxy.envoy.config.metrics.v3.StatsSink
-
Packages that use StatsSink Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of StatsSink in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type StatsSink Modifier and Type Field Description private java.util.List<StatsSink>Bootstrap.Builder. statsSinks_private java.util.List<StatsSink>Bootstrap. statsSinks_private com.google.protobuf.RepeatedFieldBuilder<StatsSink,StatsSink.Builder,StatsSinkOrBuilder>Bootstrap.Builder. statsSinksBuilder_Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return StatsSink Modifier and Type Method Description StatsSinkBootstrap.Builder. getStatsSinks(int index)Optional set of stats sinks.StatsSinkBootstrap. getStatsSinks(int index)Optional set of stats sinks.StatsSinkBootstrapOrBuilder. getStatsSinks(int index)Optional set of stats sinks.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type StatsSink Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<StatsSink,StatsSink.Builder,StatsSinkOrBuilder>Bootstrap.Builder. getStatsSinksFieldBuilder()java.util.List<StatsSink>Bootstrap.Builder. getStatsSinksList()Optional set of stats sinks.java.util.List<StatsSink>Bootstrap. getStatsSinksList()Optional set of stats sinks.java.util.List<StatsSink>BootstrapOrBuilder. getStatsSinksList()Optional set of stats sinks.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type StatsSink Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. addStatsSinks(int index, StatsSink value)Optional set of stats sinks.Bootstrap.BuilderBootstrap.Builder. addStatsSinks(StatsSink value)Optional set of stats sinks.Bootstrap.BuilderBootstrap.Builder. setStatsSinks(int index, StatsSink value)Optional set of stats sinks.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type StatsSink Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. addAllStatsSinks(java.lang.Iterable<? extends StatsSink> values)Optional set of stats sinks. -
Uses of StatsSink in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 declared as StatsSink Modifier and Type Field Description private static StatsSinkStatsSink. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type StatsSink Modifier and Type Field Description private static com.google.protobuf.Parser<StatsSink>StatsSink. PARSERMethods in io.envoyproxy.envoy.config.metrics.v3 that return StatsSink Modifier and Type Method Description StatsSinkStatsSink.Builder. build()StatsSinkStatsSink.Builder. buildPartial()static StatsSinkStatsSink. getDefaultInstance()StatsSinkStatsSink.Builder. getDefaultInstanceForType()StatsSinkStatsSink. getDefaultInstanceForType()static StatsSinkStatsSink. parseDelimitedFrom(java.io.InputStream input)static StatsSinkStatsSink. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatsSinkStatsSink. parseFrom(byte[] data)static StatsSinkStatsSink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatsSinkStatsSink. parseFrom(com.google.protobuf.ByteString data)static StatsSinkStatsSink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatsSinkStatsSink. parseFrom(com.google.protobuf.CodedInputStream input)static StatsSinkStatsSink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatsSinkStatsSink. parseFrom(java.io.InputStream input)static StatsSinkStatsSink. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatsSinkStatsSink. parseFrom(java.nio.ByteBuffer data)static StatsSinkStatsSink. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type StatsSink Modifier and Type Method Description com.google.protobuf.Parser<StatsSink>StatsSink. getParserForType()static com.google.protobuf.Parser<StatsSink>StatsSink. parser()Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type StatsSink Modifier and Type Method Description private voidStatsSink.Builder. buildPartial0(StatsSink result)private voidStatsSink.Builder. buildPartialOneofs(StatsSink result)StatsSink.BuilderStatsSink.Builder. mergeFrom(StatsSink other)static StatsSink.BuilderStatsSink. newBuilder(StatsSink prototype)
-