| Package | Description |
|---|---|
| com.gzoltar.agent.rt.output |
Copyright (C) 2019 GZoltar contributors.
|
| com.gzoltar.core.events |
Copyright (C) 2019 GZoltar contributors.
|
| com.gzoltar.core.messaging |
Copyright (C) 2019 GZoltar contributors.
|
| com.gzoltar.core.spectrum |
Copyright (C) 2019 GZoltar contributors.
|
| com.gzoltar.report.metrics |
Copyright (C) 2019 GZoltar contributors.
|
| com.gzoltar.report.metrics.experimental |
Copyright (C) 2019 GZoltar contributors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputEventListener.endTransaction(Transaction transaction) |
void |
NoneOutput.writeTransaction(Transaction transaction)
Write a transaction instance to a location determined by the agent controller.
|
void |
IAgentOutput.writeTransaction(Transaction transaction)
Write a transaction instance to a location determined by the agent controller.
|
void |
FileOutput.writeTransaction(Transaction transaction)
Write a transaction instance to a location determined by the agent controller.
|
void |
ConsoleOutput.writeTransaction(Transaction transaction)
Write a transaction instance to a location determined by the agent controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiEventListener.endTransaction(Transaction transaction) |
void |
IEventListener.endTransaction(Transaction transaction) |
void |
EmptyEventListener.endTransaction(Transaction transaction) |
| Modifier and Type | Field and Description |
|---|---|
Transaction |
Message.EndTransactionMessage.transaction |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.endTransaction(Transaction transaction) |
| Constructor and Description |
|---|
EndTransactionMessage(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
Spectrum.getTransactions()
Returns all
Transaction that have been registered. |
List<Transaction> |
ISpectrum.getTransactions()
Returns all
Transaction that have been registered. |
| Modifier and Type | Method and Description |
|---|---|
void |
Spectrum.addTransaction(Transaction transaction)
Registers a
Transaction. |
void |
ISpectrum.addTransaction(Transaction transaction)
Registers a
Transaction. |
void |
SpectrumListener.endTransaction(Transaction transaction) |
List<Node> |
Spectrum.getHitNodes(Transaction transaction)
Returns all executed
Node objects of a particular
Transaction object. |
List<Node> |
ISpectrum.getHitNodes(Transaction transaction)
Returns all executed
Node objects of a particular
Transaction object. |
void |
SpectrumWriter.writeTransaction(Transaction transaction)
Serializes a transaction instance into binary streams.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
SimpsonMetric.getHash(Transaction transaction) |
protected int |
SimpsonMetric.GlobalInvertedSimpsonMetric.getHash(Transaction transaction) |
protected int |
SimpsonMetric.GlobalSimpsonMetric.getHash(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DistinctTransactionsRho.getHash(Transaction transaction) |
protected int |
DistinctTransactionsRho.GlobalDistinctTransactionsRho.getHash(Transaction transaction) |
Copyright © 2010–2019 GZoltar. All rights reserved.