76 строки
4.7 KiB
YAML
76 строки
4.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.util.tracing.TracingLink"
|
|
fullName: "com.azure.core.util.tracing.TracingLink"
|
|
name: "TracingLink"
|
|
nameWithType: "TracingLink"
|
|
summary: "Represents tracing link that connects one trace to another."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **TracingLink**"
|
|
constructors:
|
|
- uid: "com.azure.core.util.tracing.TracingLink.TracingLink(com.azure.core.util.Context)"
|
|
fullName: "com.azure.core.util.tracing.TracingLink.TracingLink(Context context)"
|
|
name: "TracingLink(Context context)"
|
|
nameWithType: "TracingLink.TracingLink(Context context)"
|
|
summary: "Creates link traces without attributes"
|
|
parameters:
|
|
- description: "instance of context that contains span context"
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TracingLink(Context context)"
|
|
desc: "Creates link traces without attributes"
|
|
- uid: "com.azure.core.util.tracing.TracingLink.TracingLink(com.azure.core.util.Context,java.util.Map<java.lang.String,java.lang.Object>)"
|
|
fullName: "com.azure.core.util.tracing.TracingLink.TracingLink(Context context, Map<String,Object> attributes)"
|
|
name: "TracingLink(Context context, Map<String,Object> attributes)"
|
|
nameWithType: "TracingLink.TracingLink(Context context, Map<String,Object> attributes)"
|
|
summary: "Creates link with attributes."
|
|
parameters:
|
|
- description: "instance of context that contains span context"
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "instance of link attributes"
|
|
name: "attributes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
syntax: "public TracingLink(Context context, Map<String,Object> attributes)"
|
|
desc: "Creates link with attributes."
|
|
methods:
|
|
- uid: "com.azure.core.util.tracing.TracingLink.getAttributes()"
|
|
fullName: "com.azure.core.util.tracing.TracingLink.getAttributes()"
|
|
name: "getAttributes()"
|
|
nameWithType: "TracingLink.getAttributes()"
|
|
summary: "Gets link attributes"
|
|
syntax: "public Map<String,Object> getAttributes()"
|
|
desc: "Gets link attributes"
|
|
returns:
|
|
description: "attributes instance"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
- uid: "com.azure.core.util.tracing.TracingLink.getContext()"
|
|
fullName: "com.azure.core.util.tracing.TracingLink.getContext()"
|
|
name: "getContext()"
|
|
nameWithType: "TracingLink.getContext()"
|
|
summary: "Gets linked context"
|
|
syntax: "public Context getContext()"
|
|
desc: "Gets linked context"
|
|
returns:
|
|
description: "context instance"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents tracing link that connects one trace to another."
|
|
metadata: {}
|
|
package: "com.azure.core.util.tracing"
|
|
artifact: com.azure:azure-core:1.54.0
|