Class ClippedFirehoseFactory
- java.lang.Object
-
- org.apache.druid.segment.realtime.firehose.ClippedFirehoseFactory
-
- All Implemented Interfaces:
org.apache.druid.data.input.FirehoseFactory
@Deprecated public class ClippedFirehoseFactory extends Object implements org.apache.druid.data.input.FirehoseFactory
Deprecated.Creates firehoses clipped to a particular time interval. Useful for enforcing min time, max time, and time windows.
-
-
Constructor Summary
Constructors Constructor Description ClippedFirehoseFactory(org.apache.druid.data.input.FirehoseFactory delegate, org.joda.time.Interval interval)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.druid.data.input.Firehoseconnect(org.apache.druid.data.input.impl.InputRowParser parser, File temporaryDirectory)Deprecated.org.apache.druid.data.input.FirehoseFactorygetDelegate()Deprecated.org.joda.time.IntervalgetInterval()Deprecated.
-
-
-
Method Detail
-
getDelegate
public org.apache.druid.data.input.FirehoseFactory getDelegate()
Deprecated.
-
getInterval
public org.joda.time.Interval getInterval()
Deprecated.
-
connect
public org.apache.druid.data.input.Firehose connect(org.apache.druid.data.input.impl.InputRowParser parser, File temporaryDirectory) throws IOExceptionDeprecated.- Specified by:
connectin interfaceorg.apache.druid.data.input.FirehoseFactory- Throws:
IOException
-
-