public class StatCapture extends DaemonThread implements EnvConfigObserver
| Modifier and Type | Field and Description |
|---|---|
static String |
STATFILEEXT |
static String |
STATFILENAME |
envImpl, name, nWakeupRequests, stifleExceptionChatter| Constructor and Description |
|---|
StatCapture(EnvironmentImpl environment,
String name,
long waitTime,
CustomStats customStats,
SortedSet<String> statProjection,
StatManager statMgr) |
| Modifier and Type | Method and Description |
|---|---|
void |
envConfigUpdate(DbConfigManager configMgr,
EnvironmentMutableConfig unused)
Notifies the observer that one or more mutable properties have been
changed.
|
protected void |
onWakeup()
Called whenever the DaemonThread wakes up from a sleep.
|
void |
requestShutdown() |
checkErrorListener, createLogger, getNWakeupRequests, getThread, isPaused, isRunning, isShutdownRequested, nDeadlockRetries, run, runOrPause, setWaitTime, shutdown, toString, wakeuppublic static final String STATFILENAME
public static final String STATFILEEXT
public StatCapture(EnvironmentImpl environment, String name, long waitTime, CustomStats customStats, SortedSet<String> statProjection, StatManager statMgr)
protected void onWakeup()
onWakeup in class DaemonThreadpublic void requestShutdown()
requestShutdown in interface DaemonRunnerrequestShutdown in class DaemonThreadpublic void envConfigUpdate(DbConfigManager configMgr, EnvironmentMutableConfig unused) throws DatabaseException
EnvConfigObserverenvConfigUpdate in interface EnvConfigObserverDatabaseExceptionCopyright © 2024. All rights reserved.