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 classRecordEventsSpanImplImplementation 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.Element Modifier and Type Class Description classConcurrentIntrusiveList<T extends ConcurrentIntrusiveList.Element<T>>AnConcurrentIntrusiveList<T>is a doubly-linked list where the link pointers are embedded in the elements.static interfaceConcurrentIntrusiveList.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 TConcurrentIntrusiveList. head
-