Package | Description |
---|---|
com.sas.lsaf.execution.session |
The classes and interfaces to query and manage execution sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionNotFoundException
Thrown when the session is not found.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionService.deleteSession(String id)
Deletes a session.
|
Session |
SessionService.endSession(String id)
Ends a session.
|
String |
SessionService.getLogFileContents(String id)
Gets the log file contents for the session, if the size of the file does not exceed 5 megabytes (5,242,880
bytes).
|
String |
SessionService.getLogFileContentsForEngine(String id,
EngineType engineType)
Gets the log file contents for the specified
engine that generated the file, if the size of
the file does not exceed 5 megabytes (5,242,880 bytes). |
long |
SessionService.getLogFileSize(String id)
Gets the size (in bytes) of the log file for the session.
|
long |
SessionService.getLogFileSizeForEngine(String id,
EngineType engineType)
Gets the size (in bytes) of the log file for the specified
engine that generated the file. |
String |
SessionService.getResultsFileContents(String id)
Gets the results file for the session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).
|
String |
SessionService.getResultsFileContentsForEngine(String id,
EngineType engineType)
Gets the results file for the specified
engine that generated the file, if the size of the
file does not exceed 5 megabytes (5,242,880 bytes). |
long |
SessionService.getResultsFileSize(String id)
Gets the size (in bytes) of the results file for the session.
|
long |
SessionService.getResultsFileSizeForEngine(String id,
EngineType engineType)
Gets the size (in bytes) of the results file for the specified
engine that generated the file. |
String |
SessionService.saveLogFileForEngineToCurrentUserWorkspace(String id,
EngineType engineType,
String logPath)
Saves the log file for the specified
engine to the current user's workspace, in the specified
location. |
String |
SessionService.saveLogFileToCurrentUserWorkspace(String id,
String logPath)
Saves the log file for the session to the current user's workspace, in the specified location.
|
String |
SessionService.saveResultsFileForEngineToCurrentUserWorkspace(String id,
EngineType engineType,
String resultsPath)
Saves the results file for the specified
engine to the current user's workspace, in the specified
location. |
String |
SessionService.saveResultsFileToCurrentUserWorkspace(String id,
String resultsPath)
Saves the results file for the session to the current user's workspace, in the specified location.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>