@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface KuduEventProducer
extends org.apache.flume.conf.Configurable, org.apache.flume.conf.ConfigurableComponent
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<Operation> |
getOperations()
Get the operations that should be written out to Kudu as a result of this
event.
|
void |
initialize(org.apache.flume.Event event,
KuduTable table)
Initialize the event producer.
|
void initialize(org.apache.flume.Event event,
KuduTable table)
event - to be written to Kudutable - the KuduTable object used for creating Kudu Operation objectsList<Operation> getOperations()
Operation which
are written as such to Kuduvoid close()
Copyright © 2016. All rights reserved.