Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Histogram
Packages that use Config.Histogram
-
Uses of Config.Histogram in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.HistogramModifier and TypeMethodDescriptionConfig.Histogram.Builder.build()Config.Histogram.Builder.buildPartial()static Config.HistogramConfig.Histogram.getDefaultInstance()Config.Histogram.Builder.getDefaultInstanceForType()Config.Histogram.getDefaultInstanceForType()Config.Builder.getHistograms(int index) The histograms this logger will emit.Config.getHistograms(int index) The histograms this logger will emit.ConfigOrBuilder.getHistograms(int index) The histograms this logger will emit.static Config.HistogramConfig.Histogram.parseDelimitedFrom(InputStream input) static Config.HistogramConfig.Histogram.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.HistogramConfig.Histogram.parseFrom(byte[] data) static Config.HistogramConfig.Histogram.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.HistogramConfig.Histogram.parseFrom(com.google.protobuf.ByteString data) static Config.HistogramConfig.Histogram.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.HistogramConfig.Histogram.parseFrom(com.google.protobuf.CodedInputStream input) static Config.HistogramConfig.Histogram.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.HistogramConfig.Histogram.parseFrom(InputStream input) static Config.HistogramConfig.Histogram.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.HistogramConfig.Histogram.parseFrom(ByteBuffer data) static Config.HistogramConfig.Histogram.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return types with arguments of type Config.HistogramModifier and TypeMethodDescriptionConfig.Builder.getHistogramsList()The histograms this logger will emit.Config.getHistogramsList()The histograms this logger will emit.ConfigOrBuilder.getHistogramsList()The histograms this logger will emit.com.google.protobuf.Parser<Config.Histogram>Config.Histogram.getParserForType()static com.google.protobuf.Parser<Config.Histogram>Config.Histogram.parser()Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with parameters of type Config.HistogramModifier and TypeMethodDescriptionConfig.Builder.addHistograms(int index, Config.Histogram value) The histograms this logger will emit.Config.Builder.addHistograms(Config.Histogram value) The histograms this logger will emit.Config.Histogram.Builder.mergeFrom(Config.Histogram other) static Config.Histogram.BuilderConfig.Histogram.newBuilder(Config.Histogram prototype) Config.Builder.setHistograms(int index, Config.Histogram value) The histograms this logger will emit.Method parameters in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with type arguments of type Config.HistogramModifier and TypeMethodDescriptionConfig.Builder.addAllHistograms(Iterable<? extends Config.Histogram> values) The histograms this logger will emit.