class NormServerBaseImpl.SnapshotThread extends InterruptedStatusThread
InterruptedStatusThread.InterruptableThread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
private PersistentStore |
store |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
SnapshotThread(PersistentStore store)
Don't create a daemon thread in case the jvm exits during snapshot
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private void |
takeSnapshot()
Signal this thread that is should take a snapshot
|
hasBeenInterrupted, interruptactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprivate final PersistentStore store
SnapshotThread(PersistentStore store)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.