public class Collector extends Object
Modifier and Type | Method and Description |
---|---|
void |
addListener(IEventListener listener) |
void |
endSession() |
void |
endTransaction(String transactionName,
TransactionOutcome outcome,
long runtime,
String stackTrace) |
boolean |
equals(Object args)
In violation of the regular semantic of
Object.equals(Object) this implementation is
used as the interface to the runtime data. |
void |
getHitArray(Object[] args) |
ProbeGroup |
getProbeGroup(ProbeGroup probeGroup) |
ProbeGroup |
getProbeGroupByHash(String probeGroupHash) |
Spectrum |
getSpectrum() |
static Collector |
instance() |
void |
regiterProbeGroup(ProbeGroup probeGroup) |
static void |
restart() |
public static Collector instance()
public static void restart()
public void addListener(IEventListener listener)
listener
- public Spectrum getSpectrum()
public void regiterProbeGroup(ProbeGroup probeGroup)
probeGroup
- public ProbeGroup getProbeGroup(ProbeGroup probeGroup)
probeGroup
- public ProbeGroup getProbeGroupByHash(String probeGroupHash)
probeGroupHash
- public void endTransaction(String transactionName, TransactionOutcome outcome, long runtime, String stackTrace)
transactionName
- outcome
- runtime
- stackTrace
- public void endSession()
public void getHitArray(Object[] args)
args
- public boolean equals(Object args)
Object.equals(Object)
this implementation is
used as the interface to the runtime data.Copyright © 2010–2019 GZoltar. All rights reserved.