public class AsyncFastqWriter extends AbstractAsyncWriter<FastqRecord> implements FastqWriter
DEFAULT_QUEUE_SIZE| Constructor and Description |
|---|
AsyncFastqWriter(FastqWriter out,
int queueSize) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getThreadNamePrefix()
Returns the prefix to use when naming threads.
|
protected void |
synchronouslyClose() |
protected void |
synchronouslyWrite(FastqRecord item) |
close, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, writepublic AsyncFastqWriter(FastqWriter out, int queueSize)
protected java.lang.String getThreadNamePrefix()
AbstractAsyncWritergetThreadNamePrefix in class AbstractAsyncWriter<FastqRecord>protected void synchronouslyWrite(FastqRecord item)
synchronouslyWrite in class AbstractAsyncWriter<FastqRecord>protected void synchronouslyClose()
synchronouslyClose in class AbstractAsyncWriter<FastqRecord>