Uses of Class
org.gcube.vremanagement.resourcemanager.impl.deployment.VirtualNode

Packages that use VirtualNode
org.gcube.vremanagement.resourcemanager.impl.deployment   
org.gcube.vremanagement.resourcemanager.impl.resources   
 

Uses of VirtualNode in org.gcube.vremanagement.resourcemanager.impl.deployment
 

Methods in org.gcube.vremanagement.resourcemanager.impl.deployment that return VirtualNode
static VirtualNode VirtualNodeManager.getNode(java.lang.String ID, GCUBEScope scope)
          Gets or builds the VirtualNode
 

Method parameters in org.gcube.vremanagement.resourcemanager.impl.deployment with type arguments of type VirtualNode
static void VirtualNodeManager.setNodes(java.util.Map<java.lang.String,VirtualNode> nodes)
          Assigns the initial set of nodes to the manager.
 

Uses of VirtualNode in org.gcube.vremanagement.resourcemanager.impl.resources
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources that return types with arguments of type VirtualNode
 java.util.List<VirtualNode> ScopedDeployedService.getNodes()
          Gets the list of VirtualNodes where the service is actually deployed within this scope
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources with parameters of type VirtualNode
 void ScopedDeployedService.scheduleUndeploy(VirtualNode node)
          Schedules the undeployment of an instance of this service from the node
 void ScopedDeployedService.setTargetGHN(VirtualNode node)
          Sets the GHN where the service will be deployed