| Package | Description |
|---|---|
| org.icij.concurrent | |
| org.icij.extract | |
| org.icij.extract.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSealableLatch
A latch class that is like a
CountDownLatch except that it only requires a single signal to fire. |
| Modifier and Type | Method and Description |
|---|---|
SealableLatch |
Scanner.getLatch()
Get the latch.
|
| Modifier and Type | Method and Description |
|---|---|
ScannerVisitor |
ScannerVisitor.withLatch(SealableLatch latch) |
| Constructor and Description |
|---|
Scanner(DocumentFactory factory,
BlockingQueue<TikaDocument> queue,
SealableLatch latch) |
Scanner(DocumentFactory factory,
BlockingQueue<TikaDocument> queue,
SealableLatch latch,
Notifiable notifiable)
Creates a
Scanner that sends all results straight to the underlying BlockingQueue on a
single thread. |
| Modifier and Type | Method and Description |
|---|---|
SealableLatch |
DocumentQueueDrainer.getLatch()
Get the poll latch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentQueueDrainer.setLatch(SealableLatch latch)
If given, the latch should be used to signal that the queue should be polled.
|
Copyright © 2018 The International Consortium of Investigative Journalists. All rights reserved.