|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.resourcemanager.impl.deployment.VirtualNodeManager
public class VirtualNodeManager
Manager for VirtualNode
s
Constructor Summary | |
---|---|
VirtualNodeManager()
|
Method Summary | |
---|---|
static VirtualNode |
getNode(java.lang.String ID,
GCUBEScope scope)
Gets or builds the VirtualNode |
static void |
setNodes(java.util.Map<java.lang.String,VirtualNode> nodes)
Assigns the initial set of nodes to the manager. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualNodeManager()
Method Detail |
---|
public static VirtualNode getNode(java.lang.String ID, GCUBEScope scope) throws VirtualNode.NoGHNFoundException
ID
- the node identifierscope
- the deployment scope
VirtualNode.NoGHNFoundException
- if the node does not existpublic static void setNodes(java.util.Map<java.lang.String,VirtualNode> nodes)
nodes
- the set of nodes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |