- get(int) - Method in class agi.parallel.client.TaskCollection
-
- get(int) - Method in class agi.parallel.client.TaskPreconditionCollection
-
- getActivity() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the current activity performed on the agent.
- getAdditionalId() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the optional additional id of the environment.
- getAdditionalInformation() - Method in class agi.parallel.infrastructure.TaskProgressInformation
-
Gets progress additional information.
- getAdditionalJars() - Method in class agi.parallel.client.Job
-
Gets the list of additional jars that are sent with this job.
- getAdditionalNativeLibraries() - Method in class agi.parallel.client.Job
-
Gets the list of additional native libraries that are sent with this jar.
- getAgentInfo() - Method in class agi.parallel.client.ClusterJobScheduler
-
- getAgentInfo() - Method in interface agi.parallel.client.IGetAgentInfo
-
Returns the list of agents and their current states.
- getAgentSelectionPreference() - Method in class agi.parallel.client.Job
-
- getAgentSelectionPreference() - Method in interface agi.parallel.infrastructure.IJob
-
Gets the agent selection preference.
- getAllowSelfSignedCertificates() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets a value indicating whether to allow self-signed certificates when communicating with the coordinator.
- getCancelOnClientDisconnection() - Method in class agi.parallel.client.Job
-
- getCancelOnClientDisconnection() - Method in interface agi.parallel.infrastructure.IJob
-
Gets a value indicating whether to cancel the tasks of this Job when the
client disconnects.
- getCancelOnTaskFailure() - Method in class agi.parallel.client.Job
-
- getCancelOnTaskFailure() - Method in interface agi.parallel.infrastructure.IJob
-
Gets a value indicating whether to cancel other tasks on this Job if another
Task
fails.
- getCapacity() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the capacity, which is the number of hosts that can be run simultaneously.
- getClusterResponseTimeout() - Static method in class agi.parallel.client.JobSchedulerSettings
-
Gets the number of milliseconds before timing out certain cluster api
requests.
- getCoordinatorMachineName() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets the name of the coordinator.
- getCoordinatorPort() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets port number of the coordinator.
- getCoordinatorReconnectionDelay() - Method in class agi.parallel.client.ClusterJobScheduler
-
Retrieves the amount of time, in milliseconds, the scheduler should wait before attempting to reconnect to the coordinator.
- getCoordinatorReconnectionInterval() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets the amount of time, in milliseconds, the scheduler should wait in between each reconnection attempt.
- getCoordinatorThumbprint() - Method in class agi.parallel.client.ClusterJobScheduler
-
Returns the expected thumbprint of the coordinator's certificate.
- getCoordinatorTimeout() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets the timeout wait time in milliseconds
This value is readonly after you have already connected to the coordinator.
- getCpuSpeed() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the cpu speed for the machine where the agent is running.
- getCurrentCpuUsage() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the current cpu usage.
- getDateStarted() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the time that agent connected to coordinator.
- getDefault() - Static method in enum agi.parallel.client.JobPriority
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.AgentSelectionType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.AuthorizationType
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.CommonResources
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.CpuArchitecture
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.Operator
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.OSPlatform
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.TaskCancellationReason
-
Get the enum constant that is considered to be the default.
- getDefault() - Static method in enum agi.parallel.infrastructure.TaskStatus
-
Get the enum constant that is considered to be the default.
- getDescription() - Method in class agi.parallel.client.Job
-
- getDescription() - Method in class agi.parallel.client.TaskProgressEventArgs
-
Gets the progress data.
- getDescription() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the description associated with this agent.
- getDescription() - Method in interface agi.parallel.infrastructure.IJob
-
Gets the Job description.
- getDescription() - Method in class agi.parallel.infrastructure.ProgressEventArgs
-
Gets the progress data.
- getEstimatedMemoryBudget() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the estimated memory budget, which is the amount of estimated memory budgeted to the agent.
- getExcludedJars() - Method in class agi.parallel.client.Job
-
Gets the list of excluded jars that are not sent with this job.
- getExclusiveExecution() - Method in class agi.parallel.client.Job
-
- getExclusiveExecution() - Method in interface agi.parallel.infrastructure.IJob
-
Gets a value indicating whether the tasks on this job should have exclusive
access to the resource it is running on.
- getFailIfPreconditionsNotSatisfied() - Method in class agi.parallel.client.Job
-
- getFailIfPreconditionsNotSatisfied() - Method in interface agi.parallel.infrastructure.IJob
-
Gets a value indicating whether to fail all tasks immediately of this Job if
the precondition is not satisfied.
- getFixedNumberOfTasks() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets the fixed number of tasks.
- getFreeSpace() - Method in class agi.parallel.infrastructure.HardDiskStatus
-
Gets the free disk space.
- getFromValue(int) - Static method in enum agi.parallel.client.JobPriority
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.AgentSelectionType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.AuthorizationType
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.CommonResources
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.CpuArchitecture
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.Operator
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.OSPlatform
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.TaskCancellationReason
-
Get the enum constant that is associated with the given numeric value.
- getFromValue(int) - Static method in enum agi.parallel.infrastructure.TaskStatus
-
Get the enum constant that is associated with the given numeric value.
- getHardDisk() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the amount of disk space on the drive the agent is running on.
- getHostArchitecture() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the desired CPU Architecture of the host that executes the task.
- getHostPool() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the hostpool snapshot.
- getId() - Method in class agi.parallel.client.ClusterJobScheduler
-
- getId() - Method in interface agi.parallel.client.IJobScheduler
-
Gets the id of this job scheduler.
- getId() - Method in class agi.parallel.client.Job
-
- getId() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the agent identifier.
- getId() - Method in interface agi.parallel.infrastructure.IJob
-
Gets the job's id.
- getId() - Method in interface agi.parallel.infrastructure.IMessageEndpoint
-
Gets the id of the participant's mailbox.
- getId() - Method in class agi.parallel.infrastructure.Task
-
Gets the unique handle of task.
- getId() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the id of the environment.
- getIdleTimeout() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets the idle timeout in milliseconds.
- getIsCanceled() - Method in class agi.parallel.client.Job
-
- getIsCanceled() - Method in interface agi.parallel.infrastructure.IJob
-
Gets a value indicating whether this job has been canceled.
- getIsCancelling() - Method in class agi.parallel.infrastructure.Task
-
Gets a value indicating whether this task is cancelling.
- getIsConnected() - Method in class agi.parallel.client.ClusterJobScheduler
-
- getIsConnected() - Method in interface agi.parallel.client.IJobScheduler
-
Gets a value indicating whether the job scheduler is connected.
- getIsEnabled() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets a value indicating whether this agent is enabled or disabled.
- getIsFinishedTaskStatus() - Method in class agi.parallel.infrastructure.Task
-
Gets a value indicating whether this task has been finished.
- getIsReadOnly() - Method in class agi.parallel.client.TaskCollection
-
- getIsReadOnly() - Method in class agi.parallel.client.TaskPreconditionCollection
-
- getIsRegistered() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets a value indicating whether this agent is registered.
- getJob() - Method in class agi.parallel.client.JobCompletedEventArgs
-
Gets the job that completed.
- getJob() - Method in class agi.parallel.client.JobSubmittedEventArgs
-
Get the job that completed.
- getJobCompletion() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets a value indicating whether to recycle the host upon job completion.
- getLicenseInfo(LicenseParameters) - Method in class agi.parallel.client.ClusterJobScheduler
-
- getLicenseInfo(LicenseParameters) - Method in interface agi.parallel.client.IGetLicenseInfo
-
Gets the license info that matches the provided license parameters.
- getLinkBandwidth() - Method in class agi.parallel.infrastructure.NetworkStatus
-
Gets the link bandwidth of the network interface.
- getLoggingLevel() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the logging level of the agent.
- getMachineName() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the name of the machine where the agent is running.
- getMaxConcurrentJobSubmissions() - Static method in class agi.parallel.client.JobSchedulerSettings
-
Gets the maximum number of concurrent job submissions.
- getMaximumHostCount() - Method in class agi.parallel.client.ClusterJobScheduler
-
- getMaximumHostCount() - Method in interface agi.parallel.client.IJobScheduler
-
Returns the maximum number of hosts that is available to the job scheduler.
- getMaximumReconnectionAttempts() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets the maximum number of times the job scheduler should try to reconnect to the coordinator before aborting.
- getMaxTaskInterruptedRetryAttempts() - Method in class agi.parallel.client.Job
-
- getMaxTaskInterruptedRetryAttempts() - Method in interface agi.parallel.infrastructure.IJob
-
Gets the maximum number of times task will be retried if task gets
interrupted.
- getMeetsThreshold() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets a value indicating whether the agent meets the threshold for agent selection that is set by the coordinator.
- getMemory() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the memory status (i.e.
- getMessage() - Method in class agi.parallel.infrastructure.NewMessageEventArgs
-
Gets the new message.
- getMessagingVersion() - Method in class agi.parallel.infrastructure.VersionInfo
-
Gets the messaging version.
- getMinimizeClientMessaging() - Method in class agi.parallel.client.Job
-
- getMinimizeClientMessaging() - Method in interface agi.parallel.infrastructure.IJob
-
Gets a value indicating whether to minimize sending some messages from the
Coordinator.
- getName() - Method in class agi.parallel.client.Job
-
- getName() - Method in interface agi.parallel.infrastructure.IJob
-
Gets the Job name.
- getName() - Method in class agi.parallel.infrastructure.Task
-
Gets the display name of the task.
- getName() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the display name of the task environment.
- getNetwork() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the network activity that agent using for remote connections.
- getNewStatus() - Method in class agi.parallel.client.TaskStatusChangedEventArgs
-
Gets the new task status.
- getNewStatus() - Method in class agi.parallel.infrastructure.StatusChangedEventArgs
-
Gets the new task status.
- getOperation() - Method in class agi.parallel.infrastructure.TaskPrecondition
-
Gets the operation.
- getOSPlatform() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets a value indicating what OS platform the agent is running on.
- getPayload() - Method in class agi.parallel.infrastructure.NonSerializableObject
-
Gets the payload which couldn't get deserialized.
- getPreviousStatus() - Method in class agi.parallel.client.TaskStatusChangedEventArgs
-
Gets the previous task status.
- getPreviousStatus() - Method in class agi.parallel.infrastructure.StatusChangedEventArgs
-
Gets the previous task status.
- getPriority() - Method in class agi.parallel.client.Job
-
Gets the job priority.
- getPriority() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the current priority of the resource.
- getPrivateMemoryUsageMaximum() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets the private memory usage maximum in bytes.
- getProductVersion() - Method in class agi.parallel.infrastructure.VersionInfo
-
Gets the product version.
- getProgress() - Method in class agi.parallel.infrastructure.TaskProgressInformation
-
- getProperties() - Method in class agi.parallel.infrastructure.Task
-
Gets the properties of the task.
- getProperties() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets task environment properties.
- getProperty(String) - Method in class agi.parallel.infrastructure.Task
-
Returns property value by name.
- getProperty(String) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Returns property value by name.
- getProvideClientCertificate() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets a value indicating whether or not to provide a client certificate to the coordinator.
- getReceiveRate() - Method in class agi.parallel.infrastructure.NetworkStatus
-
Gets the network sampled received rate.
- getRecycleSettings() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the recycling settings that determine when to shutdown the host process on which tasks run.
- getRegularInterval() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets the regular interval in milliseconds.
- getRequiredLicense() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the required license associated with this environment.
- getResource() - Method in class agi.parallel.infrastructure.TaskPrecondition
-
Gets the resource name.
- getResources() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the resources of the agent.
- getResourceValue() - Method in class agi.parallel.infrastructure.TaskPrecondition
-
Gets the value of the resource.
- getResult() - Method in class agi.parallel.infrastructure.Task
-
Gets Task's execution result.
- getRuntimeProperties() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the runtime properties of the agent.
- getSender() - Method in class agi.parallel.infrastructure.NewMessageEventArgs
-
Gets the sender of the message.
- getSendRate() - Method in class agi.parallel.infrastructure.NetworkStatus
-
Gets the network sampled send rate.
- getSpecificTimes() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets the specific times.
- getStandardError() - Method in class agi.parallel.infrastructure.Task
-
Gets the standard error of the host that executed the task.
- getStandardOutput() - Method in class agi.parallel.infrastructure.Task
-
Gets the standard output of the host that executed the task.
- getState() - Method in class agi.parallel.client.TaskStatusChangedEventArgs
-
Gets the state of the task.
- getState() - Method in class agi.parallel.infrastructure.StatusChangedEventArgs
-
Gets the state of the task.
- getTask() - Method in class agi.parallel.client.TaskCompletedEventArgs
-
- getTask() - Method in class agi.parallel.client.TaskProgressEventArgs
-
Gets the
Task
task whose progress was
updated.
- getTask() - Method in class agi.parallel.client.TaskStatusChangedEventArgs
-
Gets the task that has changed state.
- getTaskCancellationMessage() - Method in class agi.parallel.infrastructure.Task
-
Gets the optional task cancellation message.
- getTaskCancellationReason() - Method in class agi.parallel.infrastructure.Task
-
Gets the reason why the task was canceled.
- getTaskEnvironment() - Method in class agi.parallel.client.Job
-
- getTaskEnvironment() - Method in interface agi.parallel.infrastructure.IJob
-
- getTaskEnvironmentNoLongerReferenced() - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Gets a value indicating whether to recycle the host when its current task environment is no longer referenced.
- getTaskExecutionTimeout() - Method in class agi.parallel.client.Job
-
- getTaskExecutionTimeout() - Method in interface agi.parallel.infrastructure.IJob
-
Gets the timeout for task execution in milliseconds.
- getTaskPreconditions() - Method in class agi.parallel.client.Job
-
Gets the list of task pre conditions.
- getTasks() - Method in class agi.parallel.client.Job
-
Gets the tasks that are contained in this
Job
.
- getTasksPerHost() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
- getTaskStatus() - Method in class agi.parallel.infrastructure.Task
-
Gets the task status.
- getTeardownTimeout() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the amount of time teardown can run for before it is timed-out in milliseconds.
- getThresholdFailureReason() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the reason for the threshold failure.
- getTimeStamp() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the time of snapshot creation.
- getTotalSpace() - Method in class agi.parallel.infrastructure.HardDiskStatus
-
Gets the total disk space.
- getUserAuthorization() - Method in class agi.parallel.client.ClusterJobScheduler
-
- getUserAuthorization() - Method in interface agi.parallel.client.IGetAuthorizationInfo
-
Determines whether the user is authorized for the job submission protocol.
- getUserName() - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Gets the name of the user of this agent.
- getUseSsl() - Method in class agi.parallel.client.ClusterJobScheduler
-
Gets a value indicating whether or not to use SSL when communicating with the coordinator.
- getValue() - Method in enum agi.parallel.client.JobPriority
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.AgentSelectionType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.AuthorizationType
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.CommonResources
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.CpuArchitecture
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.Operator
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.OSPlatform
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.TaskCancellationReason
-
Get the numeric value associated with this enum constant.
- getValue() - Method in enum agi.parallel.infrastructure.TaskStatus
-
Get the numeric value associated with this enum constant.
- getVersionInfo() - Method in class agi.parallel.client.ClusterJobScheduler
-
- getVersionInfo() - Method in interface agi.parallel.client.IGetVersionInfo
-
Gets the version info of the job scheduler.
- getWorkingDirectory() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Gets the custom working directory of the task environment.
- GRACEFUL_CANCELLATION_TIMEOUT - Static variable in class agi.parallel.infrastructure.TaskProperties
-
The amount of time in milliseconds to wait for a task to exit gracefully when
cancelled.
- set(int, Task) - Method in class agi.parallel.client.TaskCollection
-
- set(int, TaskPrecondition) - Method in class agi.parallel.client.TaskPreconditionCollection
-
- setActivity(String) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the current activity performed on the agent.
- setAdditionalId(String) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the optional additional id of the environment.
- setAdditionalInformation(Object) - Method in class agi.parallel.infrastructure.TaskProgressInformation
-
Sets progress additional information.
- setAgentSelectionPreference(AgentSelectionType) - Method in class agi.parallel.client.Job
-
- setAgentSelectionPreference(AgentSelectionType) - Method in interface agi.parallel.infrastructure.IJob
-
Sets the agent selection preference.
- setAllowSelfSignedCertificates(boolean) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets a value indicating whether to allow self-signed certificates when communicating with the coordinator.
- setCancelOnClientDisconnection(boolean) - Method in class agi.parallel.client.Job
-
- setCancelOnClientDisconnection(boolean) - Method in interface agi.parallel.infrastructure.IJob
-
Sets a value indicating whether to cancel the tasks of this Job when the
client disconnects.
- setCancelOnTaskFailure(boolean) - Method in class agi.parallel.client.Job
-
- setCancelOnTaskFailure(boolean) - Method in interface agi.parallel.infrastructure.IJob
-
Sets a value indicating whether to cancel other tasks on this Job if another
Task
fails.
- setCapacity(int) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the capacity, which is the number of hosts that can be run simultaneously.
- setClusterResponseTimeout(int) - Static method in class agi.parallel.client.JobSchedulerSettings
-
Sets the number of milliseconds before timing out certain cluster api
requests.
- setCoordinatorMachineName(String) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets the name of the coordinator.
- setCoordinatorPort(int) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets port number of the coordinator.
- setCoordinatorReconnectionDelay(int) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets the amount of time, in milliseconds, the scheduler should wait before attempting to reconnect to the coordinator.
- setCoordinatorReconnectionInterval(int) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets the amount of time, in milliseconds, the scheduler should wait in between each reconnection attempt.
- setCoordinatorThumbprint(String) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets the expected thumbprint of the coordinator's certificate.
- setCoordinatorTimeout(int) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets the timeout wait time in milliseconds.
- setCpuSpeed(int) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the cpu speed for the machine where the agent is running.
- setCurrentCpuUsage(int) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the current cpu usage.
- setDateStarted(GregorianCalendar) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the time that agent connected to coordinator.
- setDescription(String) - Method in class agi.parallel.client.Job
-
- setDescription(String) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the description associated with this agent.
- setDescription(String) - Method in interface agi.parallel.infrastructure.IJob
-
Sets the Job description.
- setEstimatedMemoryBudget(int) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the estimated memory budget, which is the amount of estimated memory budgeted to the agent.
- setExclusiveExecution(boolean) - Method in class agi.parallel.client.Job
-
- setExclusiveExecution(boolean) - Method in interface agi.parallel.infrastructure.IJob
-
Sets a value indicating whether the tasks on this job should have exclusive
access to the resource it is running on.
- setFailIfPreconditionsNotSatisfied(boolean) - Method in class agi.parallel.client.Job
-
- setFailIfPreconditionsNotSatisfied(boolean) - Method in interface agi.parallel.infrastructure.IJob
-
Sets a value indicating whether to fail all tasks immediately of this Job if
the precondition is not satisfied.
- setFixedNumberOfTasks(int) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets the fixed number of tasks.
- setFreeSpace(long) - Method in class agi.parallel.infrastructure.HardDiskStatus
-
Sets the free disk space.
- setHardDisk(HardDiskStatus) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the amount of disk space on the drive the agent is running on.
- setHostArchitecture(CpuArchitecture) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the desired CPU Architecture of the host that executes the task.
- setHostPool(List<HostSnapshot>) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the hostpool snapshot.
- setId(UUID) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the agent identifier.
- setId(UUID) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the id of the environment.
- setIdleTimeout(int) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets the idle timeout in milliseconds.
- setIsEnabled(boolean) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets a value indicating whether this agent is enabled or disabled.
- setIsRegistered(boolean) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets a value indicating whether this agent is registered.
- setJobCompletion(boolean) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets a value indicating whether to recycle the host upon job completion.
- setLinkBandwidth(long) - Method in class agi.parallel.infrastructure.NetworkStatus
-
Sets the link bandwidth of the network interface.
- setLoggingLevel(LoggingLevel) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the logging level of the agent.
- setMachineName(String) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the name of the machine where the agent is running.
- setMaxConcurrentJobSubmissions(int) - Static method in class agi.parallel.client.JobSchedulerSettings
-
Sets the maximum number of concurrent job submissions.
- setMaximumReconnectionAttempts(int) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets the maximum number of times the job scheduler should try to reconnect to the coordinator before aborting.
- setMaxTaskInterruptedRetryAttempts(short) - Method in class agi.parallel.client.Job
-
- setMaxTaskInterruptedRetryAttempts(short) - Method in interface agi.parallel.infrastructure.IJob
-
Sets the maximum number of times task will be retried if task gets
interrupted.
- setMeetsThreshold(boolean) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets a value indicating whether the agent meets the threshold for agent selection that is set by the coordinator.
- setMemory(MemoryStatus) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the memory status (i.e.
- setMessagingVersion(int) - Method in class agi.parallel.infrastructure.VersionInfo
-
Sets the messaging version.
- setMinimizeClientMessaging(boolean) - Method in class agi.parallel.client.Job
-
- setMinimizeClientMessaging(boolean) - Method in interface agi.parallel.infrastructure.IJob
-
Sets a value indicating whether to minimize sending some messages from the
Coordinator.
- setName(String) - Method in class agi.parallel.client.Job
-
- setName(String) - Method in interface agi.parallel.infrastructure.IJob
-
Sets the Job name.
- setName(String) - Method in class agi.parallel.infrastructure.Task
-
Sets the display name of the task.
- setName(String) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the display name of the task environment.
- setNetwork(NetworkStatus) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the network activity that agent using for remote connections.
- setOperation(Operator) - Method in class agi.parallel.infrastructure.TaskPrecondition
-
Sets the operation.
- setOSPlatform(OSPlatform) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets a value indicating what OS platform the agent is running on.
- setPriority(JobPriority) - Method in class agi.parallel.client.Job
-
Sets the job priority.
- setPriority(int) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the current priority of the resource.
- setPrivateMemoryUsageMaximum(long) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets the private memory usage maximum in bytes.
- setProductVersion(String) - Method in class agi.parallel.infrastructure.VersionInfo
-
Sets the product version.
- setProgress(int) - Method in class agi.parallel.infrastructure.Task
-
Sets progress of task.
- setProgress(int, Object) - Method in class agi.parallel.infrastructure.Task
-
Sets progress of task.
- setProgress(int) - Method in class agi.parallel.infrastructure.TaskProgressInformation
-
- setProperty(String, Object) - Method in class agi.parallel.infrastructure.Task
-
Sets properties on Task.
- setProperty(String, Object) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets property value.
- setProvideClientCertificate(boolean) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets a value indicating whether to provide a client certificate to the coordinator.
- setReceiveRate(int) - Method in class agi.parallel.infrastructure.NetworkStatus
-
Sets the network sampled received rate.
- setRecycleSettings(HostRecycleSettings) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the recycling settings used for the policy which determines when to shutdown the host process the task runs on.
- setRegularInterval(int) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets the regular interval in milliseconds.
- setRequiredLicense(LicenseParameters) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the required license associated with this environment.
- setResource(String) - Method in class agi.parallel.infrastructure.TaskPrecondition
-
Sets the resource name.
- setResources(Map<String, String>) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the resources of the agent.
- setResourceValue(Object) - Method in class agi.parallel.infrastructure.TaskPrecondition
-
Sets the value of the resource.
- setResult(Object) - Method in class agi.parallel.infrastructure.Task
-
Sets Task's execution result.
- setRuntimeProperties(Map<String, String>) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the runtime properties of the agent.
- setSendRate(int) - Method in class agi.parallel.infrastructure.NetworkStatus
-
Sets the network sampled send rate.
- setSpecificTimes(String) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets the specific times.
- setTaskEnvironment(TaskEnvironment) - Method in class agi.parallel.client.Job
-
- setTaskEnvironment(TaskEnvironment) - Method in interface agi.parallel.infrastructure.IJob
-
Sets Job's
TaskEnvironment
(
get
/
set
)
- setTaskEnvironmentNoLongerReferenced(boolean) - Method in class agi.parallel.infrastructure.HostRecycleSettings
-
Sets a value indicating whether to recycle the host when its current task environment is no longer referenced.
- setTaskExecutionTimeout(int) - Method in class agi.parallel.client.Job
-
- setTaskExecutionTimeout(int) - Method in interface agi.parallel.infrastructure.IJob
-
Sets the timeout for task execution in milliseconds.
- setTasksPerHost(int) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
- setTeardownTimeout(int) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the amount of time teardown can run for before it is timed-out in milliseconds.
- setThresholdFailureReason(String) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the reason for the threshold failure.
- setTimeStamp(GregorianCalendar) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the time of snapshot creation.
- setTotalSpace(long) - Method in class agi.parallel.infrastructure.HardDiskStatus
-
Sets the total disk space.
- setup() - Method in class agi.parallel.infrastructure.DefaultTaskEnvironment
-
- setup() - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Called by Host before Task is executed.
- setUserName(String) - Method in class agi.parallel.infrastructure.AgentSnapshot
-
Sets the name of the user of this agent.
- setUseSsl(boolean) - Method in class agi.parallel.client.ClusterJobScheduler
-
Sets a value indicating whether or not to use SSL when communicating with the coordinator.
- setWorkingDirectory(String) - Method in class agi.parallel.infrastructure.TaskEnvironment
-
Sets the custom working directory of the task environment.
- size() - Method in class agi.parallel.client.TaskCollection
-
- size() - Method in class agi.parallel.client.TaskPreconditionCollection
-
- StatusChangedEventArgs - Class in agi.parallel.infrastructure
-
Provides data for the StatusChanged
event.
- StatusChangedEventArgs(TaskStatus, TaskStatus, TaskState) - Constructor for class agi.parallel.infrastructure.StatusChangedEventArgs
-
- StatusChangedListener - Interface in agi.parallel.infrastructure
-
The listener interface for listening for the task to change state.
- subList(int, int) - Method in class agi.parallel.client.TaskCollection
-
- subList(int, int) - Method in class agi.parallel.client.TaskPreconditionCollection
-
- submit() - Method in class agi.parallel.client.Job
-
- submit() - Method in interface agi.parallel.infrastructure.IJob
-
Submits job to job scheduler.
- submitJob(Job, JobSubmitListener) - Method in class agi.parallel.client.ClusterJobScheduler
-
- submitJob(Job, JobSubmitListener) - Method in interface agi.parallel.client.IJobScheduler
-
Submits job to the job scheduler so that the job scheduler can add the job to it's queue.
- SUBMITTER_ID - Static variable in class agi.parallel.infrastructure.TaskProperties
-
The id of the client that submitted this task.