public interface AppHistoryServerPlugin
| Modifier and Type | Method and Description | 
|---|---|
scala.collection.Seq<SparkListener> | 
createListeners(SparkConf conf,
               org.apache.spark.status.ElementTrackingStore store)
Creates listeners to replay the event logs. 
 | 
int | 
displayOrder()
The position of a plugin tab relative to the other plugin tabs in the history UI. 
 | 
void | 
setupUI(org.apache.spark.ui.SparkUI ui)
Sets up UI of this plugin to rebuild the history UI. 
 | 
scala.collection.Seq<SparkListener> createListeners(SparkConf conf, org.apache.spark.status.ElementTrackingStore store)
conf - (undocumented)store - (undocumented)int displayOrder()
void setupUI(org.apache.spark.ui.SparkUI ui)
ui - (undocumented)