org.apache.hadoop.chukwa.datacollection.connector
Interface Connector
- All Known Implementing Classes:
- ChunkCatcherConnector, ConsoleOutConnector, HttpConnector, QueueToWriterConnector
public interface Connector
This class is responsible for setting up a long living process that
repeatedly calls the send
function of a Sender.
proxyTimestampField
static final int proxyTimestampField
- See Also:
- Constant Field Values
proxyURIField
static final int proxyURIField
- See Also:
- Constant Field Values
proxyRetryField
static final int proxyRetryField
- See Also:
- Constant Field Values
adaptorTimestampField
static final int adaptorTimestampField
- See Also:
- Constant Field Values
adaptorURIField
static final int adaptorURIField
- See Also:
- Constant Field Values
logTimestampField
static final int logTimestampField
- See Also:
- Constant Field Values
logSourceField
static final int logSourceField
- See Also:
- Constant Field Values
logApplicationField
static final int logApplicationField
- See Also:
- Constant Field Values
logEventField
static final int logEventField
- See Also:
- Constant Field Values
start
void start()
shutdown
void shutdown()
reloadConfiguration
void reloadConfiguration()
Copyright © ${year} The Apache Software Foundation