Package | Description |
---|---|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
|
com.sas.lsaf.execution.session |
The classes and interfaces to query and manage execution sessions.
|
Modifier and Type | Method and Description |
---|---|
EngineType |
ManifestSystemFile.getType()
Gets the type of system that generated the file.
|
Constructor and Description |
---|
ManifestSystemFile(ManifestFile manifestFile,
EngineType type)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
static EngineType |
EngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineType[] |
EngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.getLogFileSizeForEngine(String id,
EngineType engineType)
Gets the size (in bytes) of the log file for the specified
engine that generated the file. |
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.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.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. |
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>