public class CombiningFirehoseFactory extends Object implements FirehoseFactory<InputRowParser>
| Modifier and Type | Class and Description |
|---|---|
class |
CombiningFirehoseFactory.CombiningFirehose |
| Constructor and Description |
|---|
CombiningFirehoseFactory(List<FirehoseFactory> delegateFactoryList) |
| Modifier and Type | Method and Description |
|---|---|
Firehose |
connect(InputRowParser parser)
Initialization method that connects up the fire hose.
|
List<FirehoseFactory> |
getDelegateFactoryList() |
public CombiningFirehoseFactory(List<FirehoseFactory> delegateFactoryList)
public Firehose connect(InputRowParser parser) throws IOException
FirehoseFactoryconnect in interface FirehoseFactory<InputRowParser>IOExceptionpublic List<FirehoseFactory> getDelegateFactoryList()
Copyright © 2011–2017. All rights reserved.