Package org.cyclos.impl.utils.cluster
Class ClusterStopProfilingResult
- java.lang.Object
-
- org.cyclos.impl.utils.cluster.ClusterStopProfilingResult
-
- All Implemented Interfaces:
Serializable
public class ClusterStopProfilingResult extends Object implements Serializable
Data returned when profiling is stopped in the cluster- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterStopProfilingResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartProfilingParamsgetParams()Map<String,ClusterHostProfilingResult>getResultsByHost()voidsetParams(StartProfilingParams params)voidsetResultsByHost(Map<String,ClusterHostProfilingResult> resultsByHost)
-
-
-
Method Detail
-
getParams
public StartProfilingParams getParams()
-
getResultsByHost
public Map<String,ClusterHostProfilingResult> getResultsByHost()
-
setParams
public void setParams(StartProfilingParams params)
-
setResultsByHost
public void setResultsByHost(Map<String,ClusterHostProfilingResult> resultsByHost)
-
-