Uses of Class
io.opencensus.trace.export.RunningSpanStore.Filter
-
Packages that use RunningSpanStore.Filter Package Description io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of RunningSpanStore.Filter in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export with parameters of type RunningSpanStore.Filter Modifier and Type Method Description java.util.Collection<SpanData>
InProcessRunningSpanStore. getRunningSpans(RunningSpanStore.Filter filter)
private java.util.Collection<SpanData>
InProcessRunningSpanStore.InProcessRunningSpanStoreImpl. getRunningSpans(RunningSpanStore.Filter filter)
-
Uses of RunningSpanStore.Filter in io.opencensus.trace.export
Subclasses of RunningSpanStore.Filter in io.opencensus.trace.export Modifier and Type Class Description (package private) class
AutoValue_RunningSpanStore_Filter
Methods in io.opencensus.trace.export that return RunningSpanStore.Filter Modifier and Type Method Description static RunningSpanStore.Filter
RunningSpanStore.Filter. create(java.lang.String spanName, int maxSpansToReturn)
Returns a new instance ofFilter
.Methods in io.opencensus.trace.export with parameters of type RunningSpanStore.Filter Modifier and Type Method Description abstract java.util.Collection<SpanData>
RunningSpanStore. getRunningSpans(RunningSpanStore.Filter filter)
Returns a list of running spans that match theFilter
.java.util.Collection<SpanData>
RunningSpanStore.NoopRunningSpanStore. getRunningSpans(RunningSpanStore.Filter filter)
-