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 class
Implementation for theSpan
class 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 class
ConcurrentIntrusiveList<T extends ConcurrentIntrusiveList.Element<T>>
AnConcurrentIntrusiveList<T>
is a doubly-linked list where the link pointers are embedded in the elements.static interface
This is an interface that must be implemented by any element that usesConcurrentIntrusiveList
.Fields in io.opencensus.implcore.trace.internal declared as ConcurrentIntrusiveList.Element