|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sink | |
|---|---|
| org.apache.flume | |
| org.apache.flume.sink | |
| org.apache.flume.sink.hdfs | |
| Uses of Sink in org.apache.flume |
|---|
| Subinterfaces of Sink in org.apache.flume | |
|---|---|
interface |
PollableSink
|
| Methods in org.apache.flume that return Sink | |
|---|---|
Sink |
SinkFactory.create(String name)
|
Sink |
SinkRunner.getSink()
|
| Methods in org.apache.flume with parameters of type Sink | |
|---|---|
static SinkRunner |
SinkRunner.forSink(Sink sink)
|
void |
SinkRunner.setSink(Sink sink)
|
| Method parameters in org.apache.flume with type arguments of type Sink | |
|---|---|
boolean |
SinkFactory.register(String name,
Class<? extends Sink> sinkClass)
|
| Uses of Sink in org.apache.flume.sink |
|---|
| Classes in org.apache.flume.sink that implement Sink | |
|---|---|
class |
AbstractSink
|
class |
AvroSink
A Sink implementation that can send events to an Avro server (such as
Flume's AvroSource). |
class |
LoggerSink
A Sink implementation that logs all events received at the INFO level
to the org.apache.flume.sink.LoggerSink logger. |
class |
NullSink
A Sink implementation that simply discards all events it receives. |
class |
RollingFileSink
|
| Fields in org.apache.flume.sink with type parameters of type Sink | |
|---|---|
Map<String,Class<? extends Sink>> |
DefaultSinkFactory.sinkRegistry
|
| Methods in org.apache.flume.sink that return Sink | |
|---|---|
Sink |
DefaultSinkFactory.create(String name)
|
| Methods in org.apache.flume.sink that return types with arguments of type Sink | |
|---|---|
Map<String,Class<? extends Sink>> |
DefaultSinkFactory.getSinkRegistry()
|
| Method parameters in org.apache.flume.sink with type arguments of type Sink | |
|---|---|
boolean |
DefaultSinkFactory.register(String name,
Class<? extends Sink> sinkClass)
|
void |
DefaultSinkFactory.setSinkRegistry(Map<String,Class<? extends Sink>> sinkRegistry)
|
| Uses of Sink in org.apache.flume.sink.hdfs |
|---|
| Classes in org.apache.flume.sink.hdfs that implement Sink | |
|---|---|
class |
HDFSEventSink
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||