public class ReplayableFirehoseFactory extends Object implements FirehoseFactory<InputRowParser>
Modifier and Type | Class and Description |
---|---|
class |
ReplayableFirehoseFactory.ReplayableFirehose |
Constructor and Description |
---|
ReplayableFirehoseFactory(FirehoseFactory delegateFactory,
Boolean reportParseExceptions,
Integer maxTempFileSize,
Integer readFirehoseRetries,
com.fasterxml.jackson.databind.ObjectMapper smileMapper) |
Modifier and Type | Method and Description |
---|---|
Firehose |
connect(InputRowParser parser)
Initialization method that connects up the fire hose.
|
FirehoseFactory |
getDelegateFactory() |
int |
getMaxTempFileSize() |
int |
getReadFirehoseRetries() |
boolean |
isReportParseExceptions() |
String |
toString() |
public ReplayableFirehoseFactory(FirehoseFactory delegateFactory, Boolean reportParseExceptions, Integer maxTempFileSize, Integer readFirehoseRetries, com.fasterxml.jackson.databind.ObjectMapper smileMapper)
public Firehose connect(InputRowParser parser) throws IOException
FirehoseFactory
connect
in interface FirehoseFactory<InputRowParser>
IOException
public FirehoseFactory getDelegateFactory()
public boolean isReportParseExceptions()
public int getMaxTempFileSize()
public int getReadFirehoseRetries()
Copyright © 2011–2017. All rights reserved.