Package saga :: Package job :: Class description
[frames] | no frames]

Class description

source code

 object --+            
          |            
??.instance --+        
              |        
 _engine.object --+    
                  |    
   _job.description --+
                      |
                     description

Nested Classes
    Inherited from _engine.object
  object_type
Instance Methods

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

    Inherited from _job.description
 
__init__(...)
__init__( (object)arg1) -> None :
 
attribute_exists(...)
attribute_exists( (description)arg1, (str)arg2) -> bool : tests if the given attribute exists for this instance (plain)
 
attribute_is_readonly(...)
attribute_is_readonly( (description)arg1, (str)arg2) -> bool : tests if the given attribute is read only (plain)
 
attribute_is_removable(...)
attribute_is_removable( (description)arg1, (str)arg2) -> bool : tests if the given attribute is removable (plain)
 
attribute_is_vector(...)
attribute_is_vector( (description)arg1, (str)arg2) -> bool : tests if the given attribute is a vector attribute (plain)
 
attribute_is_writable(...)
attribute_is_writable( (description)arg1, (str)arg2) -> bool : tests if the given attribute is writable (plain)
 
find_attributes(...)
find_attributes( (description)arg1, (str)arg2) -> object : find attributes matching the given pattern (plain)
 
get_attribute(...)
get_attribute( (description)arg1, (str)arg2) -> str : returns a (scalar) attribute associated with this object (plain)
 
get_vector_attribute(...)
get_vector_attribute( (description)arg1, (str)arg2) -> object : returns a (vector) attribute associated with this object (plain)
 
list_attributes(...)
list_attributes( (description)arg1) -> object : lists the keys of all attributes associated with this object (plain)
 
remove_attribute(...)
remove_attribute( (description)arg1, (str)arg2) -> None : removes an attribute associated with this object (plain)
 
set_attribute(...)
set_attribute( (description)arg1, (str)arg2, (str)arg3) -> None : sets a (scalar) attribute associated with this object (plain)
 
set_vector_attribute(...)
set_vector_attribute( (description)arg1, (str)arg2, (object)arg3) -> None : sets a (vector) attribute associated with this object (plain)
    Inherited from _engine.object
 
__reduce__(...)
helper for pickle
 
clone(...)
clone( (object)arg1) -> object : create a deep copy of the object
 
get_id(...)
get_id( (object)arg1) -> uuid : returns the id of this instance
 
get_object_type_name(...)
get_object_type_name( (object_type)arg1) -> str : return the name of a given object type
 
get_session(...)
get_session( (object)arg1) -> session : return the session associated with this object instance
 
get_type(...)
get_type( (object)arg1) -> object_type : returns the type of this instance
Class Variables
    Inherited from _engine.object
  Advert = saga._engine.object_type.Advert
  AdvertDirectory = saga._engine.object_type.AdvertDirectory
  Buffer = saga._engine.object_type.Buffer
  CPRCheckpoint = saga._engine.object_type.CPRCheckpoint
  CPRDirectory = saga._engine.object_type.CPRDirectory
  CPRJob = saga._engine.object_type.CPRJob
  CPRJobDescription = saga._engine.object_type.CPRJobDescription
  CPRJobSelf = saga._engine.object_type.CPRJobSelf
  CPRJobService = saga._engine.object_type.CPRJobService
  Context = saga._engine.object_type.Context
  Directory = saga._engine.object_type.Directory
  Endpoint = saga._engine.object_type.Endpoint
  EntityData = saga._engine.object_type.EntityData
  EntityDataSet = saga._engine.object_type.EntityDataSet
  EntityNavigator = saga._engine.object_type.EntityNavigator
  Exception = saga._engine.object_type.Exception
  File = saga._engine.object_type.File
  IOVec = saga._engine.object_type.IOVec
  Job = saga._engine.object_type.Job
  JobDescription = saga._engine.object_type.JobDescription
  JobSelf = saga._engine.object_type.JobSelf
  JobService = saga._engine.object_type.JobService
  LogicalDirectory = saga._engine.object_type.LogicalDirectory
  LogicalFile = saga._engine.object_type.LogicalFile
  Metric = saga._engine.object_type.Metric
  Msg = saga._engine.object_type.Msg
  NSDirectory = saga._engine.object_type.NSDirectory
  NSEntry = saga._engine.object_type.NSEntry
  Parameter = saga._engine.object_type.Parameter
  RPC = saga._engine.object_type.RPC
  ServiceData = saga._engine.object_type.ServiceData
  ServiceDescription = saga._engine.object_type.ServiceDescription
  ServiceDiscoverer = saga._engine.object_type.ServiceDiscoverer
  Session = saga._engine.object_type.Session
  Stream = saga._engine.object_type.Stream
  StreamServer = saga._engine.object_type.StreamServer
  Task = saga._engine.object_type.Task
  TaskContainer = saga._engine.object_type.TaskContainer
  URL = saga._engine.object_type.URL
  __instance_size__ = 32
Properties

Inherited from object: __class__

    Inherited from _job.description
  arguments
accesses the vector attribute 'arguments'
  candidate_hosts
accesses the vector attribute 'candidate_hosts'
  cleanup
accesses the attribute 'cleanup'
  cpu_architecture
accesses the attribute 'cpu_architecture'
  environment
accesses the vector attribute 'environment'
  error
accesses the attribute 'error'
  executable
accesses the attribute 'executable'
  file_transfer
accesses the vector attribute 'file_transfer'
  input
accesses the attribute 'input'
  interactive
accesses the attribute 'interactive'
  job_contact
accesses the attribute 'job_contact'
  job_project
accesses the vector attribute 'job_project'
  job_start_time
accesses the attribute 'job_start_time'
  number_of_processes
accesses the attribute 'number_of_processes'
  operating_system_type
accesses the attribute 'operating_system_type'
  output
accesses the attribute 'output'
  processes_per_host
accesses the attribute 'processes_per_host'
  queue
accesses the attribute 'queue'
  spmd_variation
accesses the attribute 'spmd_variation'
  threads_per_process
accesses the attribute 'threads_per_process'
  total_cpu_count
accesses the attribute 'total_cpu_count'
  total_cpu_time
accesses the attribute 'total_cpu_time'
  total_physical_memory
accesses the attribute 'total_physical_memory'
  wall_time_limit
accesses the attribute 'wall_time_limit'
  working_directory
accesses the attribute 'working_directory'
    Inherited from _engine.object
  id
returns the id of this instance
  session
return the session associated with this object instance
  type
returns the type of this instance