Package org.apache.druid.data.input.impl
Class TimedShutoffInputSourceReader
java.lang.Object
org.apache.druid.data.input.impl.TimedShutoffInputSourceReader
- All Implemented Interfaces:
InputSourceReader
-
Constructor Summary
ConstructorsConstructorDescriptionTimedShutoffInputSourceReader(InputSourceReader delegate, org.joda.time.DateTime shutoffTime) -
Method Summary
Modifier and TypeMethodDescriptionread(InputStats inputStats) Returns an adapter that can be used to read the rows fromInputSourceReader.read().sample()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.data.input.InputSourceReader
read
-
Constructor Details
-
TimedShutoffInputSourceReader
public TimedShutoffInputSourceReader(InputSourceReader delegate, org.joda.time.DateTime shutoffTime)
-
-
Method Details
-
read
- Specified by:
readin interfaceInputSourceReader- Throws:
IOException
-
sample
- Specified by:
samplein interfaceInputSourceReader- Throws:
IOException
-
rowAdapter
Description copied from interface:InputSourceReaderReturns an adapter that can be used to read the rows fromInputSourceReader.read().- Specified by:
rowAdapterin interfaceInputSourceReader
-