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
FirehoseFactory
connect
in interface FirehoseFactory<InputRowParser>
IOException
public List<FirehoseFactory> getDelegateFactoryList()
Copyright © 2011–2017. All rights reserved.