Package | Description |
---|---|
com.gzoltar.core.model |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.runtime |
Copyright (C) 2019 GZoltar contributors.
|
Modifier and Type | Method and Description |
---|---|
TransactionOutcome |
Transaction.getTransactionOutcome()
Returns the outcome of a transaction.
|
static TransactionOutcome |
TransactionOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionOutcome[] |
TransactionOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Transaction(String name,
Map<String,org.apache.commons.lang3.tuple.Pair<String,boolean[]>> activity,
TransactionOutcome outcome,
long runtime,
String stackTrace) |
Transaction(String name,
TransactionOutcome outcome,
long runtime,
String stackTrace) |
Modifier and Type | Method and Description |
---|---|
void |
Collector.endTransaction(String transactionName,
TransactionOutcome outcome,
long runtime,
String stackTrace) |
Copyright © 2010–2019 GZoltar. All rights reserved.