| Package | Description |
|---|---|
| org.icij.extract | |
| org.icij.extract.queue | |
| org.icij.extract.redis |
| Modifier and Type | Method and Description |
|---|---|
QueueFilterBuilder |
QueueFilterBuilder.filter(DocumentQueue documentQueue) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDocumentQueue
A
DocumentQueue using an array as a backend. |
| Modifier and Type | Method and Description |
|---|---|
DocumentQueue |
DocumentQueue.newQueue() |
DocumentQueue |
ArrayDocumentQueue.newQueue() |
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Collector<TikaDocument,DocumentQueue,DocumentQueue> |
DocumentQueue.toDocumentQueue() |
default java.util.stream.Collector<TikaDocument,DocumentQueue,DocumentQueue> |
DocumentQueue.toDocumentQueue() |
| Constructor and Description |
|---|
DocumentQueueDrainer(DocumentQueue queue,
java.util.function.Consumer<TikaDocument> consumer)
Create a new drainer that will drain documents from the given queue to the given consumer on a single thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisDocumentQueue
A
DocumentQueue using Redis as a backend. |
| Modifier and Type | Method and Description |
|---|---|
DocumentQueue |
RedisDocumentQueue.newQueue() |
Copyright © 2019 The International Consortium of Investigative Journalists. All rights reserved.