| Package | Description |
|---|---|
| org.icij.extract.queue | |
| org.icij.extract.redis |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDocumentQueue
A
DocumentQueue using an array as a backend. |
| 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. |
Copyright © 2018. All rights reserved.