| Package | Description |
|---|---|
| org.icij.extract.extractor |
| Modifier and Type | Field and Description |
|---|---|
protected Extractor |
DocumentConsumer.extractor |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
Extractor.configure(Options<String> options) |
| Constructor and Description |
|---|
DocumentConsumer(Spewer spewer,
Extractor extractor)
Create a new consumer with the default pool size, which is the number of available processors.
|
DocumentConsumer(Spewer spewer,
Extractor extractor,
ExecutorService executor)
Create a new consumer that submits tasks to the given
Executor. |
DocumentConsumer(Spewer spewer,
Extractor extractor,
int poolSize)
Create a new consumer with the given pool size.
|
Copyright © 2018. All rights reserved.