| Interface | Description |
|---|---|
| KuduOperationsProducer |
Interface for an operations producer that produces Kudu Operations from
Flume events.
|
| Class | Description |
|---|---|
| AvroKuduOperationsProducer |
An Avro serializer that generates one operation per event by deserializing the event
body as an Avro record and mapping its fields to columns in a Kudu table.
|
| KuduSink |
A Flume sink that reads events from a channel and writes them to a Kudu table.
|
| KuduSinkConfigurationConstants | |
| RegexpKuduOperationsProducer | |
| SimpleKeyedKuduOperationsProducer | |
| SimpleKuduOperationsProducer |
A simple serializer that generates one
Insert per Event
by writing the event body into a BINARY column. |