Uses of Interface
io.opencensus.implcore.trace.internal.ConcurrentIntrusiveList.Element
Packages that use ConcurrentIntrusiveList.Element
-
Uses of ConcurrentIntrusiveList.Element in io.opencensus.implcore.trace
Classes in io.opencensus.implcore.trace that implement ConcurrentIntrusiveList.ElementModifier and TypeClassDescriptionfinal classImplementation for theSpanclass that records trace events. -
Uses of ConcurrentIntrusiveList.Element in io.opencensus.implcore.trace.internal
Classes in io.opencensus.implcore.trace.internal with type parameters of type ConcurrentIntrusiveList.ElementModifier and TypeClassDescriptionfinal classConcurrentIntrusiveList<T extends ConcurrentIntrusiveList.Element<T>>AnConcurrentIntrusiveList<T>is a doubly-linked list where the link pointers are embedded in the elements.static interfaceThis is an interface that must be implemented by any element that usesConcurrentIntrusiveList.Fields in io.opencensus.implcore.trace.internal declared as ConcurrentIntrusiveList.Element