public class ZipThread extends 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.Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ZipThread(CountDownLatch countDownLatch,
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(CountDownLatch countDownLatch, ZipOutputStream zout, PrimaryDataDirectory directory)
Copyright © 2017 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.