Uses of Class
io.opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile
-
Packages that use SummaryValue.Snapshot.ValueAtPercentile Package Description io.opencensus.proto.metrics.v1 -
-
Uses of SummaryValue.Snapshot.ValueAtPercentile in io.opencensus.proto.metrics.v1
Methods in io.opencensus.proto.metrics.v1 that return SummaryValue.Snapshot.ValueAtPercentile Modifier and Type Method Description SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile.Builder. build()SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile.Builder. buildPartial()static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. getDefaultInstance()SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile.Builder. getDefaultInstanceForType()SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. getDefaultInstanceForType()SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.Builder. getPercentileValues(int index)A list of values at different percentiles of the distribution calculated from the current snapshot.SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot. getPercentileValues(int index)A list of values at different percentiles of the distribution calculated from the current snapshot.SummaryValue.Snapshot.ValueAtPercentileSummaryValue.SnapshotOrBuilder. getPercentileValues(int index)A list of values at different percentiles of the distribution calculated from the current snapshot.static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseDelimitedFrom(InputStream input)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(byte[] data)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(com.google.protobuf.ByteString data)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(com.google.protobuf.CodedInputStream input)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(InputStream input)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(ByteBuffer data)static SummaryValue.Snapshot.ValueAtPercentileSummaryValue.Snapshot.ValueAtPercentile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.metrics.v1 that return types with arguments of type SummaryValue.Snapshot.ValueAtPercentile Modifier and Type Method Description com.google.protobuf.Parser<SummaryValue.Snapshot.ValueAtPercentile>SummaryValue.Snapshot.ValueAtPercentile. getParserForType()List<SummaryValue.Snapshot.ValueAtPercentile>SummaryValue.Snapshot.Builder. getPercentileValuesList()A list of values at different percentiles of the distribution calculated from the current snapshot.List<SummaryValue.Snapshot.ValueAtPercentile>SummaryValue.Snapshot. getPercentileValuesList()A list of values at different percentiles of the distribution calculated from the current snapshot.List<SummaryValue.Snapshot.ValueAtPercentile>SummaryValue.SnapshotOrBuilder. getPercentileValuesList()A list of values at different percentiles of the distribution calculated from the current snapshot.static com.google.protobuf.Parser<SummaryValue.Snapshot.ValueAtPercentile>SummaryValue.Snapshot.ValueAtPercentile. parser()Methods in io.opencensus.proto.metrics.v1 with parameters of type SummaryValue.Snapshot.ValueAtPercentile Modifier and Type Method Description SummaryValue.Snapshot.BuilderSummaryValue.Snapshot.Builder. addPercentileValues(int index, SummaryValue.Snapshot.ValueAtPercentile value)A list of values at different percentiles of the distribution calculated from the current snapshot.SummaryValue.Snapshot.BuilderSummaryValue.Snapshot.Builder. addPercentileValues(SummaryValue.Snapshot.ValueAtPercentile value)A list of values at different percentiles of the distribution calculated from the current snapshot.SummaryValue.Snapshot.ValueAtPercentile.BuilderSummaryValue.Snapshot.ValueAtPercentile.Builder. mergeFrom(SummaryValue.Snapshot.ValueAtPercentile other)static SummaryValue.Snapshot.ValueAtPercentile.BuilderSummaryValue.Snapshot.ValueAtPercentile. newBuilder(SummaryValue.Snapshot.ValueAtPercentile prototype)SummaryValue.Snapshot.BuilderSummaryValue.Snapshot.Builder. setPercentileValues(int index, SummaryValue.Snapshot.ValueAtPercentile value)A list of values at different percentiles of the distribution calculated from the current snapshot.Method parameters in io.opencensus.proto.metrics.v1 with type arguments of type SummaryValue.Snapshot.ValueAtPercentile Modifier and Type Method Description SummaryValue.Snapshot.BuilderSummaryValue.Snapshot.Builder. addAllPercentileValues(Iterable<? extends SummaryValue.Snapshot.ValueAtPercentile> values)A list of values at different percentiles of the distribution calculated from the current snapshot.
-