@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface TraceLocation
| Modifier and Type | Fields and Description | 
|---|---|
| static String | COMPUTATION_MODULERepresents the computation module ID. | 
| static String | UNKNOWNRepresents the unknown ID. | 
| Modifier and Type | Required Element and Description | 
|---|---|
| String | batchIdThe batch ID. | 
| String | flowIdThe flow ID. | 
| String | stageIdThe stage ID. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | fragmentIdThe fragment ID. | 
| String | stageUnitIdThe stage unit ID. | 
public static final String UNKNOWN
public static final String COMPUTATION_MODULE
public abstract String batchId
public abstract String flowId
public abstract String stageId
public abstract String stageUnitId
public abstract String fragmentId
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.