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.long
getEndTsMillis()
String
getName()
String
getScope()
long
getStartTsMillis()
String
toString()
-
-
-
Method Detail
-
getStartTsMillis
public long getStartTsMillis()
- Specified by:
getStartTsMillis
in interfaceSpan
-
getEndTsMillis
public long getEndTsMillis()
- Specified by:
getEndTsMillis
in interfaceSpan
-
getAttributes
public Map<String,Object> getAttributes()
Description copied from interface:Span
Currently returned values can be of type String, Long or Double, however more types can be added in the future.- Specified by:
getAttributes
in interfaceSpan
-
-