Modifier and Type | Class and Description |
---|---|
class |
DirTailingAdaptor
Explore a whole directory hierarchy, looking for files to tail.
|
class |
ExecAdaptor
Runs a command inside chukwa.
|
class |
FileAdaptor
File Adaptor push small size file in one chunk to collector
|
class |
HeartbeatAdaptor |
class |
JMXAdaptor
Query metrics through JMX interface.
|
class |
OozieAdaptor |
class |
RegExDirTailingAdaptor |
class |
RestAdaptor |
class |
SocketAdaptor
SocketAdaptor reads TCP message from a port and convert the message to Chukwa
Chunk for transport from Chukwa Agent to Chukwa Collector.
|
class |
SyslogAdaptor
SyslogAdaptor reads UDP syslog message from a port and convert the message to Chukwa
Chunk for transport from Chukwa Agent to Chukwa Collector.
|
class |
UDPAdaptor |
Modifier and Type | Class and Description |
---|---|
class |
CharFileTailingAdaptorUTF8
A subclass of FileTailingAdaptor that reads UTF8/ascii files and splits
records at carriage returns.
|
class |
CharFileTailingAdaptorUTF8NewLineEscaped
A subclass of FileTailingAdaptor that reads UTF8/ascii files and splits
records at non-escaped carriage returns
|
class |
FileTailingAdaptor
An adaptor that repeatedly tails a specified file, sending the new bytes.
|
class |
FileTailingAdaptorPreserveLines
A subclass of FileTailingAdaptor that reads UTF8/ascii files and only send
chunks with complete lines.
|
class |
LWFTAdaptor
A base class for file tailing adaptors.
|
class |
RCheckFTAdaptor
Checkpoint state:
date modified of most-recently tailed file, offset of first byte of that file,
then regular FTA arts
|
Modifier and Type | Class and Description |
---|---|
class |
JMSAdaptor
Adaptor that is able to listen to a JMS topic or queue for messages, receive
the message, and transform it to a Chukwa chunk.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemMetrics |
Modifier and Type | Class and Description |
---|---|
class |
ConstRateAdaptor
Emits chunks at a roughly constant data rate.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.