public class ZipThread
extends java.lang.Thread
Thread for generating a ZIP file that contains all object within a
PrimaryDataDirectory. All file types in the
FILE_TYPES_WITH_COMPRESSION_SUPPORT list will be compressed with
compression level 1. All other file types will just stored (compression level
0) in the ZIP file.| Constructor and Description |
|---|
ZipThread(java.util.concurrent.CountDownLatch countDownLatch,
java.util.zip.ZipOutputStream zout,
PrimaryDataDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
stopListThread() |
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 ZipThread(java.util.concurrent.CountDownLatch countDownLatch,
java.util.zip.ZipOutputStream zout,
PrimaryDataDirectory directory)