Package | Description |
---|---|
org.apache.hadoop.chukwa.datatrigger |
Modifier and Type | Method and Description |
---|---|
static TriggerEvent |
TriggerEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerEvent[] |
TriggerEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerAction.execute(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus[] src,
TriggerEvent triggerEvent) |
void |
HttpTriggerAction.execute(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus[] src,
TriggerEvent triggerEvent)
Iterates over each URL found, fetched other settings and fires and HTTP
request.
|
protected String |
HttpTriggerAction.getBody(org.apache.hadoop.conf.Configuration conf,
TriggerEvent triggerEvent,
int reqNumber) |
protected int |
HttpTriggerAction.getConnectTimeout(org.apache.hadoop.conf.Configuration conf,
TriggerEvent triggerEvent,
int reqNumber) |
protected Map<String,String> |
HttpTriggerAction.getHeaders(org.apache.hadoop.conf.Configuration conf,
TriggerEvent triggerEvent,
int reqNumber) |
protected String |
HttpTriggerAction.getMethod(org.apache.hadoop.conf.Configuration conf,
TriggerEvent triggerEvent,
int reqNumber) |
protected int |
HttpTriggerAction.getReadTimeout(org.apache.hadoop.conf.Configuration conf,
TriggerEvent triggerEvent,
int reqNumber) |
protected URL |
HttpTriggerAction.getUrl(org.apache.hadoop.conf.Configuration conf,
TriggerEvent triggerEvent,
int reqNumber) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.