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
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 List<StatsSink>Bootstrap.Builder. getStatsSinksList()Optional set of stats sinks.List<StatsSink>Bootstrap. getStatsSinksList()Optional set of stats sinks.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(Iterable<? extends StatsSink> values)Optional set of stats sinks. -
Uses of StatsSink in io.envoyproxy.envoy.config.metrics.v3
Methods 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(InputStream input)static StatsSinkStatsSink. parseDelimitedFrom(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(InputStream input)static StatsSinkStatsSink. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatsSinkStatsSink. parseFrom(ByteBuffer data)static StatsSinkStatsSink. parseFrom(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 StatsSink.BuilderStatsSink.Builder. mergeFrom(StatsSink other)static StatsSink.BuilderStatsSink. newBuilder(StatsSink prototype)
-