| 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. | 
Copyright © 2016 Apache Software Foundation. All Rights Reserved.