Package | Description |
---|---|
com.sas.lsaf.content.utilization |
Service and class definitions for retrieving resource utilization information.
|
com.sas.lsaf.execution.session |
The classes and interfaces to query and manage execution sessions.
|
Modifier and Type | Method and Description |
---|---|
Session.SessionState |
ResourceUtilizationTransientWorkspaceInfo.getSessionState()
Gets the state of the session.
|
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 |
---|---|
Session.SessionState |
Session.getState()
Gets the state of the session.
|
Session.SessionState |
SessionQuery.getState()
Gets the state of the session to query.
|
static Session.SessionState |
Session.SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.SessionState[] |
Session.SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionQuery.setState(Session.SessionState state)
Sets the state of the session to query.
|
Constructor and Description |
---|
Session(String typeId,
String id,
Date started,
Date ended,
Session.SessionType type,
Session.SessionState state,
String userId,
String submissionLabel,
int clientId)
The initializing constructor.
|
Session(String typeId,
String id,
Date started,
Date ended,
Session.SessionType type,
Session.SessionState state,
String userId,
String submissionLabel,
int clientId,
Session.SessionEngine engine,
long logErrors,
long logWarnings)
The initializing constructor.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>