public static class TestMasterObserver.Obs extends DefaultMasterObserver
| Modifier and Type | Field and Description | 
|---|---|
| static int | postApp | 
| static int | postSuperstep | 
| static int | preApp | 
| static int | preSuperstep | 
| Constructor and Description | 
|---|
| Obs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | postApplication() | 
| void | postSuperstep(long superstep) | 
| void | preApplication() | 
| void | preSuperstep(long superstep) | 
applicationFailed, getConf, setConf, superstepMetricsUpdatepublic static int preApp
public static int preSuperstep
public static int postSuperstep
public static int postApp
public void preApplication()
preApplication in interface MasterObserverpreApplication in class DefaultMasterObserverpublic void postApplication()
postApplication in interface MasterObserverpostApplication in class DefaultMasterObserverpublic void preSuperstep(long superstep)
preSuperstep in interface MasterObserverpreSuperstep in class DefaultMasterObserverpublic void postSuperstep(long superstep)
postSuperstep in interface MasterObserverpostSuperstep in class DefaultMasterObserverCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.