Package com.sas.lsaf.content.utilization
Class ResourceUtilizationTransientWorkspaceInfo
java.lang.Object
com.sas.lsaf.content.utilization.ResourceUtilizationWorkspaceInfo
com.sas.lsaf.content.utilization.ResourceUtilizationTransientWorkspaceInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceUtilizationTransientWorkspaceInfo(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. -
Method Summary
Methods inherited from class com.sas.lsaf.content.utilization.ResourceUtilizationWorkspaceInfo
getOwner, getSize
-
Constructor Details
-
ResourceUtilizationTransientWorkspaceInfo
public 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. They should only deal with those returned by the API.- Parameters:
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.
-
-
Method Details
-
getSessionState
Gets the state of the session.- Returns:
- The state of the session.
-
getSessionClientId
public int getSessionClientId()Gets the incremental number that is assigned to a session.- Returns:
- The incremental number that is assigned to a session.
-
getSessionSubmissionName
Gets the label that describes what is executing in the session.- Returns:
- The label that describes what is executing in the session.
-
hashCode
public int hashCode()- Overrides:
hashCodein classResourceUtilizationWorkspaceInfo
-
equals
- Overrides:
equalsin classResourceUtilizationWorkspaceInfo
-
toString
- Overrides:
toStringin classResourceUtilizationWorkspaceInfo
-