public class ResourceUtilizationTransientWorkspaceInfo extends ResourceUtilizationWorkspaceInfo
Constructor and Description |
---|
ResourceUtilizationTransientWorkspaceInfo(String owner,
long size,
Session.SessionState sessionState,
int sessionClientId,
String sessionSubmissionName)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getSessionClientId()
Gets the incremental number that is assigned to a session.
|
Session.SessionState |
getSessionState()
Gets the state of the session.
|
String |
getSessionSubmissionName()
Gets the label that describes what is executing in the session.
|
int |
hashCode() |
String |
toString() |
getOwner, getSize
public ResourceUtilizationTransientWorkspaceInfo(String owner, long size, Session.SessionState sessionState, int sessionClientId, String sessionSubmissionName)
owner
- The userId of the owner of the workspace item.size
- The total size (in bytes) of the workspace item.sessionState
- The state of the session.sessionClientId
- The incremental number that is assigned to a session.sessionSubmissionName
- The label that describes what is executing in the session.public Session.SessionState getSessionState()
public int getSessionClientId()
public String getSessionSubmissionName()
public int hashCode()
hashCode
in class ResourceUtilizationWorkspaceInfo
public boolean equals(Object obj)
equals
in class ResourceUtilizationWorkspaceInfo
public String toString()
toString
in class ResourceUtilizationWorkspaceInfo
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>