public class CalculateDirectorySizeThread
extends java.lang.Thread
PublicReference| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.Long> |
directorySizes |
static long |
totalVolumeDataStock |
| Constructor and Description |
|---|
CalculateDirectorySizeThread() |
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Finish the
CalculateDirectorySizeThread an shutdown the
Scheduler. |
org.quartz.Scheduler |
getScheduler()
Getter for the
Scheduler |
void |
run()
Start the
CalculateDirectorySizeThread by starting the
Scheduler and run the CalculateDirectorySizeJob. |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static java.util.Map<java.lang.String,java.lang.Long> directorySizes
public static long totalVolumeDataStock
public void done()
CalculateDirectorySizeThread an shutdown the
Scheduler.public org.quartz.Scheduler getScheduler()
Schedulerpublic void run()
CalculateDirectorySizeThread by starting the
Scheduler and run the CalculateDirectorySizeJob.run in interface java.lang.Runnablerun in class java.lang.Thread