Uses of Class
io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
Packages that use RunningSpanStore.PerSpanNameSummary
-
Uses of RunningSpanStore.PerSpanNameSummary in io.opencensus.trace.export
Subclasses of RunningSpanStore.PerSpanNameSummary in io.opencensus.trace.exportModifier and TypeClassDescription(package private) final class
Fields in io.opencensus.trace.export with type parameters of type RunningSpanStore.PerSpanNameSummaryModifier and TypeFieldDescriptionprivate final Map
<String, RunningSpanStore.PerSpanNameSummary> AutoValue_RunningSpanStore_Summary.perSpanNameSummary
Methods in io.opencensus.trace.export that return RunningSpanStore.PerSpanNameSummaryModifier and TypeMethodDescriptionRunningSpanStore.PerSpanNameSummary.create
(int numRunningSpans) Returns a new instance ofPerSpanNameSummary
.Methods in io.opencensus.trace.export that return types with arguments of type RunningSpanStore.PerSpanNameSummaryModifier and TypeMethodDescriptionAutoValue_RunningSpanStore_Summary.getPerSpanNameSummary()
abstract Map
<String, RunningSpanStore.PerSpanNameSummary> RunningSpanStore.Summary.getPerSpanNameSummary()
Returns a map with summary of available data for each span name.Method parameters in io.opencensus.trace.export with type arguments of type RunningSpanStore.PerSpanNameSummaryModifier and TypeMethodDescriptionstatic RunningSpanStore.Summary
RunningSpanStore.Summary.create
(Map<String, RunningSpanStore.PerSpanNameSummary> perSpanNameSummary) Returns a new instance ofSummary
.Constructor parameters in io.opencensus.trace.export with type arguments of type RunningSpanStore.PerSpanNameSummaryModifierConstructorDescription(package private)
AutoValue_RunningSpanStore_Summary
(Map<String, RunningSpanStore.PerSpanNameSummary> perSpanNameSummary)