Uses of Class
io.opencensus.trace.export.SampledSpanStore.LatencyFilter
-
Packages that use SampledSpanStore.LatencyFilter Package Description io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of SampledSpanStore.LatencyFilter in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export with parameters of type SampledSpanStore.LatencyFilter Modifier and Type Method Description java.util.Collection<SpanData>
InProcessSampledSpanStoreImpl. getLatencySampledSpans(SampledSpanStore.LatencyFilter filter)
java.util.Collection<SpanData>
SampledSpanStoreImpl.NoopSampledSpanStoreImpl. getLatencySampledSpans(SampledSpanStore.LatencyFilter filter)
-
Uses of SampledSpanStore.LatencyFilter in io.opencensus.trace.export
Subclasses of SampledSpanStore.LatencyFilter in io.opencensus.trace.export Modifier and Type Class Description (package private) class
AutoValue_SampledSpanStore_LatencyFilter
Methods in io.opencensus.trace.export that return SampledSpanStore.LatencyFilter Modifier and Type Method Description static SampledSpanStore.LatencyFilter
SampledSpanStore.LatencyFilter. create(java.lang.String spanName, long latencyLowerNs, long latencyUpperNs, int maxSpansToReturn)
Returns a new instance ofLatencyFilter
.Methods in io.opencensus.trace.export with parameters of type SampledSpanStore.LatencyFilter Modifier and Type Method Description abstract java.util.Collection<SpanData>
SampledSpanStore. getLatencySampledSpans(SampledSpanStore.LatencyFilter filter)
java.util.Collection<SpanData>
SampledSpanStore.NoopSampledSpanStore. getLatencySampledSpans(SampledSpanStore.LatencyFilter filter)
-