public interface FirehoseFactoryV2<T extends InputRowParser>
| Modifier and Type | Method and Description |
|---|---|
FirehoseV2 |
connect(T parser,
Object lastCommit)
This method is declared to throw
IOException, although it's not thrown in the implementations in Druid
code, for compatibility with third-party extensions. |
FirehoseV2 connect(T parser, Object lastCommit) throws IOException, ParseException
IOException, although it's not thrown in the implementations in Druid
code, for compatibility with third-party extensions.IOExceptionParseExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.