@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface TraceLocation
Modifier and Type | Fields and Description |
---|---|
static String |
COMPUTATION_MODULE
Represents the computation module ID.
|
static String |
UNKNOWN
Represents the unknown ID.
|
Modifier and Type | Required Element and Description |
---|---|
String |
batchId
The batch ID.
|
String |
flowId
The flow ID.
|
String |
stageId
The stage ID.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
fragmentId
The fragment ID.
|
String |
stageUnitId
The 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.