org.apache.hadoop.chukwa.datacollection.connector
Interface Connector

All Known Implementing Classes:
ConsoleOutConnector, HttpConnector

public interface Connector

This class is responsible for setting up a long living process that repeatedly calls the send function of a Sender.


Field Summary
static int adaptorTimestampField
           
static int adaptorURIField
           
static int logApplicationField
           
static int logEventField
           
static int logSourceField
           
static int logTimestampField
           
static int proxyRetryField
           
static int proxyTimestampField
           
static int proxyURIField
           
 
Method Summary
 void reloadConfiguration()
           
 void shutdown()
           
 void start()
           
 

Field Detail

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
Method Detail

start

void start()

shutdown

void shutdown()

reloadConfiguration

void reloadConfiguration()


Copyright © ${year} The Apache Software Foundation