private static class BlockManager.StatsHelper extends java.lang.Object implements InitTermListener
| Modifier | Constructor and Description |
|---|---|
private |
StatsHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
This method is invoked when server is about to be started.
|
void |
terminate(java.lang.Throwable t)
This method is invoked when the server is terminating.
|
public void initialize()
initialize in interface InitTermListenerpublic void terminate(java.lang.Throwable t)
terminate in interface InitTermListenert - Error or exception which caused exit of the server. Can
be null if there was a normal end.