Class NullSpan
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.empty.NullContext
-
- org.openqa.selenium.remote.tracing.empty.NullSpan
-
- All Implemented Interfaces:
java.lang.AutoCloseable,Span,TraceContext
public class NullSpan extends NullContext implements Span
-
-
Constructor Summary
Constructors Constructor Description NullSpan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpanaddEvent(java.lang.String name)SpanaddEvent(java.lang.String name, java.util.Map<java.lang.String,EventAttributeValue> attributeMap)voidclose()SpansetAttribute(java.lang.String key, boolean value)SpansetAttribute(java.lang.String key, java.lang.Number value)SpansetAttribute(java.lang.String key, java.lang.String value)SpansetName(java.lang.String name)SpansetStatus(Status status)-
Methods inherited from class org.openqa.selenium.remote.tracing.empty.NullContext
createSpan, getId, wrap, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.tracing.TraceContext
createSpan, getId, wrap, wrap
-
-
-
-
Method Detail
-
setAttribute
public Span setAttribute(java.lang.String key, boolean value)
- Specified by:
setAttributein interfaceSpan
-
setAttribute
public Span setAttribute(java.lang.String key, java.lang.Number value)
- Specified by:
setAttributein interfaceSpan
-
setAttribute
public Span setAttribute(java.lang.String key, java.lang.String value)
- Specified by:
setAttributein interfaceSpan
-
addEvent
public Span addEvent(java.lang.String name, java.util.Map<java.lang.String,EventAttributeValue> attributeMap)
-
-