Class 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 Detail

      • ClippedFirehoseFactory

        public ClippedFirehoseFactory​(org.apache.druid.data.input.FirehoseFactory delegate,
                                      org.joda.time.Interval interval)
        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 IOException
        Deprecated.
        Specified by:
        connect in interface org.apache.druid.data.input.FirehoseFactory
        Throws:
        IOException