public class ClippedFirehoseFactory extends Object implements FirehoseFactory
| Constructor and Description | 
|---|
ClippedFirehoseFactory(FirehoseFactory delegate,
                      org.joda.time.Interval interval)  | 
| Modifier and Type | Method and Description | 
|---|---|
Firehose | 
connect(InputRowParser parser)
Initialization method that connects up the fire hose. 
 | 
FirehoseFactory | 
getDelegate()  | 
org.joda.time.Interval | 
getInterval()  | 
public ClippedFirehoseFactory(FirehoseFactory delegate, org.joda.time.Interval interval)
public FirehoseFactory getDelegate()
public org.joda.time.Interval getInterval()
public Firehose connect(InputRowParser parser) throws IOException
FirehoseFactoryconnect in interface FirehoseFactoryIOExceptionCopyright © 2011–2017. All rights reserved.