Class ResourceUtilizationTransientWorkspaceInfo

    • Constructor Detail

      • ResourceUtilizationTransientWorkspaceInfo

        public ResourceUtilizationTransientWorkspaceInfo​(java.lang.String owner,
                                                         long size,
                                                         Session.SessionState sessionState,
                                                         int sessionClientId,
                                                         java.lang.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 Detail

      • getSessionState

        public Session.SessionState 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

        public java.lang.String getSessionSubmissionName()
        Gets the label that describes what is executing in the session.
        Returns:
        The label that describes what is executing in the session.