| Package | Description |
|---|---|
| org.apache.flume | |
| org.apache.flume.sink |
| 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
|
static Sink.Status |
Sink.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sink.Status[] |
Sink.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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() |
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.