public class IngestSegmentFirehose extends Object implements org.apache.druid.data.input.Firehose
| Constructor and Description |
|---|
IngestSegmentFirehose(List<WindowedStorageAdapter> adapters,
TransformSpec transformSpec,
List<String> dims,
List<String> metrics,
DimFilter dimFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Runnable |
commit() |
boolean |
hasMore() |
org.apache.druid.data.input.InputRow |
nextRow() |
public IngestSegmentFirehose(List<WindowedStorageAdapter> adapters, TransformSpec transformSpec, List<String> dims, List<String> metrics, DimFilter dimFilter)
public boolean hasMore()
hasMore in interface org.apache.druid.data.input.Firehose@Nullable public org.apache.druid.data.input.InputRow nextRow()
nextRow in interface org.apache.druid.data.input.Firehosepublic Runnable commit()
commit in interface org.apache.druid.data.input.Firehosepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.