public class SpanInfo extends Object implements Comparable
| Modifier and Type | Class and Description |
|---|---|
static class |
SpanInfo.Kind
This enum represents the Kind of Spans
|
| Constructor and Description |
|---|
SpanInfo(String cellName,
String componentName,
String operationName,
String spanId,
String parentId,
SpanInfo.Kind kind,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
String |
getCellName() |
String |
getComponentName() |
SpanInfo.Kind |
getKind() |
String |
getOperationName() |
String |
getParentId() |
String |
getSpanId() |
long |
getStartTime() |
public String getCellName()
public String getComponentName()
public String getOperationName()
public String getSpanId()
public String getParentId()
public SpanInfo.Kind getKind()
public long getStartTime()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2019 WSO2. All rights reserved.