| Package | Description | 
|---|---|
| org.apache.flume | |
| org.apache.flume.agent.embedded | This package provides Flume users the ability to embed simple agents
 in applications. | 
| org.apache.flume.api | |
| org.apache.flume.sink | |
| org.apache.flume.sink.elasticsearch | |
| org.apache.flume.sink.hbase | |
| org.apache.flume.sink.hdfs | |
| org.apache.flume.sink.hive | |
| org.apache.flume.sink.http | This package provides an HTTP sink for Flume so that events can be sent out
 to a target HTTP endpoint. | 
| org.apache.flume.sink.irc | |
| org.apache.flume.sink.kafka | |
| org.apache.flume.sink.kite | |
| org.apache.flume.sink.kite.parser | |
| org.apache.flume.sink.kite.policy | |
| org.apache.flume.sink.solr.morphline | |
| org.apache.flume.source | |
| org.apache.flume.source.jms | |
| org.apache.flume.source.kafka | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | SinkProcessor. process()Handle a request to poll the owned sinks. | 
| Sink.Status | Sink. process()Requests the sink to attempt to consume data from attached channel | 
| PollableSource.Status | PollableSource. process()
 Attempt to pull an item from the source, sending it to the channel. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EmbeddedAgent. put(Event event)Adds event to the channel owned by the agent. | 
| void | EmbeddedAgent. putAll(List<Event> events)Adds events to the channel owned by the agent. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ThriftRpcClient. append(Event event) | 
| void | RpcClient. append(Event event)Send a single  Eventto the associated Flume source. | 
| void | NettyAvroRpcClient. append(Event event) | 
| void | LoadBalancingRpcClient. append(Event event) | 
| void | FailoverRpcClient. append(Event event)Tries to append an event to the currently connected client. | 
| abstract void | AbstractRpcClient. append(Event event) | 
| void | ThriftRpcClient. appendBatch(List<Event> events) | 
| void | RpcClient. appendBatch(List<Event> events)Send a list of events to the associated Flume source. | 
| void | NettyAvroRpcClient. appendBatch(List<Event> events) | 
| void | LoadBalancingRpcClient. appendBatch(List<Event> events) | 
| void | FailoverRpcClient. appendBatch(List<Event> events)Tries to append a list of events to the currently connected client. | 
| abstract void | AbstractRpcClient. appendBatch(List<Event> events) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | RollingFileSink. process() | 
| Sink.Status | NullSink. process() | 
| Sink.Status | LoggerSink. process() | 
| Sink.Status | LoadBalancingSinkProcessor. process() | 
| Sink.Status | FailoverSinkProcessor. process() | 
| Sink.Status | DefaultSinkProcessor. process() | 
| Sink.Status | AbstractRpcSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | ElasticSearchSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | HBaseSink. process() | 
| Sink.Status | AsyncHBaseSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | HDFSEventSink. process()Pull events out of channel and send it to HDFS. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | HiveSink. process()Pull events out of channel, find corresponding HiveWriter and write to it. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | HttpSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | IRCSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | KafkaSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | DatasetSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| E | EntityParser. parse(Event event,
     E reuse)Parse a Kite entity from a Flume event | 
| org.apache.avro.generic.GenericRecord | AvroParser. parse(Event event,
     org.apache.avro.generic.GenericRecord reuse)Parse the entity from the body of the given event. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SavePolicy. close() | 
| void | RetryPolicy. close() | 
| void | FailurePolicy. close()Close this FailurePolicy and release any resources. | 
| void | SavePolicy. handle(Event event,
      Throwable cause) | 
| void | RetryPolicy. handle(Event event,
      Throwable cause) | 
| void | FailurePolicy. handle(Event event,
      Throwable cause)Handle a non-recoverable event. | 
| void | SavePolicy. sync() | 
| void | RetryPolicy. sync() | 
| void | FailurePolicy. sync()Ensure any handled events are on stable storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink.Status | MorphlineSink. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PollableSource.Status | StressSource. doProcess() | 
| protected PollableSource.Status | SequenceGeneratorSource. doProcess() | 
| protected abstract PollableSource.Status | AbstractPollableSource. doProcess() | 
| PollableSource.Status | AbstractPollableSource. process() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PollableSource.Status | JMSSource. doProcess() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PollableSource.Status | KafkaSource. doProcess() | 
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.