Uses of Class
io.opencensus.trace.export.RunningSpanStore.Summary
-
Packages that use RunningSpanStore.Summary Package Description io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of RunningSpanStore.Summary in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as RunningSpanStore.Summary Modifier and Type Field Description private static RunningSpanStore.SummaryInProcessRunningSpanStore. EMPTY_SUMMARYMethods in io.opencensus.implcore.trace.export that return RunningSpanStore.Summary Modifier and Type Method Description RunningSpanStore.SummaryInProcessRunningSpanStore. getSummary()private RunningSpanStore.SummaryInProcessRunningSpanStore.InProcessRunningSpanStoreImpl. getSummary() -
Uses of RunningSpanStore.Summary in io.opencensus.trace.export
Subclasses of RunningSpanStore.Summary in io.opencensus.trace.export Modifier and Type Class Description (package private) classAutoValue_RunningSpanStore_SummaryFields in io.opencensus.trace.export declared as RunningSpanStore.Summary Modifier and Type Field Description private static RunningSpanStore.SummaryRunningSpanStore.NoopRunningSpanStore. EMPTY_SUMMARYMethods in io.opencensus.trace.export that return RunningSpanStore.Summary Modifier and Type Method Description static RunningSpanStore.SummaryRunningSpanStore.Summary. create(java.util.Map<java.lang.String,RunningSpanStore.PerSpanNameSummary> perSpanNameSummary)Returns a new instance ofSummary.abstract RunningSpanStore.SummaryRunningSpanStore. getSummary()Returns the summary of all available data such, as number of running spans.RunningSpanStore.SummaryRunningSpanStore.NoopRunningSpanStore. getSummary()
-