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 InProcessSampledSpanStoreImplInProcessSampledSpanStoreImpl.RegisterSpanNameEvent. sampledSpanStoreprivate InProcessSampledSpanStoreImplInProcessSampledSpanStoreImpl.UnregisterSpanNameEvent. sampledSpanStoreConstructors 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)
-