Class ProfileBuilder
- java.lang.Object
-
- org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
-
public class ProfileBuilder extends Object
- Author:
- Fabio Simeoni, Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description ProfileBuilder(ContainerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.common.resources.gcore.HostingNodecreate()Map<String,Double>loadStatistics()Map<String,Long>memoryUsage()voidupdate(org.gcube.common.resources.gcore.HostingNode node, boolean onLoad)Stringuptime()
-
-
-
Constructor Detail
-
ProfileBuilder
public ProfileBuilder(ContainerContext context)
-
-
Method Detail
-
create
public org.gcube.common.resources.gcore.HostingNode create()
-
update
public void update(org.gcube.common.resources.gcore.HostingNode node, boolean onLoad)
-
uptime
public String uptime()
-
-