public class ActiveWorkunitWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_clusterName |
protected String |
local_clusterQueueName |
protected String |
local_clusterType |
protected String |
local_duration |
protected String |
local_extra |
protected String |
local_gID |
protected String |
local_graphName |
protected String |
local_instance |
protected boolean |
local_isPausing |
protected String |
local_jobname |
protected int |
local_memoryBlocked |
protected String |
local_owner |
protected String |
local_priority |
protected String |
local_queueName |
protected String |
local_server |
protected String |
local_state |
protected int |
local_stateID |
protected String |
local_targetClusterName |
protected String |
local_warning |
protected String |
local_wuid |
| Constructor and Description |
|---|
ActiveWorkunitWrapper() |
ActiveWorkunitWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.ActiveWorkunit activeworkunit) |
ActiveWorkunitWrapper(String _wuid,
String _state,
int _stateID,
String _owner,
String _jobname,
String _server,
String _instance,
String _priority,
String _extra,
String _graphName,
String _duration,
String _gID,
String _queueName,
int _memoryBlocked,
boolean _isPausing,
String _warning,
String _clusterName,
String _clusterType,
String _clusterQueueName,
String _targetClusterName) |
protected String local_wuid
protected String local_state
protected int local_stateID
protected String local_owner
protected String local_jobname
protected String local_server
protected String local_instance
protected String local_priority
protected String local_extra
protected String local_graphName
protected String local_duration
protected String local_gID
protected String local_queueName
protected int local_memoryBlocked
protected boolean local_isPausing
protected String local_warning
protected String local_clusterName
protected String local_clusterType
protected String local_clusterQueueName
protected String local_targetClusterName
public ActiveWorkunitWrapper()
public ActiveWorkunitWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.ActiveWorkunit activeworkunit)
public ActiveWorkunitWrapper(String _wuid, String _state, int _stateID, String _owner, String _jobname, String _server, String _instance, String _priority, String _extra, String _graphName, String _duration, String _gID, String _queueName, int _memoryBlocked, boolean _isPausing, String _warning, String _clusterName, String _clusterType, String _clusterQueueName, String _targetClusterName)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.ActiveWorkunit getRaw()
public void setWuid(String _wuid)
public String getWuid()
public void setState(String _state)
public String getState()
public void setStateID(int _stateID)
public int getStateID()
public void setOwner(String _owner)
public String getOwner()
public void setJobname(String _jobname)
public String getJobname()
public void setServer(String _server)
public String getServer()
public void setInstance(String _instance)
public String getInstance()
public void setPriority(String _priority)
public String getPriority()
public void setExtra(String _extra)
public String getExtra()
public void setGraphName(String _graphName)
public String getGraphName()
public void setDuration(String _duration)
public String getDuration()
public void setGID(String _gID)
public String getGID()
public void setQueueName(String _queueName)
public String getQueueName()
public void setMemoryBlocked(int _memoryBlocked)
public int getMemoryBlocked()
public void setIsPausing(boolean _isPausing)
public boolean getIsPausing()
public void setWarning(String _warning)
public String getWarning()
public void setClusterName(String _clusterName)
public String getClusterName()
public void setClusterType(String _clusterType)
public String getClusterType()
public void setClusterQueueName(String _clusterQueueName)
public String getClusterQueueName()
public void setTargetClusterName(String _targetClusterName)
public String getTargetClusterName()
Copyright © 2021. All rights reserved.