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

R

RandomAccessFile - Class in org.gridlab.gat.io
This class is used for random access to local and remote files.
RandomAccessFile(RandomAccessFileInterface) - Constructor for class org.gridlab.gat.io.RandomAccessFile
 
read() - Method in class org.gridlab.gat.io.FileInputStream
See FileInputStream.read().
read(byte[]) - Method in class org.gridlab.gat.io.FileInputStream
See FileInputStream.read(byte[]).
read(byte[], int, int) - Method in class org.gridlab.gat.io.FileInputStream
See FileInputStream.read(byte[], int, int).
read() - Method in class org.gridlab.gat.io.RandomAccessFile
 
read(byte[], int, int) - Method in class org.gridlab.gat.io.RandomAccessFile
 
read(byte[]) - Method in class org.gridlab.gat.io.RandomAccessFile
 
readAttributes(String, String...) - Method in interface org.gridlab.gat.io.attributes.AttributeView
Reads all, or a subset, of the attributes supported by this file attribute view.
readAttributes() - Method in interface org.gridlab.gat.io.attributes.BasicFileAttributeView
Reads the basic file attributes as a bulk operation.
readAttributes() - Method in interface org.gridlab.gat.io.attributes.PosixFileAttributeView
 
recursivelyDeleteDirectory() - Method in class org.gridlab.gat.io.File
This method deletes a directory and everything that is in it.
refersToLocalHost() - Method in class org.gridlab.gat.URI
Extensive check whether URI refers to the local machine.
registerSteered(String, Steerable) - Method in interface org.gridlab.gat.steering.SteeringManager
 
registerSteered(String, Steerable, boolean) - Method in interface org.gridlab.gat.steering.SteeringManager
 
relativize(URI) - Method in class org.gridlab.gat.URI
Relativizes the given URI against this URI.
remove(String) - Method in class org.gridlab.gat.advert.MetaData
Removes an entry specified by the provided key.
remove(String) - Method in class org.gridlab.gat.Preferences
Removes from the preferences and returns the value which is mapped by the supplied key.
removeAttribute(String) - Method in class org.gridlab.gat.resources.SoftwareDescription
Remove an attribute from the attribute set.
removeDataObject(String) - Method in class org.gridlab.gat.security.SecurityContext
This method is used by adaptors to remove adaptor-specific data associated with this context.
removeFile(File) - Method in interface org.gridlab.gat.io.LogicalFile
Removes the passed File instance from the set of physical files represented by this LogicalFile instance.
removeMetricListener(MetricListener, Metric) - Method in class org.gridlab.gat.io.File
 
removeMetricListener(MetricListener, Metric) - Method in class org.gridlab.gat.io.FileInputStream
Removes the passed MetricListener from the List of MetricListeners which are notified of MetricEvents corresponding to the passed Metric instance.
removeMetricListener(MetricListener, Metric) - Method in class org.gridlab.gat.io.FileOutputStream
Removes the passed MetricListener from the List of MetricListeners which are notified of MetricEvents corresponding to the passed Metric instance.
removeMetricListener(MetricListener, Metric) - Method in interface org.gridlab.gat.monitoring.Monitorable
Removes the passed MetricListener from the List of MetricListeners which are notified of MetricEvents corresponding to the passed Metric instance.
removePreferences() - Method in class org.gridlab.gat.GATContext
Removes the Preferences object associated with the GATContext.
removeResourceAttribute(String) - Method in class org.gridlab.gat.resources.ResourceDescription
Removes the name/value pair with the passed name from the Map<String, Object> of name/value pairs which describe this Resource.
removeResourceDescription(ResourceDescription) - Method in class org.gridlab.gat.resources.ResourceDescription
Removes the passed HardwareResourceDescription from the List of HardwareResourceDescriptions which describe this Resource.
removeSecurityContext(SecurityContext) - Method in class org.gridlab.gat.GATContext
Removes the passed SecurityContext.
removeSecurityContexts() - Method in class org.gridlab.gat.GATContext
Remove all the SecurityContexts associated with this GATContext.
removeURI(URI) - Method in interface org.gridlab.gat.io.LogicalFile
Removes the physical file at the passed URI from the set of physical files represented by this LogicalFile instance.
renameTo(File) - Method in class org.gridlab.gat.io.File
 
replicate(URI) - Method in interface org.gridlab.gat.io.LogicalFile
Replicates the logical file represented by this instance to the physical file specified by the passed URI.
Reservation - Interface in org.gridlab.gat.resources
An instance implementing this interface represents a reservation for Resources.
reserveResource(ResourceDescription, TimePeriod) - Method in interface org.gridlab.gat.resources.ResourceBroker
This method attempts to reserve the specified Resource for the specified TimePeriod.
reserveResource(Resource, TimePeriod) - Method in interface org.gridlab.gat.resources.ResourceBroker
This method attempts to reserve the specified Resource for the specified TimePeriod.
reset() - Method in class org.gridlab.gat.io.FileInputStream
See InputStream.reset().
resolution() - Method in interface org.gridlab.gat.io.attributes.BasicFileAttributes
Returns the TimeUnit required to interpret the time of last modification, time of last access, and creation time.
resolve(String) - Method in class org.gridlab.gat.URI
Constructs a new URI by parsing the given string and then resolving it against this URI.
resolve(URI) - Method in class org.gridlab.gat.URI
Resolves the given URI against this URI.
resolveHost() - Method in class org.gridlab.gat.URI
Returns the host component of the URI with a resolved host.
Resource - Interface in org.gridlab.gat.resources
Resource is a base interface which is realized by any class which wishes to indicate it represents a node or component; currently both a HardwareResource and a SoftwareResource realize this interface.
ResourceBroker - Interface in org.gridlab.gat.resources
An instance of this class is used to submit Jobs or to reserve Resources.
ResourceDescription - Class in org.gridlab.gat.resources
The ResourceDescription interface forms the base for the SoftwareResourceDescriptions and HardwareResourceDescriptions classes; these are used to specify and find resources which may then be used, for example, to submit a Job to.
RESTART - Static variable in class org.gridlab.gat.resources.SoftwareDescription
Indicates the job id of a to-be-restarted job.
resume() - Method in interface org.gridlab.gat.resources.Job
Resume a job that was paused with the "hold" method.

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