Class ImmutableLinkData
java.lang.Object
io.opentelemetry.sdk.trace.data.ImmutableLinkData
- All Implemented Interfaces:
LinkData
- Direct Known Subclasses:
AutoValue_ImmutableLinkData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static LinkDatacreate(SpanContext spanContext) (package private) static LinkDatacreate(SpanContext spanContext, Attributes attributes) (package private) static LinkDatacreate(SpanContext spanContext, Attributes attributes, int totalAttributeCount) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LinkData
getAttributes, getSpanContext, getTotalAttributeCount
-
Field Details
-
DEFAULT_ATTRIBUTE_COLLECTION
-
DEFAULT_ATTRIBUTE_COUNT
private static final int DEFAULT_ATTRIBUTE_COUNT- See Also:
-
-
Constructor Details
-
ImmutableLinkData
ImmutableLinkData()
-
-
Method Details
-
create
-
create
-
create
-