| Package | Description |
|---|---|
| org.apache.drill.exec.store.avro | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.easy.sequencefile | |
| org.apache.drill.exec.store.easy.text | |
| org.apache.drill.exec.store.httpd | |
| org.apache.drill.exec.store.pcap |
For comments on realization of this format plugin look at :
|
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
AvroFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
CloseableRecordBatch |
EasyWriterBatchCreator.getBatch(FragmentContext context,
EasyWriter config,
List<RecordBatch> children) |
abstract RecordWriter |
EasyFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
CloseableRecordBatch |
EasyFormatPlugin.getWriterBatch(FragmentContext context,
RecordBatch incoming,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
JSONFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
SequenceFileFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
TextFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
HttpdLogFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
PcapFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.