public final class AProcess extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static io.vertigo.commons.impl.analytics.process.AProcessBuilder |
builder(String category,
String name)
Static method factory for AppConfigBuilder
|
String |
getCategory() |
long |
getDurationMillis() |
long |
getEnd()
[when]
|
Map<String,Double> |
getMeasures() |
String |
getName()
[what]
|
long |
getStart()
[when]
|
List<AProcess> |
getSubProcesses() |
Map<String,String> |
getTags() |
String |
toString() |
public static final String CATEGORY_SEPARATOR
public static io.vertigo.commons.impl.analytics.process.AProcessBuilder builder(String category, String name)
category - Categoriename - Namepublic String getName()
public String getCategory()
public long getDurationMillis()
public long getStart()
public long getEnd()
Copyright © 2018. All Rights Reserved.