|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventDeliveryException | |
|---|---|
| org.apache.flume | |
| org.apache.flume.api | |
| org.apache.flume.sink | |
| org.apache.flume.source | |
| Uses of EventDeliveryException in org.apache.flume |
|---|
| Methods in org.apache.flume that throw EventDeliveryException | |
|---|---|
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. |
| Uses of EventDeliveryException in org.apache.flume.api |
|---|
| Methods in org.apache.flume.api that throw EventDeliveryException | |
|---|---|
void |
ThriftRpcClient.append(Event event)
|
void |
RpcClient.append(Event event)
Send a single Event to 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)
|
| Uses of EventDeliveryException in org.apache.flume.sink |
|---|
| Methods in org.apache.flume.sink that throw EventDeliveryException | |
|---|---|
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()
|
| Uses of EventDeliveryException in org.apache.flume.source |
|---|
| Methods in org.apache.flume.source that throw EventDeliveryException | |
|---|---|
protected abstract PollableSource.Status |
AbstractPollableSource.doProcess()
|
PollableSource.Status |
StressSource.process()
|
PollableSource.Status |
SequenceGeneratorSource.process()
|
PollableSource.Status |
AbstractPollableSource.process()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||