Package org.apache.flink.traces
Class SimpleSpan
- java.lang.Object
-
- org.apache.flink.traces.SimpleSpan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAttributes()Currently returned values can be of type String, Long or Double, however more types can be added in the future.longgetEndTsMillis()StringgetName()StringgetScope()longgetStartTsMillis()StringtoString()
-
-
-
Method Detail
-
getStartTsMillis
public long getStartTsMillis()
- Specified by:
getStartTsMillisin interfaceSpan
-
getEndTsMillis
public long getEndTsMillis()
- Specified by:
getEndTsMillisin interfaceSpan
-
getAttributes
public Map<String,Object> getAttributes()
Description copied from interface:SpanCurrently returned values can be of type String, Long or Double, however more types can be added in the future.- Specified by:
getAttributesin interfaceSpan
-
-