Serialized Form
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Deserialize this
GATContext
, by reading the Preferences
.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialize this
ContextNotEmptyException
, by writing only
the Preferences
.
Don't write the SecurityContext
s because of security issues.
- Throws:
IOException
preferences
Preferences preferences
- This member variable holds the preferences for this GATContext
securityContexts
Vector<E> securityContexts
- This member variable holds the SecurityContext's for this GATcontext
cause
Exception cause
serialVersionUID: 1L
t
Map<K,V> t
startTime
long startTime
- This member variable represents the start time of this TimePeriod
stopTime
long stopTime
- This member variable represents the stop time of this TimePeriod
u
URI u
Package org.gridlab.gat.advert |
data
Hashtable<K,V> data
Package org.gridlab.gat.io |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Read a file object from a stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialize this file, by just writing the URI, the Preferences and the
GATContext.
- Throws:
IOException
f
org.gridlab.gat.io.FileInterface f
Package org.gridlab.gat.monitoring |
definition
MetricDefinition definition
metricParameters
Hashtable<K,V> metricParameters
- This member variable holds the Metric parameters
frequency
long frequency
metricName
String metricName
- This member variable holds the Metric name
measurementType
int measurementType
- CONTINUOUS or DISCRETE
dataType
String dataType
unit
String unit
parameterDefinitions
Map<K,V> parameterDefinitions
returnDefinition
Map<K,V> returnDefinition
eventTime
long eventTime
- This member variable holds the event time of this MetricEvent
value
Object value
- This member variable holds the value of this MetricEvent
metric
Metric metric
- This member variable holds the metric of this MetricEvent
Package org.gridlab.gat.resources |
serialVersionUID: -929387977824165567L
serialVersionUID: -6670271235157948175L
jobDescriptions
List<E> jobDescriptions
javaOptions
String[] javaOptions
javaSystemProperties
Map<K,V> javaSystemProperties
javaMain
String javaMain
javaArguments
String[] javaArguments
javaClassPath
String javaClassPath
processCount
int processCount
resourceCount
int resourceCount
softwareDescription
SoftwareDescription softwareDescription
resourceDescription
ResourceDescription resourceDescription
resource
Resource resource
serialVersionUID: -6670271235157948175L
links
HashSet<E> links
attributes
HashMap<K,V> attributes
- This member variable holds the Map which describes this resource".
resourceDescriptions
List<E> resourceDescriptions
- This member variable holds a List of ResourceDescriptions that also are
required
executable
String executable
arguments
String[] arguments
environment
HashMap<K,V> environment
stdinFile
File stdinFile
stdoutFile
File stdoutFile
stderrFile
File stderrFile
preStagedFiles
HashMap<K,V> preStagedFiles
postStagedFiles
HashMap<K,V> postStagedFiles
deletedFiles
ArrayList<E> deletedFiles
wipedFiles
ArrayList<E> wipedFiles
attributes
HashMap<K,V> attributes
deletePreStaged
boolean deletePreStaged
deletePostStaged
boolean deletePostStaged
wipePreStaged
boolean wipePreStaged
wipePostStaged
boolean wipePostStaged
streamingStderr
boolean streamingStderr
streamingStdout
boolean streamingStdout
streamingStdin
boolean streamingStdin
toWrapper
boolean toWrapper
serialVersionUID: -3241293801064308501L
jobInfos
List<E> jobInfos
scheduledType
WrapperJobDescription.ScheduledType scheduledType
level
int level
wrapperJobIndex
int wrapperJobIndex
serialVersionUID: 4870069252793683143L
jobDescription
JobDescription jobDescription
brokerURI
URI brokerURI
preferences
Preferences preferences
jobStateFileName
URI jobStateFileName
wrappedJobIndex
int wrappedJobIndex
wrapperJobIndex
int wrapperJobIndex
serialVersionUID: -8066795059038763966L
gatLocation
String gatLocation
Package org.gridlab.gat.steering |