Class IngestSegmentFirehose
- java.lang.Object
-
- org.apache.druid.segment.realtime.firehose.IngestSegmentFirehose
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.druid.data.input.Firehose
public class IngestSegmentFirehose extends Object implements org.apache.druid.data.input.Firehose
-
-
Constructor Summary
Constructors Constructor Description IngestSegmentFirehose(List<WindowedStorageAdapter> adapters, org.apache.druid.segment.transform.TransformSpec transformSpec, List<String> dims, List<String> metrics, org.apache.druid.query.filter.DimFilter dimFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasMore()org.apache.druid.data.input.InputRownextRow()
-
-
-
Method Detail
-
hasMore
public boolean hasMore()
- Specified by:
hasMorein interfaceorg.apache.druid.data.input.Firehose
-
nextRow
@Nullable public org.apache.druid.data.input.InputRow nextRow()
- Specified by:
nextRowin interfaceorg.apache.druid.data.input.Firehose
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.apache.druid.data.input.Firehose- Throws:
IOException
-
-