Uses of Enum Class
com.sas.lsaf.execution.session.EngineType
Packages that use EngineType
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
The classes and interfaces to query and manage execution sessions.
-
Uses of EngineType in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return EngineTypeModifier and TypeMethodDescriptionManifestSystemFile.getType()Gets the type of system that generated the file.Constructors in com.sas.lsaf.execution.job with parameters of type EngineTypeModifierConstructorDescriptionManifestSystemFile(ManifestFile manifestFile, EngineType type) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of EngineType in com.sas.lsaf.execution.session
Methods in com.sas.lsaf.execution.session that return EngineTypeModifier and TypeMethodDescriptionstatic EngineTypeReturns the enum constant of this class with the specified name.static EngineType[]EngineType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.execution.session with parameters of type EngineTypeModifier and TypeMethodDescriptionSessionService.getLogFileContentsForEngine(String id, EngineType engineType) Gets the log file contents for the specifiedenginethat generated the file, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).longSessionService.getLogFileSizeForEngine(String id, EngineType engineType) Gets the size (in bytes) of the log file for the specifiedenginethat generated the file.SessionService.getResultsFileContentsForEngine(String id, EngineType engineType) Gets the results file for the specifiedenginethat generated the file, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).longSessionService.getResultsFileSizeForEngine(String id, EngineType engineType) Gets the size (in bytes) of the results file for the specifiedenginethat generated the file.SessionService.saveLogFileForEngineToCurrentUserWorkspace(String id, EngineType engineType, String logPath) Saves the log file for the specifiedengineto the current user's workspace, in the specified location.SessionService.saveResultsFileForEngineToCurrentUserWorkspace(String id, EngineType engineType, String resultsPath) Saves the results file for the specifiedengineto the current user's workspace, in the specified location.