A B C D E F G H I J L M P R S T V

A

abort() - Method in interface eu.unicore.hila.grid.Task
Abort this task.
asFile() - Method in interface eu.unicore.hila.grid.Storage
 

B

block() - Method in interface eu.unicore.hila.grid.Task
Block on this Task until it reaches a final state ( TaskStatus.SUCCESSFUL, TaskStatus.ABORTED, TaskStatus.FAILED).
block(long) - Method in interface eu.unicore.hila.grid.Task
Block for at most millis ms until this Task reaches a final state.

C

cancel() - Method in interface eu.unicore.hila.grid.Reservation
 
chmod(boolean, boolean, boolean) - Method in interface eu.unicore.hila.grid.File
Sets readable, writable, executable flags all at once.
cleanup(File...) - Method in interface eu.unicore.hila.grid.Job
Export files from the working directory of the Job and remove it from its Site.
Config - Interface in eu.unicore.hila.grid
 
copyTo(File) - Method in interface eu.unicore.hila.grid.File
Copy this File to _other File.
copyTo(File, boolean) - Method in interface eu.unicore.hila.grid.File
Copy this File to _other File.
copyTo(File, boolean, boolean) - Method in interface eu.unicore.hila.grid.File
Copy this File to _other File.

D

delete() - Method in interface eu.unicore.hila.grid.File
Deletes the file.
delete(boolean) - Method in interface eu.unicore.hila.grid.File
 

E

eu.unicore.hila.grid - package eu.unicore.hila.grid
This is an abstract Grid API, implementations of which can be used to access different middlware.
eu.unicore.hila.grid.job - package eu.unicore.hila.grid.job
 
eu.unicore.hila.grid.resources - package eu.unicore.hila.grid.resources
 
exists() - Method in interface eu.unicore.hila.grid.File
Checks, whether the File File.exists().
exportToLocalFile(File) - Method in interface eu.unicore.hila.grid.File
Export this File.
exportToLocalFile(File, boolean) - Method in interface eu.unicore.hila.grid.File
If the target File is a directory, then move this File into the directory and give the new target the same name.
exportToLocalFile(File, boolean, boolean) - Method in interface eu.unicore.hila.grid.File
 
exportToStream(OutputStream) - Method in interface eu.unicore.hila.grid.File
 

F

File - Interface in eu.unicore.hila.grid
 

G

getActualDescription() - Method in interface eu.unicore.hila.grid.resources.ResourceDescription
 
getActualJobDescription() - Method in interface eu.unicore.hila.grid.job.JobDescription
The actual job description object used by the implementation.
getAllSiteLocations() - Method in interface eu.unicore.hila.grid.Config
 
getCurrent() - Method in interface eu.unicore.hila.grid.Progressable
 
getError() - Method in interface eu.unicore.hila.grid.Task
The reason for the failure of the task can be retrieved here.
getExitCode() - Method in interface eu.unicore.hila.grid.Job
The exit code of the Job.
getHistory() - Method in interface eu.unicore.hila.grid.Task
 
getId() - Method in interface eu.unicore.hila.grid.Reservation
 
getId() - Method in interface eu.unicore.hila.grid.Task
The ID of this Task.
getIdForLocation(Location) - Method in interface eu.unicore.hila.grid.Config
 
getLog() - Method in interface eu.unicore.hila.grid.Job
A log, if provided by the implementation.
getMax() - Method in interface eu.unicore.hila.grid.Progressable
 
getReservation(String) - Method in interface eu.unicore.hila.grid.Reservable
 
getReservations() - Method in interface eu.unicore.hila.grid.Reservable
 
getSite() - Method in interface eu.unicore.hila.grid.Job
The Site that this Job is executed at.
getSites() - Method in interface eu.unicore.hila.grid.Grid
Get a List of Sites in this Grid.
getStatus() - Method in class eu.unicore.hila.grid.StatusChangedEvent
 
getStdErr() - Method in interface eu.unicore.hila.grid.Job
A reference to the File representing stderr in the working directory of the Job.
getStdOut() - Method in interface eu.unicore.hila.grid.Job
A reference to the File representing stdout in the working directory of the Job.
getStorage() - Method in interface eu.unicore.hila.grid.File
 
getStorage(String) - Method in interface eu.unicore.hila.grid.Site
Retrieve a particular Storage by its name.
getStorages() - Method in interface eu.unicore.hila.grid.Site
Retrieve the List of storages offered by this Site.
getSubmissionTime() - Method in interface eu.unicore.hila.grid.Job
 
getTask() - Method in class eu.unicore.hila.grid.StatusChangedEvent
 
getTask(String) - Method in interface eu.unicore.hila.grid.Submittable
Retrieve a particular Job that has been submitted to this Submittable.
getTaskName() - Method in interface eu.unicore.hila.grid.Job
Name of the Job, potentially more descriptive than its id, but may be mapped to its id by an implementation.
getTasks() - Method in interface eu.unicore.hila.grid.Submittable
The List of Jobs that have been submitted to this Submittable.
getUnit() - Method in interface eu.unicore.hila.grid.Progressable
A human-readable String describing the unit of the progress, e.g.
getWorkingDirectory() - Method in interface eu.unicore.hila.grid.Job
The browsable working directory of a Job.
Grid - Interface in eu.unicore.hila.grid
 

H

History - Class in eu.unicore.hila.grid
 
History() - Constructor for class eu.unicore.hila.grid.History
 
hold() - Method in interface eu.unicore.hila.grid.Job
Hold the job.

I

ID - Interface in eu.unicore.hila.grid
This is intended to be a representation of a user identity, which will be returned by Config.
importFromLocalFile(File) - Method in interface eu.unicore.hila.grid.File
If the target File is a directory, then move this File into the directory and give the new target the same name.
importFromLocalFile(File, boolean) - Method in interface eu.unicore.hila.grid.File
If the target File is a directory, then move this File into the directory and give the new target the same name.
importFromLocalFile(File, boolean, boolean) - Method in interface eu.unicore.hila.grid.File
 
importFromStream(InputStream) - Method in interface eu.unicore.hila.grid.File
 
importFromStream(InputStream, boolean) - Method in interface eu.unicore.hila.grid.File
 
isDirectory() - Method in interface eu.unicore.hila.grid.File
Whether this File is a directory.
isDone() - Method in interface eu.unicore.hila.grid.Progressable
 
isExecutable() - Method in interface eu.unicore.hila.grid.File
 
isFinalState() - Method in enum eu.unicore.hila.grid.TaskStatus
Check whether this status is final
isReadable() - Method in interface eu.unicore.hila.grid.File
 
isRoot() - Method in interface eu.unicore.hila.grid.File
Whether this file is the root of a storage, i.e. its path inside the storage is the empty path.
isWritable() - Method in interface eu.unicore.hila.grid.File
 

J

Job - Interface in eu.unicore.hila.grid
A Job is a real computational task that is executed on a compute resources.
JobDescription - Interface in eu.unicore.hila.grid.job
A container for job descriptions.

L

lastModified() - Method in interface eu.unicore.hila.grid.File
 
ls() - Method in interface eu.unicore.hila.grid.File
 

M

mkdir() - Method in interface eu.unicore.hila.grid.File
Creates a directory at the Location of this File.
mkdir(boolean) - Method in interface eu.unicore.hila.grid.File
 
moveTo(File) - Method in interface eu.unicore.hila.grid.File
Move this File to _other File within a storage.
moveTo(File, boolean) - Method in interface eu.unicore.hila.grid.File
Move this File to _other File within a storage.

P

Progressable - Interface in eu.unicore.hila.grid
The Progressable interface allows a user to monitor progress, i.e.

R

registerStatusChangeListener(StatusChangeListener) - Method in interface eu.unicore.hila.grid.Task
Register a StatusChangeListener to be notified of any changes in this Task's TaskStatus.
removeStatusChangeListener(StatusChangeListener) - Method in interface eu.unicore.hila.grid.Task
Remove a registered StatusChangeListener from this Task.
Reservable - Interface in eu.unicore.hila.grid
 
Reservation - Interface in eu.unicore.hila.grid
 
reserve(ResourceDescription, Calendar) - Method in interface eu.unicore.hila.grid.Reservable
 
ResourceDescription - Interface in eu.unicore.hila.grid.resources
 
resume() - Method in interface eu.unicore.hila.grid.Job
Resume a held job.

S

setIdForLocation(Location, ID) - Method in interface eu.unicore.hila.grid.Config
 
setIsExecutable(boolean) - Method in interface eu.unicore.hila.grid.File
Sets the executable flag of the File for the user.
setIsReadable(boolean) - Method in interface eu.unicore.hila.grid.File
Sets the readable flag of the File for the user.
setIsWritable(boolean) - Method in interface eu.unicore.hila.grid.File
Sets the writable flag of the File for the user.
SimpleTransfer - Interface in eu.unicore.hila.grid
 
Site - Interface in eu.unicore.hila.grid
 
size() - Method in interface eu.unicore.hila.grid.File
 
startASync(File...) - Method in interface eu.unicore.hila.grid.Job
This method is essentially the same as Job.startSync(File...), except that it returns immediately and executes the Task in the background.
startASync(StatusChangeListener, File...) - Method in interface eu.unicore.hila.grid.Job
This method is similar to Job.startASync(File...), but an additional parameter allows to provide a StatusChangeListener that is interested in receiving notifications of changes of the TaskStatus.
startSync(File...) - Method in interface eu.unicore.hila.grid.Job
Synchronous start of the task.
status() - Method in interface eu.unicore.hila.grid.Task
The current TaskStatus of this Task.
statusChanged(StatusChangedEvent) - Method in interface eu.unicore.hila.grid.StatusChangeListener
This method needs to be implemented in order to receive StatusChangedEvents.
StatusChangedEvent - Class in eu.unicore.hila.grid
An event describing the change of TaskStatus.
StatusChangedEvent(Task, TaskStatus) - Constructor for class eu.unicore.hila.grid.StatusChangedEvent
 
StatusChangeListener - Interface in eu.unicore.hila.grid
An interface to listen for TaskStatus changes of a Task
Storage - Interface in eu.unicore.hila.grid
 
submit(JobModel) - Method in interface eu.unicore.hila.grid.Submittable
Submit the given JobModel to the Submittable Resource.
submit(JobDescription) - Method in interface eu.unicore.hila.grid.Submittable
Deprecated. in favor of the abstract JobModel
Submittable - Interface in eu.unicore.hila.grid
This interface represents something which you can Submittable.submit(JobModel) to.

T

Task - Interface in eu.unicore.hila.grid
A generic Task interfact, not necessarily representing a Job.
TaskStatus - Enum in eu.unicore.hila.grid
A Task's status.
ThirdPartyTransfer - Interface in eu.unicore.hila.grid
 
transfer(File) - Method in interface eu.unicore.hila.grid.File
Transfer this File to _other File.
transfer(File, boolean) - Method in interface eu.unicore.hila.grid.File
Same as File.transfer(File).
transfer(File, boolean, boolean) - Method in interface eu.unicore.hila.grid.File
Same as File.transfer(File).

V

valueOf(String) - Static method in enum eu.unicore.hila.grid.TaskStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.unicore.hila.grid.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I J L M P R S T V

Copyright © 2010-2013 UNICORE. All Rights Reserved.