| Package | Description |
|---|---|
| org.apache.flume.source | |
| org.apache.flume.source.avro |
| Modifier and Type | Method and Description |
|---|---|
Status |
AvroSource.append(AvroFlumeEvent avroEvent) |
Status |
AvroSource.appendBatch(List<AvroFlumeEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
Status |
AvroSourceProtocol.append(AvroFlumeEvent event) |
Status |
AvroSourceProtocol.appendBatch(List<AvroFlumeEvent> events) |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvroSourceProtocol.Callback.append(AvroFlumeEvent event,
org.apache.avro.ipc.Callback<Status> callback) |
void |
AvroSourceProtocol.Callback.appendBatch(List<AvroFlumeEvent> events,
org.apache.avro.ipc.Callback<Status> callback) |
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.