Package | Description |
---|---|
org.thales.punch.libraries.storm.spout |
Punchplatform spouts package.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedBlockingQueue<AbstractFileInput.Item> |
AbstractFileInput.failed
Ths queue holds failed tuples, the failed lines of data that must be
reemitted.
|
protected LinkedBlockingQueue<AbstractFileInput.Item> |
AbstractFileInput.inputQueue
Internal FileSpout queue to put read items before doing the actual
processing.
|
protected static Map<String,LinkedBlockingQueue<AbstractFileInput.Item>> |
AbstractFileInput.inputQueues
Keep track of internal queues based on the Storm component ID.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractFileInput.Item |
AbstractFileInput.drainNextLogs() |
Copyright © 2022. All rights reserved.