| Package | Description |
|---|---|
| net.ttddyy.dsproxy.listener | |
| net.ttddyy.dsproxy.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected StopwatchFactory |
SlowQueryListener.stopwatchFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
SlowQueryListener.setStopwatchFactory(StopwatchFactory stopwatchFactory)
Set
StopwatchFactory which is used to calculate ExecutionInfo.getElapsedTime() for slow queries. |
| Modifier and Type | Class and Description |
|---|---|
class |
NanoTimeStopwatchFactory
Factory to create
NanoTimeStopwatchFactory.NanoTimeStopwatch. |
class |
SystemStopwatchFactory
Factory to create
SystemStopwatchFactory.SystemStopwatch which uses System.currentTimeMillis(). |
| Modifier and Type | Method and Description |
|---|---|
StopwatchFactory |
ProxyConfig.getStopwatchFactory()
Retrieve
Stopwatch. |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig.Builder |
ProxyConfig.Builder.stopwatchFactory(StopwatchFactory stopwatchFactory) |
Copyright © 2023. All rights reserved.