Index

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | V | W

A

activate_job() (lwr.managers.stateful.ActiveJobs method)
active_job_ids() (lwr.managers.stateful.ActiveJobs method)
ActiveJobs (class in lwr.managers.stateful)
add_argument() (lwr.daemon.ArgumentParser method)
add_route() (lwr.web.framework.RoutingApp method)
ALLOW_ANY_AUTHORIZATION (lwr.tools.authorization.AllowAnyAuthorizer attribute)
AllowAnyAuthorization (class in lwr.tools.authorization)
AllowAnyAuthorizer (class in lwr.tools.authorization)
app_factory() (in module lwr.app)
(in module lwr.web.wsgi)
app_loop() (in module lwr.daemon)
ArgumentParser (class in lwr.daemon)
authorize_config_file() (lwr.tools.authorization.AllowAnyAuthorization method)
(lwr.tools.authorization.ToolBasedAuthorization method)
authorize_execution() (lwr.tools.authorization.AllowAnyAuthorization method)
(lwr.tools.authorization.ToolBasedAuthorization method)
authorize_setup() (lwr.tools.authorization.AllowAnyAuthorization method)
(lwr.tools.authorization.ToolBasedAuthorization method)
authorize_tool_file() (lwr.tools.authorization.AllowAnyAuthorization method)
(lwr.tools.authorization.ToolBasedAuthorization method)

B

BaseDrmaaManager (class in lwr.managers.base.base_drmaa)
BaseManager (class in lwr.managers.base)
bind_app() (in module lwr.messaging)
bind_manager_to_queue() (in module lwr.messaging.bind_amqp)
body() (lwr.web.framework.Controller method)
build_func_args() (in module lwr.web.framework)
build_managers() (in module lwr.manager_factory)

C

calculate_path() (lwr.managers.base.JobDirectory method)
clean() (lwr.managers.base.BaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
(lwr.managers.base.external.ExternalBaseManager method)
CondorQueueManager (class in lwr.managers.queued_condor)
contains_file() (lwr.managers.base.JobDirectory method)
Controller (class in lwr.web.framework)

D

deactivate() (lwr.messaging.QueueState method)
deactivate_job() (lwr.managers.stateful.ActiveJobs method)
delete() (lwr.managers.base.JobDirectory method)
DirectoryBaseManager (class in lwr.managers.base.directory)
DrmaaQueueManager (class in lwr.managers.queued_drmaa)

E

ensure_mesos_libs() (in module lwr.mesos)
exists() (lwr.managers.base.JobDirectory method)
ExpressionValidator (class in lwr.tools.validator)
ExternalBaseManager (class in lwr.managers.base.external)
ExternalDrmaaQueueManager (class in lwr.managers.queued_external_drmaa)

F

file_response() (in module lwr.web.framework)
FileIterator (class in lwr.web.framework)
frameworkMessage() (lwr.mesos.framework.LwrScheduler method)
(lwr.scripts.mesos_executor.LwrExecutor method)
free_lock() (lwr.locks.LockManager method)
full_status() (in module lwr.manager_endpoint_util)

G

get_authorization() (lwr.tools.authorization.AllowAnyAuthorizer method)
(lwr.tools.authorization.ToolBasedAuthorizer method)
get_authorizer() (in module lwr.tools.authorization)
get_exchange() (in module lwr.messaging.bind_amqp)
get_id_assigner() (in module lwr.managers.base)
get_lock() (lwr.locks.LockManager method)
get_mapped_file() (in module lwr.managers.base)
get_status() (lwr.managers.base.external.ExternalBaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
(lwr.managers.queued_condor.CondorQueueManager method)
(lwr.managers.queued_external_drmaa.ExternalDrmaaQueueManager method)
(lwr.managers.stateful.StatefulManagerProxy method)
(lwr.managers.unqueued.Manager method)
get_tool() (lwr.tools.ToolBox method)
(lwr.tools.toolbox.ToolBox method)
get_tool_dir() (lwr.tools.toolbox.ToolConfig method)

H

handle_remote_staging() (lwr.managers.stateful.StatefulManagerProxy method)
handle_setup_message() (lwr.mesos.framework.LwrScheduler method)
has_metadata() (lwr.managers.base.JobDirectory method)

I

inputs_validator (lwr.tools.toolbox.ToolConfig attribute)
InputsValidator (class in lwr.tools.toolbox)
is_job_done() (in module lwr.managers.status)

J

job_directory() (lwr.managers.base.BaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
JobDirectory (class in lwr.managers.base)

K

kill() (lwr.managers.base.external.ExternalBaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
(lwr.managers.unqueued.Manager method)

L

launch() (lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
(lwr.managers.queued.QueueManager method)
(lwr.managers.queued_condor.CondorQueueManager method)
(lwr.managers.queued_drmaa.DrmaaQueueManager method)
(lwr.managers.queued_external_drmaa.ExternalDrmaaQueueManager method)
(lwr.managers.stateful.StatefulManagerProxy method)
(lwr.managers.unqueued.Manager method)
launchTask() (lwr.scripts.mesos_executor.LwrExecutor method)
load() (lwr.daemon.LwrConfigBuilder method)
load_lwr_app() (in module lwr.daemon)
load_metadata() (lwr.managers.base.JobDirectory method)
lock() (lwr.managers.base.JobDirectory method)
LockManager (class in lwr.locks)
lwr (module)
lwr.app (module)
lwr.core (module)
lwr.daemon (module)
lwr.locks (module)
lwr.lwr_client (module)
lwr.manager_endpoint_util (module)
lwr.manager_factory (module)
lwr.managers (module)
lwr.managers.base (module)
lwr.managers.base.base_drmaa (module)
lwr.managers.base.directory (module)
lwr.managers.base.external (module)
lwr.managers.queued (module)
lwr.managers.queued_condor (module)
lwr.managers.queued_drmaa (module)
lwr.managers.queued_external_drmaa (module)
lwr.managers.queued_pbs (module)
lwr.managers.staging (module)
lwr.managers.staging.postprocess (module)
lwr.managers.staging.preprocess (module)
lwr.managers.stateful (module)
lwr.managers.status (module)
lwr.managers.unqueued (module)
lwr.managers.util (module)
lwr.mesos (module)
lwr.mesos.framework (module)
lwr.messaging (module)
lwr.messaging.bind_amqp (module)
lwr.scripts (module)
lwr.scripts.chown_working_directory (module)
lwr.scripts.drmaa_kill (module)
lwr.scripts.drmaa_launch (module)
lwr.scripts.lwr_submit (module)
lwr.scripts.mesos_executor (module)
lwr.scripts.mesos_framework (module)
lwr.tools (module)
lwr.tools.authorization (module)
lwr.tools.toolbox (module)
lwr.tools.validator (module)
lwr.web (module)
lwr.web.framework (module)
lwr.web.routes (module)
lwr.web.wsgi (module)
LwrApp (class in lwr.core)
LwrConfigBuilder (class in lwr.daemon)
LwrController (class in lwr.web.routes)
LwrDataset (class in lwr.web.routes)
LwrExecutor (class in lwr.scripts.mesos_executor)
LwrManagerConfigBuilder (class in lwr.daemon)
LwrScheduler (class in lwr.mesos.framework)
LwrWebApp (class in lwr.web.wsgi)

M

main() (in module lwr.daemon)
(in module lwr.scripts.chown_working_directory)
(in module lwr.scripts.drmaa_kill)
(in module lwr.scripts.drmaa_launch)
(in module lwr.scripts.lwr_submit)
(in module lwr.scripts.mesos_framework)
make_directory() (lwr.managers.base.JobDirectory method)
Manager (class in lwr.managers.unqueued)
manager_from_args() (in module lwr.scripts.lwr_submit)
manager_type (lwr.managers.queued.QueueManager attribute)
(lwr.managers.queued_condor.CondorQueueManager attribute)
(lwr.managers.queued_drmaa.DrmaaQueueManager attribute)
(lwr.managers.queued_external_drmaa.ExternalDrmaaQueueManager attribute)
(lwr.managers.queued_pbs.PbsQueueManager attribute)
(lwr.managers.unqueued.Manager attribute)
ManagerInterface (class in lwr.managers)
ManagerMonitor (class in lwr.managers.stateful)
ManagerProxy (class in lwr.managers)

N

name (lwr.managers.stateful.StatefulManagerProxy attribute)
new_thread_for_manager() (in module lwr.managers.stateful)

O

open_file() (lwr.managers.base.JobDirectory method)
outputs_directory_contents() (lwr.managers.base.JobDirectory method)

P

parse_args() (lwr.daemon.ArgumentParser method)
PbsQueueManager (class in lwr.managers.queued_pbs)
populate_options() (lwr.daemon.LwrConfigBuilder class method)
(lwr.daemon.LwrManagerConfigBuilder class method)
postprocess() (in module lwr.managers.staging.postprocess)
preprocess() (in module lwr.managers.staging.preprocess)

Q

QueueManager (class in lwr.managers.queued)
QueueState (class in lwr.messaging)

R

read_file() (lwr.managers.base.JobDirectory method)
registered() (lwr.mesos.framework.LwrScheduler method)
remove_file() (lwr.managers.base.JobDirectory method)
remove_metadata() (lwr.managers.base.JobDirectory method)
resourceOffers() (lwr.mesos.framework.LwrScheduler method)
return_code() (lwr.managers.base.directory.DirectoryBaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
RoutingApp (class in lwr.web.framework)
run() (in module lwr.mesos.framework)
run_executor() (in module lwr.scripts.mesos_executor)
run_next() (lwr.managers.queued.QueueManager method)

S

set_state_change_callback() (lwr.managers.stateful.StatefulManagerProxy method)
setup() (lwr.managers.base.JobDirectory method)
setup_job() (in module lwr.manager_endpoint_util)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
(lwr.managers.base.external.ExternalBaseManager method)
(lwr.managers.stateful.StatefulManagerProxy method)
(lwr.managers.unqueued.Manager method)
setup_logging() (lwr.daemon.LwrConfigBuilder method)
shutdown() (lwr.core.LwrApp method)
(lwr.managers.ManagerProxy method)
(lwr.managers.base.base_drmaa.BaseDrmaaManager method)
(lwr.managers.queued.QueueManager method)
(lwr.managers.stateful.ManagerMonitor method)
(lwr.managers.stateful.StatefulManagerProxy method)
SimpleToolConfig (class in lwr.tools.toolbox)
StatefulManagerProxy (class in lwr.managers.stateful)
statusUpdate() (lwr.mesos.framework.LwrScheduler method)
stderr_contents() (lwr.managers.base.directory.DirectoryBaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
stdout_contents() (lwr.managers.base.directory.DirectoryBaseManager method)
(lwr.managers.ManagerInterface method)
(lwr.managers.ManagerProxy method)
store_metadata() (lwr.managers.base.JobDirectory method)
submit_job() (in module lwr.manager_endpoint_util)
system_properties() (lwr.managers.base.BaseManager method)
(lwr.managers.ManagerProxy method)

T

to_dict() (lwr.daemon.LwrConfigBuilder method)
(lwr.daemon.LwrManagerConfigBuilder method)
ToolBasedAuthorization (class in lwr.tools.authorization)
ToolBasedAuthorizer (class in lwr.tools.authorization)
ToolBox (class in lwr.tools)
(class in lwr.tools.toolbox)
ToolConfig (class in lwr.tools.toolbox)
ToolShedToolConfig (class in lwr.tools.toolbox)

V

validate() (lwr.tools.validator.ExpressionValidator method)
validate_command() (lwr.tools.toolbox.InputsValidator method)
validate_config() (lwr.tools.toolbox.InputsValidator method)

W

wait_for_job() (in module lwr.scripts.lwr_submit)
working_directory_contents() (lwr.managers.base.JobDirectory method)
write_file() (lwr.managers.base.JobDirectory method)