Class InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent
java.lang.Object
io.opencensus.implcore.trace.export.InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent
- All Implemented Interfaces:
EventQueue.Entry
- Enclosing class:
InProcessSampledSpanStoreImpl
private static final class InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent
extends Object
implements EventQueue.Entry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InProcessSampledSpanStoreImpl
private final Collection
<String> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
UnregisterSpanNameEvent
(InProcessSampledSpanStoreImpl sampledSpanStore, Collection<String> spanNames) -
Method Summary
-
Field Details
-
sampledSpanStore
-
spanNames
-
-
Constructor Details
-
UnregisterSpanNameEvent
private UnregisterSpanNameEvent(InProcessSampledSpanStoreImpl sampledSpanStore, Collection<String> spanNames)
-
-
Method Details
-
process
public void process()Description copied from interface:EventQueue.Entry
Process the event associated with this entry. This will be called for every event in the associatedEventQueue
.- Specified by:
process
in interfaceEventQueue.Entry
-