Uses of Interface
io.opencensus.implcore.trace.internal.ConcurrentIntrusiveList.Element
-
Packages that use ConcurrentIntrusiveList.Element Package Description io.opencensus.implcore.trace io.opencensus.implcore.trace.internal -
-
Uses of ConcurrentIntrusiveList.Element in io.opencensus.implcore.trace
Classes in io.opencensus.implcore.trace that implement ConcurrentIntrusiveList.Element Modifier and Type Class Description class
RecordEventsSpanImpl
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.Element Modifier and Type Class Description 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
ConcurrentIntrusiveList.Element<T extends ConcurrentIntrusiveList.Element<T>>
This is an interface that must be implemented by any element that usesConcurrentIntrusiveList
.Fields in io.opencensus.implcore.trace.internal declared as ConcurrentIntrusiveList.Element Modifier and Type Field Description private T
ConcurrentIntrusiveList. head
-