| Package | Description |
|---|---|
| org.apache.flume.source | |
| org.apache.flume.source.avro |
| Modifier and Type | Method and Description |
|---|---|
Status |
AvroSource.append(AvroFlumeEvent avroEvent) |
| Modifier and Type | Method and Description |
|---|---|
Status |
AvroSource.appendBatch(List<AvroFlumeEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
AvroFlumeEvent |
AvroFlumeEvent.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Status |
AvroSourceProtocol.append(AvroFlumeEvent event) |
void |
AvroSourceProtocol.Callback.append(AvroFlumeEvent event,
org.apache.avro.ipc.Callback<Status> callback) |
static AvroFlumeEvent.Builder |
AvroFlumeEvent.newBuilder(AvroFlumeEvent other)
Creates a new AvroFlumeEvent RecordBuilder by copying an existing AvroFlumeEvent instance
|
| Modifier and Type | Method and Description |
|---|---|
Status |
AvroSourceProtocol.appendBatch(List<AvroFlumeEvent> events) |
void |
AvroSourceProtocol.Callback.appendBatch(List<AvroFlumeEvent> events,
org.apache.avro.ipc.Callback<Status> callback) |
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.