Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | _engine.object --+ | description
Nested Classes | |
Inherited from _engine.object | |
---|---|
object_type |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|||
Inherited from _engine.object | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
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 | |
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 |
|
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 |
Method Details |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*)
|
attribute_exists( (description)arg1, (str)arg2) -> bool : tests if the given attribute exists for this instance (plain) C++ signature : bool attribute_exists(saga::job::description,std::string) attribute_exists( (description)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute exists for this instance (task based) C++ signature : saga::task attribute_exists(saga::job::description,saga::python::routine_type,std::string) |
attribute_is_readonly( (description)arg1, (str)arg2) -> bool : tests if the given attribute is read only (plain) C++ signature : bool attribute_is_readonly(saga::job::description,std::string) attribute_is_readonly( (description)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is read only (task based) C++ signature : saga::task attribute_is_readonly(saga::job::description,saga::python::routine_type,std::string) |
attribute_is_removable( (description)arg1, (str)arg2) -> bool : tests if the given attribute is removable (plain) C++ signature : bool attribute_is_removable(saga::job::description,std::string) attribute_is_removable( (description)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is removable (task based) C++ signature : saga::task attribute_is_removable(saga::job::description,saga::python::routine_type,std::string) |
attribute_is_vector( (description)arg1, (str)arg2) -> bool : tests if the given attribute is a vector attribute (plain) C++ signature : bool attribute_is_vector(saga::job::description,std::string) attribute_is_vector( (description)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is a vector attribute (task based) C++ signature : saga::task attribute_is_vector(saga::job::description,saga::python::routine_type,std::string) |
attribute_is_writable( (description)arg1, (str)arg2) -> bool : tests if the given attribute is writable (plain) C++ signature : bool attribute_is_writable(saga::job::description,std::string) attribute_is_writable( (description)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is writable (task based) C++ signature : saga::task attribute_is_writable(saga::job::description,saga::python::routine_type,std::string) |
find_attributes( (description)arg1, (str)arg2) -> object : find attributes matching the given pattern (plain) C++ signature : std::vector<std::string, std::allocator<std::string> > find_attributes(saga::job::description,std::string) find_attributes( (description)arg1, (routine_type)arg2, (str)arg3) -> task : find attributes matching the given pattern (task based) C++ signature : saga::task find_attributes(saga::job::description,saga::python::routine_type,std::string) |
get_attribute( (description)arg1, (str)arg2) -> str : returns a (scalar) attribute associated with this object (plain) C++ signature : std::string get_attribute(saga::job::description,std::string) get_attribute( (description)arg1, (routine_type)arg2, (str)arg3) -> task : returns a (scalar) attribute associated with this object (task based) C++ signature : saga::task get_attribute(saga::job::description,saga::python::routine_type,std::string) |
get_vector_attribute( (description)arg1, (str)arg2) -> object : returns a (vector) attribute associated with this object (plain) C++ signature : std::vector<std::string, std::allocator<std::string> > get_vector_attribute(saga::job::description,std::string) get_vector_attribute( (description)arg1, (routine_type)arg2, (str)arg3) -> task : returns a (vector) attribute associated with this object (task based) C++ signature : saga::task get_vector_attribute(saga::job::description,saga::python::routine_type,std::string) |
list_attributes( (description)arg1) -> object : lists the keys of all attributes associated with this object (plain) C++ signature : std::vector<std::string, std::allocator<std::string> > list_attributes(saga::job::description) list_attributes( (description)arg1, (routine_type)arg2) -> task : lists the keys of all attributes associated with this object (task based) C++ signature : saga::task list_attributes(saga::job::description,saga::python::routine_type) |
remove_attribute( (description)arg1, (str)arg2) -> None : removes an attribute associated with this object (plain) C++ signature : void remove_attribute(saga::job::description,std::string) remove_attribute( (description)arg1, (routine_type)arg2, (str)arg3) -> task : removes an attribute associated with this object (task based) C++ signature : saga::task remove_attribute(saga::job::description,saga::python::routine_type,std::string) |
set_attribute( (description)arg1, (str)arg2, (str)arg3) -> None : sets a (scalar) attribute associated with this object (plain) C++ signature : void set_attribute(saga::job::description,std::string,std::string) set_attribute( (description)arg1, (routine_type)arg2, (str)arg3, (str)arg4) -> task : sets a (scalar) attribute associated with this object (task based) C++ signature : saga::task set_attribute(saga::job::description,saga::python::routine_type,std::string,std::string) |
set_vector_attribute( (description)arg1, (str)arg2, (object)arg3) -> None : sets a (vector) attribute associated with this object (plain) C++ signature : void set_vector_attribute(saga::job::description,std::string,std::vector<std::string, std::allocator<std::string> >) set_vector_attribute( (description)arg1, (routine_type)arg2, (str)arg3, (object)arg4) -> task : sets a (vector) attribute associated with this object (task based) C++ signature : saga::task set_vector_attribute(saga::job::description,saga::python::routine_type,std::string,std::vector<std::string, std::allocator<std::string> >) |
Property Details |
argumentsaccesses the vector attribute 'arguments'
|
candidate_hostsaccesses the vector attribute 'candidate_hosts'
|
cleanupaccesses the attribute 'cleanup'
|
cpu_architectureaccesses the attribute 'cpu_architecture'
|
environmentaccesses the vector attribute 'environment'
|
erroraccesses the attribute 'error'
|
executableaccesses the attribute 'executable'
|
file_transferaccesses the vector attribute 'file_transfer'
|
inputaccesses the attribute 'input'
|
interactiveaccesses the attribute 'interactive'
|
job_contactaccesses the attribute 'job_contact'
|
job_projectaccesses the vector attribute 'job_project'
|
job_start_timeaccesses the attribute 'job_start_time'
|
number_of_processesaccesses the attribute 'number_of_processes'
|
operating_system_typeaccesses the attribute 'operating_system_type'
|
outputaccesses the attribute 'output'
|
processes_per_hostaccesses the attribute 'processes_per_host'
|
queueaccesses the attribute 'queue'
|
spmd_variationaccesses the attribute 'spmd_variation'
|
threads_per_processaccesses the attribute 'threads_per_process'
|
total_cpu_countaccesses the attribute 'total_cpu_count'
|
total_cpu_timeaccesses the attribute 'total_cpu_time'
|
total_physical_memoryaccesses the attribute 'total_physical_memory'
|
wall_time_limitaccesses the attribute 'wall_time_limit'
|
working_directoryaccesses the attribute 'working_directory'
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 13 23:44:32 2011 | http://epydoc.sourceforge.net |