gr.uoa.di.madgik.execution.engine.utilities
Class Helper
java.lang.Object
gr.uoa.di.madgik.execution.engine.utilities.Helper
public class Helper
- extends Object
A helper class with useful utilities
- Author:
- john.gerbesiotis - DI NKUA
|
Method Summary |
static Set<String> |
getHostingNodes(gr.uoa.di.madgik.execution.engine.ExecutionHandle handle)
Parse a plan and return all required hosting nodes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Helper
public Helper()
getHostingNodes
public static Set<String> getHostingNodes(gr.uoa.di.madgik.execution.engine.ExecutionHandle handle)
- Parse a plan and return all required hosting nodes.
- Parameters:
handle -
- Returns:
- A set of Hosting Nodes
Copyright © 2013. All Rights Reserved.