Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
Q
R
S
T
U
V
W
X
Z
C
calculateCostVMs(String, String)
- Method in class tassl.application.workflow.
AutonomicScheduler
calculateInputTransfer(List<Integer>, List<FileProperties>, int)
- Method in class tassl.application.workflow.
PolicyAbstract
Calculate information about transferring input files to the siteIndex site.
calculateNetworkSpeed()
- Method in class tassl.application.workflow.
AutonomicScheduler
Calculate network speed between agents.
calculateOutputTransfer(List<Integer>, List<FileProperties>, int)
- Method in class tassl.application.workflow.
PolicyAbstract
cancelJob()
- Method in class tassl.application.cometcloud.sample.
AppWorker
cancelJob()
- Method in class tassl.application.cometcloud.sampleLoop.
AppWorker
cancelJob()
- Method in class tassl.application.cometcloud.sampleMontage.
AppWorkerMontage
cancelJob()
- Method in class tassl.application.cometcloud.sampleNonBlocking.
AppWorker
cancelJob()
- Method in class tassl.application.cometcloud.
WorkflowMeteorGenericWorker
cancelWorkflow(String)
- Method in class tassl.application.workflow.
WorkflowClient
cancelWorkflow()
- Method in class tassl.workflow.
Workflow
checkAllocatePossibleStage(int, String)
- Method in class tassl.workflow.resources.
Resource
Check if the stage can be allocated in this resource
checkAllocatePossibleStage(int, String)
- Method in class tassl.workflow.resources.
ResourceCloud
checkAllocatePossibleStage(int, String)
- Method in class tassl.workflow.resources.
ResourceCluster
checkAllWorkerStatus()
- Method in class tassl.workflow.resources.
Resource
Check the status of all the workers
checkIfDuplicatedTask(List<Integer>, TaskProperties)
- Method in class tassl.application.cometcloud.
WorkflowMaster
checkIfExistsNodeAcct(List<NodeAcct>, String)
- Method in class tassl.workflow.resources.
Resource
Check if an machine, identified by IP, is registered in the accounting already.
checkIfInnerLoop(String, String, HashMap<String, List<String>>)
- Static method in class tassl.workflow.
WorkflowXMLParser
Check if a loop is inside another.
checkInputConstraints(List<FileProperties>, int)
- Method in class tassl.application.workflow.
PolicyAbstract
Check if all input files of a task can be moved to the site under consideration
checkRequestHandler(String[])
- Static method in class tassl.application.
InternalStarter
checkStageDone(String)
- Method in class tassl.application.cometcloud.
WorkflowMaster
Check if a stage is done.
checkStageDoneNoNewTask(String)
- Method in class tassl.application.cometcloud.
WorkflowMaster
Check if a stage is done when a task does not generate tasks of the following stage.
checkStatus(String)
- Method in class tassl.application.workflow.
WorkflowClient
checkWorkerStatus(String, int)
- Method in class tassl.workflow.resources.
Resource
cinQueue
- Variable in class tassl.application.node.isolate.
RequestHandlerWfl
cleanStages(String)
- Method in class tassl.application.cometcloud.
WorkflowMaster
Remove information of stages.
cleanStagesFinalMaps(HashMap<String, String>, String, int)
- Method in class tassl.application.workflow.
AutonomicScheduler
Remove workers that are allocated to each workflow stage but have been reported to be down
cleanStagesFinalMaps(HashMap<String, List<String>>)
- Method in class tassl.application.workflow.
AutonomicScheduler
When a whole site goes down, we need to remove all its workers that are allocated to each workflow stage
closeInOut(DataInputStream, DataOutputStream)
- Static method in class tassl.application.utils.
CommonUtils
closeSockets()
- Method in class tassl.application.node.isolate.scalablehandler.
RequestHandlerProxyMonitorWfl
CloudBurstStarter
- Class in
tassl.application.node.isolate
CloudBurstStarter()
- Constructor for class tassl.application.node.isolate.
CloudBurstStarter
cometStarter
- Variable in class tassl.application.cometcloud.
WorkflowStarter
CommonUtils
- Class in
tassl.application.utils
CommonUtils()
- Constructor for class tassl.application.utils.
CommonUtils
communicateAgentsScheduling(String, WorkflowStage, String, HashMap<String, List<String>>, long)
- Method in class tassl.application.workflow.
AutonomicScheduler
Tell each agent resources that need to provision
compareTask(TaskProperties)
- Method in class tassl.application.cometcloud.
TaskProperties
Compare if two tasks are identical.
compute_time
- Static variable in class tassl.application.node.isolate.
IsolatedWorker
computeTask(Object)
- Method in class tassl.application.cometcloud.
WorkflowMeteorGenericWorker
computeTaskSpecific(Object, WorkflowTaskTuple)
- Method in class tassl.application.cometcloud.sample.
AppWorker
This method is called to compute the task
computeTaskSpecific(Object, WorkflowTaskTuple)
- Method in class tassl.application.cometcloud.sampleLoop.
AppWorker
This method is called to compute the task
computeTaskSpecific(Object, WorkflowTaskTuple)
- Method in class tassl.application.cometcloud.sampleMontage.
AppWorkerMontage
This method is called to compute the task
computeTaskSpecific(Object, WorkflowTaskTuple)
- Method in class tassl.application.cometcloud.sampleNonBlocking.
AppWorker
This method is called to compute the task
computeTaskSpecific(Object, WorkflowTaskTuple)
- Method in class tassl.application.cometcloud.
WorkflowMeteorGenericWorker
Process the tasks.
ConfigureApp()
- Method in class tassl.application.node.
DrtsPeerWfl
connect()
- Method in class tassl.application.workflow.
WorkflowClient
connect(String, int)
- Method in class tassl.testerClasses.
InteractAgents
consumeTask(XmlTuple)
- Method in class tassl.application.cometcloud.
WorkflowMeteorGenericWorker
consumeTask(XmlTuple)
- Method in class tassl.application.node.isolate.
IsolatedWorker
contactSubscriber(String, int, String)
- Method in class tassl.application.workflow.
WorkflowManager
Send messages to the Subscriber.
controlInterface
- Variable in class tassl.application.
InternalStarter
createNestedLoopInfo(HashMap<String, List<String>>)
- Static method in class tassl.workflow.
WorkflowXMLParser
createPoisonpillTag(String, int, String, String, String, String, String)
- Method in class tassl.application.cometcloud.
WorkflowTaskTuple
createPoisonTaskTuple(int)
- Method in class tassl.application.cometcloud.
WorkflowMaster
createRandomFile(String, FileProperties)
- Method in class tassl.application.cometcloud.sampleMontage.
AppWorkerMontage
createTaskData(int)
- Method in class tassl.application.cometcloud.
WorkflowMaster
This method is called from insertTask to create the data associated to the task
createTasks(String, List<FileProperties>, FileProperties, String, List, String)
- Method in class tassl.application.cometcloud.
GenerateTasksAbstract
Create Tasks for the specified stage of the workflow.
createTasks(String, List<FileProperties>, FileProperties, String, List, String)
- Method in class tassl.application.cometcloud.sample.
GenerateTasks
createTasks(String, List<FileProperties>, FileProperties, String, List, String)
- Method in class tassl.application.cometcloud.sampleLoop.
GenerateTasks
createTasks(String, List<FileProperties>, FileProperties, String, List, String)
- Method in class tassl.application.cometcloud.sampleMontage.
GenerateTasksMontage
createTasks(String, List<FileProperties>, FileProperties, String, List, String)
- Method in class tassl.application.cometcloud.sampleNonBlocking.
GenerateTasks
createTaskTuple(int)
- Method in class tassl.application.cometcloud.
WorkflowMaster
Check recursively if following Non-blocking stages are done
createWorkerBaseProperties(File)
- Method in class tassl.application.cometcloud.
AgentLite
createWorkerProperties(String, String, String, String, String, String, double, String)
- Method in class tassl.workflow.resources.
Resource
customizedProcess(Object)
- Method in class tassl.application.node.isolate.
IsolatedWorker
customizedReadStream(DataInputStream)
- Method in class tassl.application.node.isolate.
IsolatedWorker
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
Q
R
S
T
U
V
W
X
Z