|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NamedComponent in org.apache.flume |
---|
Subinterfaces of NamedComponent in org.apache.flume | |
---|---|
interface |
Channel
A channel connects a Source to a Sink . |
interface |
ChannelSelector
Allows the selection of a subset of channels from the given set based on its implementation policy. |
interface |
EventDrivenSource
A Source that does not need an external driver to poll for
events to ingest; it provides its own event-driven
mechanism to invoke event processing. |
interface |
PollableSource
A Source that requires an external driver to poll to determine
whether there are events that are available to ingest
from the source. |
interface |
Sink
A sink is connected to a Channel and consumes its contents, sending them to a configured destination that may vary according to the sink type. |
interface |
Source
A source generates and calls methods on the configured ChannelProcessor to persist those events into the
configured channels. |
Uses of NamedComponent in org.apache.flume.channel |
---|
Classes in org.apache.flume.channel that implement NamedComponent | |
---|---|
class |
AbstractChannel
|
class |
AbstractChannelSelector
|
class |
BasicChannelSemantics
An implementation of basic Channel semantics, including the
implied thread-local semantics of the Transaction class,
which is required to extend BasicTransactionSemantics . |
class |
MemoryChannel
MemoryChannel is the recommended channel to use when speeds which writing to disk is impractical is required or durability of data is not required. |
class |
MultiplexingChannelSelector
|
class |
PseudoTxnMemoryChannel
A capacity-capped Channel implementation that supports in-memory
buffering and delivery of events. |
class |
ReplicatingChannelSelector
Replicating channel selector. |
Uses of NamedComponent in org.apache.flume.channel.file |
---|
Classes in org.apache.flume.channel.file that implement NamedComponent | |
---|---|
class |
FileChannel
A durable Channel implementation that uses the local file system for
its storage. |
Uses of NamedComponent in org.apache.flume.channel.jdbc |
---|
Classes in org.apache.flume.channel.jdbc that implement NamedComponent | |
---|---|
class |
JdbcChannel
A JDBC based channel implementation. |
Uses of NamedComponent in org.apache.flume.channel.recoverable.memory |
---|
Classes in org.apache.flume.channel.recoverable.memory that implement NamedComponent | |
---|---|
class |
RecoverableMemoryChannel
Deprecated. The RecoverableMemoryChannel has been deprecated in favor of FileChannel , which gives better
performance and is also durable. |
Uses of NamedComponent in org.apache.flume.sink |
---|
Classes in org.apache.flume.sink that implement NamedComponent | |
---|---|
class |
AbstractSink
|
class |
AvroSink
A Sink implementation that can send events to an RPC 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
|
Uses of NamedComponent in org.apache.flume.sink.elasticsearch |
---|
Classes in org.apache.flume.sink.elasticsearch that implement NamedComponent | |
---|---|
class |
ElasticSearchSink
A sink which reads events from a channel and writes them to ElasticSearch based on the work done by https://github.com/Aconex/elasticflume.git. |
Uses of NamedComponent in org.apache.flume.sink.hbase |
---|
Classes in org.apache.flume.sink.hbase that implement NamedComponent | |
---|---|
class |
AsyncHBaseSink
A simple sink which reads events from a channel and writes them to HBase. |
class |
HBaseSink
A simple sink which reads events from a channel and writes them to HBase. |
Uses of NamedComponent in org.apache.flume.sink.hdfs |
---|
Classes in org.apache.flume.sink.hdfs that implement NamedComponent | |
---|---|
class |
HDFSEventSink
|
Uses of NamedComponent in org.apache.flume.sink.irc |
---|
Classes in org.apache.flume.sink.irc that implement NamedComponent | |
---|---|
class |
IRCSink
|
Uses of NamedComponent in org.apache.flume.source |
---|
Classes in org.apache.flume.source that implement NamedComponent | |
---|---|
class |
AbstractSource
|
class |
AvroSource
A Source implementation that receives Avro events from clients that
implement AvroSourceProtocol . |
class |
ExecSource
A Source implementation that executes a Unix process and turns each
line of text into an event. |
class |
MultiportSyslogTCPSource
|
class |
NetcatSource
A netcat-like source that listens on a given port and turns each line of text into an event. |
class |
SequenceGeneratorSource
|
class |
SpoolDirectorySource
|
class |
StressSource
Internal load-generating source implementation. |
class |
SyslogTcpSource
|
class |
SyslogUDPSource
|
Uses of NamedComponent in org.apache.flume.source.avroLegacy |
---|
Classes in org.apache.flume.source.avroLegacy that implement NamedComponent | |
---|---|
class |
AvroLegacySource
A Source implementation that receives Avro events from Avro sink of
Flume OG |
Uses of NamedComponent in org.apache.flume.source.http |
---|
Classes in org.apache.flume.source.http that implement NamedComponent | |
---|---|
class |
HTTPSource
A source which accepts Flume Events by HTTP POST and GET. |
Uses of NamedComponent in org.apache.flume.source.scribe |
---|
Classes in org.apache.flume.source.scribe that implement NamedComponent | |
---|---|
class |
ScribeSource
Flume should adopt the Scribe entry LogEntry from existing
Scribe system. |
Uses of NamedComponent in org.apache.flume.source.thriftLegacy |
---|
Classes in org.apache.flume.source.thriftLegacy that implement NamedComponent | |
---|---|
class |
ThriftLegacySource
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |