public class ServiceSummary extends Object
| Constructor and Description |
|---|
ServiceSummary() |
| Modifier and Type | Method and Description |
|---|---|
SummaryPack |
getAndClear(byte type) |
SummaryPack |
getAndClearError(byte type) |
SummaryPack |
getAndClearX(byte type) |
static ServiceSummary |
getInstance() |
void |
process(ApiCallStep apiStep) |
void |
process(SqlStep sqlStep) |
ErrorData |
process(Throwable thr,
int message,
int service,
long txid,
int sql,
int api) |
void |
process(XLogPack p) |
public static final ServiceSummary getInstance()
public void process(XLogPack p)
public ErrorData process(Throwable thr, int message, int service, long txid, int sql, int api)
public void process(SqlStep sqlStep)
public void process(ApiCallStep apiStep)
public SummaryPack getAndClear(byte type)
public SummaryPack getAndClearX(byte type)
public SummaryPack getAndClearError(byte type)
Copyright © 2021. All rights reserved.