Uses of Class
io.opencensus.implcore.trace.export.InProcessSampledSpanStoreImpl
-
Packages that use InProcessSampledSpanStoreImpl Package Description io.opencensus.implcore.trace.export -
-
Uses of InProcessSampledSpanStoreImpl in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as InProcessSampledSpanStoreImpl Modifier and Type Field Description private InProcessSampledSpanStoreImpl
InProcessSampledSpanStoreImpl.RegisterSpanNameEvent. sampledSpanStore
private InProcessSampledSpanStoreImpl
InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent. sampledSpanStore
Constructors in io.opencensus.implcore.trace.export with parameters of type InProcessSampledSpanStoreImpl Constructor Description RegisterSpanNameEvent(InProcessSampledSpanStoreImpl sampledSpanStore, java.util.Collection<java.lang.String> spanNames)
UnregisterSpanNameEvent(InProcessSampledSpanStoreImpl sampledSpanStore, java.util.Collection<java.lang.String> spanNames)
-