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, superstepMetricsUpdate
public static int preApp
public static int preSuperstep
public static int postSuperstep
public static int postApp
public void preApplication()
preApplication
in interface MasterObserver
preApplication
in class DefaultMasterObserver
public void postApplication()
postApplication
in interface MasterObserver
postApplication
in class DefaultMasterObserver
public void preSuperstep(long superstep)
preSuperstep
in interface MasterObserver
preSuperstep
in class DefaultMasterObserver
public void postSuperstep(long superstep)
postSuperstep
in interface MasterObserver
postSuperstep
in class DefaultMasterObserver
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.