commit | 251c341dad3b6217cd61cb5d27914bdac52a29a1 | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@gmail.com> | Mon Nov 11 20:52:29 2013 -0800 |
committer | zheilbron <zheilbron@gmail.com> | Mon Nov 11 20:52:29 2013 -0800 |
tree | 7b3ba128af8ca33914153488c0a39e561b4cd775 | |
parent | c0ea3e3b24b206f2517447c5688578319deacbfe [diff] |
added ability to trigger an application state dump through the rest api
diff --git a/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/NoBudgetIndexLifecycleManager.java b/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/NoBudgetIndexLifecycleManager.java index 5484f78..0c97230 100644 --- a/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/NoBudgetIndexLifecycleManager.java +++ b/pregelix-dataflow/src/main/java/edu/uci/ics/pregelix/dataflow/context/NoBudgetIndexLifecycleManager.java
@@ -178,7 +178,7 @@ } } - private void dumpState(OutputStream os) throws IOException { + public void dumpState(OutputStream os) throws IOException { StringBuilder sb = new StringBuilder(); String headerFormat = "%-20s %-10s %-20s %-20s %-20s\n";