Searched defs:sampledSpanStore (Results 1 – 7 of 7) sorted by relevance
42 SampledSpanStore sampledSpanStore = in noopSampledSpanStore_RegisterUnregisterAndGetSummary() local67 SampledSpanStore sampledSpanStore = in noopSampledSpanStore_GetLatencySampledSpans() local77 SampledSpanStore sampledSpanStore = in noopSampledSpanStore_GetErrorSampledSpans() local87 SampledSpanStore sampledSpanStore = in noopSampledSpanStore_GetRegisteredSpanNamesForCollection() local
37 private final SampledSpanStoreImpl sampledSpanStore; field in StartEndHandlerImpl51 SampledSpanStoreImpl sampledSpanStore, in StartEndHandlerImpl()98 @Nullable private final SampledSpanStoreImpl sampledSpanStore; field in StartEndHandlerImpl.SpanEndEvent104 @Nullable SampledSpanStoreImpl sampledSpanStore) { in SpanEndEvent()
308 private final InProcessSampledSpanStoreImpl sampledSpanStore; field in InProcessSampledSpanStoreImpl.RegisterSpanNameEvent312 InProcessSampledSpanStoreImpl sampledSpanStore, Collection<String> spanNames) { in RegisterSpanNameEvent()336 private final InProcessSampledSpanStoreImpl sampledSpanStore; field in InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent340 InProcessSampledSpanStoreImpl sampledSpanStore, Collection<String> spanNames) { in UnregisterSpanNameEvent()
33 private final SampledSpanStoreImpl sampledSpanStore; field in ExportComponentImpl
129 @javax.annotation.Nullable private final SampledSpanStore sampledSpanStore; field in TracezZPageHandler133 @javax.annotation.Nullable SampledSpanStore sampledSpanStore) { in TracezZPageHandler()147 @javax.annotation.Nullable SampledSpanStore sampledSpanStore) { in create()
45 @Mock private SampledSpanStore sampledSpanStore; field in TracezZPageHandlerTest
69 private final SampledSpanStoreImpl sampledSpanStore = field in SpanExporterImplTest