- abort() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- abort() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
-
This method is called if the LoginContext's overall authentication
failed.
- abort() - Method in class org.ow2.proactive.authentication.PAMLoginModule
-
This method is called if the LoginContext's overall authentication
failed.
- AbortJob - Class in org.ow2.proactive.scheduler.examples
-
AbortJob is a task behavior that will throw an exception 3s after starting.
- AbortJob() - Constructor for class org.ow2.proactive.scheduler.examples.AbortJob
-
- AbstractAccountsManager<E extends Account> - Class in org.ow2.proactive.account
-
Sub classes may use the logger of this class.
- AbstractAccountsManager(String, Logger) - Constructor for class org.ow2.proactive.account.AbstractAccountsManager
-
- AbstractJMXHelper - Class in org.ow2.proactive.jmx
-
This helper class represents the common JMX monitoring infrastructure.
- AbstractJMXHelper() - Constructor for class org.ow2.proactive.jmx.AbstractJMXHelper
-
Can be called only by sub-classes
- AbstractJMXHelper(Logger) - Constructor for class org.ow2.proactive.jmx.AbstractJMXHelper
-
Can be called only by sub-classes
- AbstractSmartProxy<T extends JobTracker> - Class in org.ow2.proactive.scheduler.smartproxy.common
-
Asbtract implementation of smart proxy that factorizes code used by all smart proxy implementations.
- AbstractSmartProxy() - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- AbstractSmartProxy(T) - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- AcceptAllValidator<T> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- AcceptAllValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.AcceptAllValidator
-
- acceptAnyCertificate - Variable in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- acceptAnyHostname - Variable in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- AccessRightException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when trying to perform an action not allowed by a user.
It could be an administration method or simply an access to a job that you do not own.
- AccessRightException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
-
Create a new instance of AccessRightException
- AccessRightException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
-
Create a new instance of AccessRightException
- AccessRightException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
-
Create a new instance of AccessRightException
- AccessRightException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
-
Create a new instance of AccessRightException
- Account - Interface in org.ow2.proactive.account
-
The common definition of an account.
- accountsMap - Variable in class org.ow2.proactive.account.AbstractAccountsManager
-
The map that contains all statistics
- activateLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- activateLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- add(Permission) - Method in class org.ow2.proactive.policy.Permissions
-
- add(T) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- add(List<Element>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- add(String, String) - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
-
- add(TaskUsage) - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- add(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Unsupported ListIterator operation.
- addAdditionalClasspath(String...) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
- addAdditionalClasspath(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Add a new additional Classpath value.
- addAll(Collection<? extends RMEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
- addAppender(Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
When an appender is added, then the content of the storage is append into
the added appender.
- addAppender(String, Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
- addAppender(String, Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
-
- addArgument(String, Serializable) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
Add an argument to the list of arguments.
- addBinding(String, Object) - Method in class org.ow2.proactive.scripting.ScriptHandler
-
Add a binding to the script that will be handle by this handler.
- addBindings(Map<String, Object>) - Method in class org.ow2.proactive.scripting.ScriptHandler
-
Add multiple bindings to the script that will be handle by this handler.
- addBindingsToScriptHandler(ScriptHandler, TaskContext, VariablesMap, Map<String, Serializable>, Map<String, String>, SchedulerNodeClient, RemoteSpace, RemoteSpace, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
- addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- addDataSourceProperty(String, String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
-
- addDependence(Task) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Add a dependence to the task.
- addDependence(Task) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
If the Task was submitted, a call to this method will throw a
RuntimeException.
- addDependences(List<Task>) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
- addDependences(List<Task>) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
If the Task was submitted, a call to this method will throw a
RuntimeException.
- addEmptyLine() - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Add a empty line to the list of lines.
- addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Add a scheduler event Listener.
- addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Add a scheduler event Listener.
- addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
Subscribes a listener to the Scheduler
- addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- addEventListener(SchedulerEventListenerExtended) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- addEventListener(SchedulerEventListenerExtended, boolean, SchedulerEvent[]) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- addEventListener(SchedulerEventListenerExtended, boolean, SchedulerEvent[]) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- addEventListener(SchedulerEventListenerExtended, boolean, SchedulerEvent...) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- addGenericInformation(String, String) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Add an information to the generic informations map field.
- addGenericInformations(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Add a map of generic informations into the generic informations map field.
- addHostTopology(String, InetAddress, HashMap<InetAddress, Long>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Adds host information to the topology.
- addIndent(String) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
-
- addIndent(String, int) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
-
- AddingNodesException - Exception in org.ow2.proactive.resourcemanager.exception
-
Exception Generated by the RMCore.
- AddingNodesException(String) - Constructor for exception org.ow2.proactive.resourcemanager.exception.AddingNodesException
-
Attaches a message to the Exception
- AddingNodesException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.exception.AddingNodesException
-
Attaches a cause to the Exception
- addInputFiles(FileSelector, InputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Add the files value to the given files value
according to the provided access mode.
- addInputFiles(String, InputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Add the files to the given filesToInclude value
according to the provided access mode.
- addJVMArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Add a new JVM argument value.
- addLine(List<String>) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Add the given lines value to existing lines.
- addNode(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- addNode(String, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- addNode(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Adds an existing node to the default node source of the resource manager.
- addNode(String, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Adds an existing node to the particular node source.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- addOutputFiles(FileSelector, OutputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Add the files value to the given files value
according to the provided access mode.
- addOutputFiles(String, OutputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Add the files to the given filesToInclude value
according to the provided access mode.
- addRMEventListener(RMEventListener, RMEventType...) - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
-
Register a new Resource manager listener.
- addSelectionScript(SelectionScript) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To add a selection script to the list of selection script.
- addSubmit() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Add one to the submit number
- addSystemEnvironmentVariable(String, String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Add a new system environment variables value from its name and value.
- addTask(Task) - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
Add a task to this task flow job.
The task name must not be null as it is not by default.
The task name must also be different for each task as it is used to identify each task result.
If not set, the task name will be a generated one : 'task_X' (where X is the Xth added task number)
- addTaskResult(String, TaskResult, boolean) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
-- For internal use only --
Add a new task result to this job result.
Used by the scheduler to fill your job result.
- addTasks(List<Task>) - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
Add a list of tasks to this task flow job.
- addThirdPartyCredential(String, String) - Method in class org.ow2.proactive.authentication.crypto.CredData
-
- addToAllResults(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
Add this new (from replication) task result to the list of known tasks.
- ALLACCOUNTS_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
-
- allExceptThese(TaskStatus...) - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
- AllObjects2BytesConverterHandler - Class in org.ow2.proactive.scheduler.common.util
-
- AllowAllTrustStrategy - Class in org.ow2.proactive.http
-
- AllowAllTrustStrategy() - Constructor for class org.ow2.proactive.http.AllowAllTrustStrategy
-
- allowAnyCertificate(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- allowAnyHostname(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- AllPermission - Class in org.ow2.proactive.permissions
-
The AllPermission is a permission that implies all other permissions.
- AllPermission() - Constructor for class org.ow2.proactive.permissions.AllPermission
-
- AlreadyConnectedException - Exception in org.ow2.proactive.scheduler.common.exception
-
AlreadyConnectedException is thrown if a client already connected try to connect again
- AlreadyConnectedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
-
Attaches a message to the AlreadyConnectedException.
- AlreadyConnectedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
-
Create a new instance of AlreadyConnectedException.
- AlreadyConnectedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
-
Create a new instance of AlreadyConnectedException with the given message and cause
- AlreadyConnectedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
-
Create a new instance of AlreadyConnectedException with the given cause.
- ANYWHERE - Static variable in class org.ow2.proactive.scheduler.common.task.RestartMode
-
The task will be restarted according to its possible resources.
- append(LoggingEvent) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
- append(LoggingEvent) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
-
- append(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an object to this string builder.
- append(CharSequence) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a CharSequence to this string builder.
- append(CharSequence, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a CharSequence to this string builder.
- append(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a string to this string builder.
- append(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string to this string builder.
- append(String, Object...) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
- append(CharBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends the contents of a char buffer to this string builder.
- append(CharBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends the contents of a char buffer to this string builder.
- append(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a string buffer to this string builder.
- append(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string buffer to this string builder.
- append(StringBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a StringBuilder to this string builder.
- append(StringBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a StringBuilder to this string builder.
- append(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends another string builder to this string builder.
- append(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string builder to this string builder.
- append(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a char array to the string builder.
- append(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a char array to the string builder.
- append(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a boolean value to the string builder.
- append(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a char value to the string builder.
- append(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an int value to the string builder using String.valueOf
.
- append(long) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a long value to the string builder using String.valueOf
.
- append(float) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a float value to the string builder using String.valueOf
.
- append(double) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a double value to the string builder using String.valueOf
.
- appendAll(T...) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends each item in an array to the builder without any separators.
- appendAll(Iterable<?>) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends each item in a iterable to the builder without any separators.
- appendAll(Iterator<?>) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends each item in an iterator to the builder without any separators.
- AppenderProvider - Interface in org.ow2.proactive.scheduler.common.util.logforwarder
-
An appender provider is a container that can be sent over the network and that contains a log appender.
- appendFixedWidthPadLeft(Object, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadLeft(int, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadRight(Object, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an object to the builder padding on the right to a fixed length.
- appendFixedWidthPadRight(int, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an object to the builder padding on the right to a fixed length.
- appendln(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an object followed by a new line to this string builder.
- appendln(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a string followed by a new line to this string builder.
- appendln(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string followed by a new line to this string builder.
- appendln(String, Object...) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
- appendln(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a string buffer followed by a new line to this string builder.
- appendln(StringBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a string builder followed by a new line to this string builder.
- appendln(StringBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string builder followed by a new line to this string builder.
- appendln(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string buffer followed by a new line to this string builder.
- appendln(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends another string builder followed by a new line to this string builder.
- appendln(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends part of a string builder followed by a new line to this string builder.
- appendln(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a char array followed by a new line to the string builder.
- appendln(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a char array followed by a new line to the string builder.
- appendln(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a boolean value followed by a new line to the string builder.
- appendln(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a char value followed by a new line to the string builder.
- appendln(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an int value followed by a new line to the string builder using String.valueOf
.
- appendln(long) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a long value followed by a new line to the string builder using String.valueOf
.
- appendln(float) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a float value followed by a new line to the string builder using String.valueOf
.
- appendln(double) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a double value followed by a new line to the string builder using String.valueOf
.
- appendNewLine() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends the new line string to this string builder.
- appendNull() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends the text representing null
to this string builder.
- appendPadding(int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends the pad character to the builder the specified number of times.
- appendSeparator(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a separator if the builder is currently non-empty.
- appendSeparator(String, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends one of both separators to the StrBuilder.
- appendSeparator(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a separator if the builder is currently non-empty.
- appendSeparator(char, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Append one of both separators to the builder
If the builder is currently empty it will append the defaultIfEmpty-separator
Otherwise it will append the standard-separator
The separator is appended using
StrBuilder.append(char)
.
- appendSeparator(String, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a separator to the builder if the loop index is greater than zero.
- appendSeparator(char, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a separator to the builder if the loop index is greater than zero.
- appendStoredEvents(Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Append stored events to the given appender.
- appendTo(Appendable) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends current contents of this
StrBuilder
to the
provided
Appendable
.
- appendWithSeparators(Object[], String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an array placing separators between each value, but
not before the first or after the last.
- appendWithSeparators(Iterable<?>, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends a iterable placing separators between each value, but
not before the first or after the last.
- appendWithSeparators(Iterator<?>, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Appends an iterator placing separators between each value, but
not before the first or after the last.
- apply() - Method in interface org.ow2.proactive.utils.Lambda.CallableThatThrows
-
- apply(T) - Method in interface org.ow2.proactive.utils.Lambda.FunctionThatThrows
-
- applyFormats(String, DateFormat...) - Static method in class org.ow2.proactive.scheduler.common.job.JobDeadline
-
- applyReplacementsOnGenericInformation(Map<String, String>, Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
- ARBITRARY - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
no constraint on node location
- ArbitraryTopologyDescriptor - Class in org.ow2.proactive.topology.descriptor
-
The descriptor indicated that there is no constraints on node location.
- ArbitraryTopologyDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.ArbitraryTopologyDescriptor
-
Creates a new instance of the descriptor
- ARCHIVE_DEFAULT_XMLFILE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Archive special manifest directory, file, property
- ARCHIVE_MANIFEST_DIRECTORY - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
- ARCHIVE_MANIFEST_FILE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
- ARCHIVE_MANIFEST_PROPERTY_XMLFILE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
- areNodesKnown(NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- areNodesKnown(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Check whether the nodes in the given node set are known by the resource
manager
- areNodesRecoverable(NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- areNodesRecoverable(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Check whether the nodes in the given node set can be recovered in case
of a crash
- ARGS_FIELD_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.JavaTask
-
For internal use: name of the field that stores task arguments
- ARGUMENTS_NAME - Static variable in class org.ow2.proactive.scripting.Script
-
Variable name for script arguments
- ASC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort according to ascendant order
- ASC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- ASC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- asReader() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the contents of this builder as a Reader.
- asTokenizer() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Creates a tokenizer that can tokenize the contents of this builder.
- asWriter() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets this builder as a Writer that can be written to.
- AsyncAppenderWithStorage - Class in org.ow2.proactive.scheduler.common.util.logforwarder.appenders
-
Class defines a log4j AsyncAppender that is able to store all appended event additionally
to bufferize and send them to the added appenders.
- AsyncAppenderWithStorage() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Create a AsyncAppenderWithStorage with default parameters.
- AsyncAppenderWithStorage(int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Create a AsyncAppenderWithStorage.
- AsyncAppenderWithStorage(String) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Create a AsyncAppenderWithStorage.
- AsyncAppenderWithStorage(String, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Create a AsyncAppenderWithStorage.
- authenticate(Credentials) - Method in interface org.ow2.proactive.authentication.Authentication
-
Performs login.
- authenticate(Credentials) - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
Performs login.
- authenticate(Object) - Method in class org.ow2.proactive.jmx.JMXAuthenticatorImpl
-
This method is automatically called when a JMX client tries to connect to the MBean Server referred
by the connector.
- Authentication - Interface in org.ow2.proactive.authentication
-
Authentication interface.
- AuthenticationImpl - Class in org.ow2.proactive.authentication
-
An active object responsible for authentication.
- AuthenticationImpl() - Constructor for class org.ow2.proactive.authentication.AuthenticationImpl
-
Empty constructor
- AuthenticationImpl(String, String, String) - Constructor for class org.ow2.proactive.authentication.AuthenticationImpl
-
Default constructor
- AVG - Static variable in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
-
AVG - the mean distance between elements of each cluster (also called average linkage clustering)
The similarity of two clusters is the similarity of their centers.
- AwaitedJob - Class in org.ow2.proactive.scheduler.smartproxy.common
-
A job which has been submitted to the scheduler and whose output data needs
to be transfered after termination.
- AwaitedJob() - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- AwaitedJob(String, String, String, String, String, String, String, boolean, boolean, HashMap<String, AwaitedTask>) - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- awaitedJobs - Variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
A map of jobs that have been launched and which results are awaited each
time a new job is sent to the scheduler for computation, it will be added
to this map, as an entry of (JobId, AwaitedJob), where JobId is given as
a string.
- AwaitedTask - Class in org.ow2.proactive.scheduler.smartproxy.common
-
AwaitedTask
- AwaitedTask(String, List<OutputSelector>) - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- AzureBlobDownloader - Class in org.ow2.proactive.scheduler.examples
-
Import file(s) from an Azure Blob Storage using an AzureBlobDownloader task.
- AzureBlobDownloader() - Constructor for class org.ow2.proactive.scheduler.examples.AzureBlobDownloader
-
- AzureBlobUploader - Class in org.ow2.proactive.scheduler.examples
-
Export file(s) to an Azure Blob Storage using an AzureBlobUploader task.
- AzureBlobUploader() - Constructor for class org.ow2.proactive.scheduler.examples.AzureBlobUploader
-
- AzureStorageConnectorUtils - Class in org.ow2.proactive.scheduler.examples
-
- callbackHandler - Variable in class org.ow2.proactive.authentication.FileLoginModule
-
JAAS call back handler used to get authentication request parameters
- CANCEL_JOB - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
-
- capacity() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the current size of the internal character array buffer.
- CATALOG_OBJECT_MODEL_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
-
- CATALOG_OBJECT_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- CATALOG_OBJECT_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- CatalogObjectParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- CatalogObjectParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- CatalogObjectValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- CatalogObjectValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
-
- ChangedTasksInfo - Class in org.ow2.proactive.scheduler.job
-
- ChangedTasksInfo() - Constructor for class org.ow2.proactive.scheduler.job.ChangedTasksInfo
-
- changeJobPriority(JobId, JobPriority) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Change the priority of the job represented by jobId.
Only administrator can change the priority to HIGH, HIGEST, IDLE.
- changeJobPriority(String, JobPriority) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Change the priority of the job represented by jobId.
Only administrator can change the priority to HIGH, HIGEST, IDLE.
The jobId is given as a string.
- changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- changePolicy(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
For administrator only, change the policy of the scheduler.
- changePolicy(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- changePolicy(String) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- changePolicy(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- changePolicy(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- changeStartAt(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Change the START_AT generic information at job level and reset the
scheduledAt at task level
- changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- changeStartAt(JobId, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- channelExists(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Check for channel existence
- channelExists(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- channelExists(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- charAt(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the character at the specified index.
- charMatcher(char) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Constructor that creates a matcher from a character.
- charSetMatcher(char...) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Constructor that creates a matcher from a set of characters.
- charSetMatcher(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Constructor that creates a matcher from a string representing a set of characters.
- checkConfigAndGetUser(Decrypter) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
-
- checkCudaWin() - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if CUDA is set-up (for Windows System only)
- checkExec(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if a file exist in folders contains in PATH environment variable
- checkFileExist(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if the given file path exist or not.
- checkFreeMemory(long) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if there is enough free memory.
- checkFreeSpaceDiskAvailable(Long, String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if free space (for a specify path) is greater than space
- checkFreeSpaceDiskAvailableForTmpDir(Long) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if default free space (tmpdir) is greater than parameter
- checkGroupFile() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- checkHostName(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if the host name is the given one.
- checkInitialized() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- checkIp(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if the host matches the given IP address.
The IP can be given as x.x.x.x or using the token * to match a network for example.
- checkJavaProperty(String, String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check a Java Property
- checkJobPermissionMethod(String, String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Check if the user has the permission to execute the method passed as argument
- checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- checkLoginFile() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- checkOSArch(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check the OS Architecture
- checkOSName(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check the OS Name (case-insensitive)
- checkOSVersion(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check the OS Version
- checkPermission(Credentials) - Method in interface org.ow2.proactive.jmx.PermissionChecker
-
Checks that client has the specified permission.
- checkPermission(Permission, String) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Checks if user has the specified permission.
- checkProperties(String, Conditions) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check all given conditions in the given configuration file path.
This method returns true if (and only if) every conditions match the given file.
- checkProperty(String, Condition) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check the condition in the given configuration file.
- checkVariableFormat(Task, JobVariable, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
-
- checkWifi() - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Check if a wireless network interface exist
- children - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
-
- Chronological - Annotation Type in org.ow2.proactive.jmx
-
This annotation marks the fields of mbean for those we have a history in rrd data base.
- ClasspathUtils - Class in org.ow2.proactive.utils
-
- ClasspathUtils() - Constructor for class org.ow2.proactive.utils.ClasspathUtils
-
- cleanDatabase() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Cleans the DataBase handled by the smart proxy, it will delete all informations tracked.
- cleanDataBase() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- cleanDataBase() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- CleanupTimeoutGetter - Class in org.ow2.proactive.scheduler.task.utils.task.termination
-
- CleanupTimeoutGetter() - Constructor for class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetter
-
- CleanupTimeoutGetterDoubleValue - Class in org.ow2.proactive.scheduler.task.utils.task.termination
-
- CleanupTimeoutGetterDoubleValue() - Constructor for class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetterDoubleValue
-
- clear() - Method in class org.ow2.proactive.authentication.NoCallback
-
Resets properties.
- clear() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- clear() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Clears the string builder (convenience Collections API style method).
- clear(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Removes all of the mappings from this channel map (optional operation).
- clear(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- clear(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- clear() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- clearCache() - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
This methods performs a full refresh from database.
- clearTasksChanges() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- ClientBase - Class in org.ow2.proactive.scheduler.rest
-
- ClientBase() - Constructor for class org.ow2.proactive.scheduler.rest.ClientBase
-
- ClientJobSerializationHelper - Class in org.ow2.proactive.scheduler.job
-
- ClientJobSerializationHelper() - Constructor for class org.ow2.proactive.scheduler.job.ClientJobSerializationHelper
-
- ClientJobState - Class in org.ow2.proactive.scheduler.job
-
This class is a client view of a
JobState
.
- ClientJobState(JobState) - Constructor for class org.ow2.proactive.scheduler.job.ClientJobState
-
- ClientPermission - Class in org.ow2.proactive.permissions
-
Base class of client specific permissions.
- ClientPermission() - Constructor for class org.ow2.proactive.permissions.ClientPermission
-
- ClientPermission(String) - Constructor for class org.ow2.proactive.permissions.ClientPermission
-
- ClientPermission(String, String) - Constructor for class org.ow2.proactive.permissions.ClientPermission
-
- ClientProvider - Class in org.ow2.proactive.jmx.provider.ro
-
A provider for creating JMX API connector clients using a given
protocol.
- ClientProvider() - Constructor for class org.ow2.proactive.jmx.provider.ro.ClientProvider
-
- ClientsPolicy - Class in org.ow2.proactive.policy
-
The java security policy which is used in the scheduler and the resource manager and
is indented to filter out permissions for their clients.
- ClientTaskState - Class in org.ow2.proactive.scheduler.task
-
- ClientTaskState(TaskState) - Constructor for class org.ow2.proactive.scheduler.task.ClientTaskState
-
- clone() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- clone() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Clones the topology object, which is uses for synchronization purposes.
- clone() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Creates a new instance of this Tokenizer.
- cloneAndFilter(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
Clones current state events, but keep only those events which has counter bigger than provided 'filter'
Event counter can take values [0, +).
- cloneAndFilterNotRemovedOnly() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
Clones current state events, but keep only those events which was not removed.
- close() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
Closes this connection.
- close() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- close() - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
Closes this server.
- close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
- close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
-
- close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
-
- close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
-
Closes this output stream and releases any system resources
associated with this stream.
- close() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- close() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- close() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- close() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- close() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- close() - Method in class org.ow2.proactive.scheduler.task.utils.ProcessStreamsReader
-
- close() - Method in class org.ow2.proactive.utils.BoundedStringWriter
-
Closing a BoundedStringWriter has no effect.
- CLOSE_TAG_PATTERN - Static variable in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
pattern that matches for open tag for provided tag name.
- closeConnectionById(String) - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
- ClosureEvaluationException - Exception in org.ow2.proactive.scheduler.synchronization
-
- ClosureEvaluationException() - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
-
- ClosureEvaluationException(String) - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
-
- ClosureEvaluationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
-
- ClosureEvaluationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
-
- Cluster<Element> - Class in org.ow2.proactive.resourcemanager.frontend.topology.clustering
-
Class represents the cluster of elements grouped by their proximity.
- Cluster(String, Element) - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- clusterize(int, Set<String>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
-
- clusterize(int, DistanceFunction) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Clustirizes hosts into clusters based on their proximity
- clusterize(int, DistanceFunction) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Clustirizes hosts into clusters based on their proximity
- CMD_FILE_COMMENT_CHAR - Static variable in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
-
comment character used to ignore line in text file containing
native commands
- COLLECTOR_BIND_NAME - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
-
- commaMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns a matcher which matches the comma character.
- commit() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- commit() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
-
This method is called if the LoginContext's overall authentication
succeeded (the relevant REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL
LoginModules succeeded).
- commit() - Method in class org.ow2.proactive.authentication.PAMLoginModule
-
This method is called if the LoginContext's overall authentication
succeeded (the relevant REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL
LoginModules succeeded).
- commit() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- CommonAttribute - Class in org.ow2.proactive.scheduler.common.task
-
Definition of the common attributes between job and task.
- CommonAttribute() - Constructor for class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
- CommonHttpClientBuilder - Class in org.ow2.proactive.http
-
Utility class used to perform http connections with trust strategy
- CommonHttpClientBuilder() - Constructor for class org.ow2.proactive.http.CommonHttpClientBuilder
-
- CommonHttpResourceDownloader - Class in org.ow2.proactive.http
-
- CommonHttpResourceDownloader.UrlContent - Class in org.ow2.proactive.http
-
- COMP_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.util.ZipUtils
-
Compression level of the file.
- COMPARE_BY_FINISHED_TIME_ASC - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- compareByteArray(byte[], byte[]) - Method in class org.ow2.proactive.scripting.SelectionScript
-
Compare two arrays of bytes
- compareTo(RMEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- compareTo(JobState) - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
- compareTo(UserIdentification) - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- compareTo(TaskState) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
- compareTo(JobId) - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
- compareTo(TaskId) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
- CompilationException - Exception in org.ow2.proactive.scheduler.synchronization
-
- CompilationException() - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
-
- CompilationException(String) - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
-
- CompilationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
-
- CompilationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
-
- compute(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Attempts to compute a mapping for the specified key and its current
mapped value (or null
if there is no current mapping).
- compute(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- compute(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- computeIfAbsent(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
If the specified key is not already associated with a value (or is mapped
to null
), attempts to compute its value using the given mapping
function and enters it into this map unless null
.
- computeIfAbsent(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- computeIfAbsent(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- computeIfPresent(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- computeIfPresent(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- computeIfPresent(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- Condition - Class in org.ow2.proactive.scripting.helper.selection
-
A Condition object is a structure which defines
- the name of the property
- the value which will compare
- the operator which will be used to operate this
In order to compare some values with a local property file, create one or
several Condition object and call CheckProperty or CheckProperties method
- Condition(String, int, String) - Constructor for class org.ow2.proactive.scripting.helper.selection.Condition
-
Create a new condition using its name, operator and value.
- conditionalCompute(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Conditional execution on a key based on a predicate result and remapping function.
- conditionalCompute(String, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Conditional execution on a key based on a predicate result and two remapping functions.
- conditionalCompute(String, TaskId, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- conditionalCompute(String, TaskId, String, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- conditionalCompute(String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- conditionalCompute(String, String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- conditionalReplaceAll(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Replaces each entry's value with the result of invoking the given function on that entry if the given predicate is satisfied.
- conditionalReplaceAll(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Replaces each entry's value with the result of invoking the given function on that entry if the given predicate is satisfied.
- conditionalReplaceAll(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- conditionalReplaceAll(String, TaskId, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- conditionalReplaceAll(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- conditionalReplaceAll(String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- Conditions - Class in org.ow2.proactive.scripting.helper.selection
-
Conditions provide a way to group a list of conditions used for the selection scripts
- Conditions() - Constructor for class org.ow2.proactive.scripting.helper.selection.Conditions
-
- Configurable - Annotation Type in org.ow2.proactive.resourcemanager.nodesource.common
-
Annotation for automatic GUI construction.
- ConfigurableAdapter - Class in org.ow2.proactive.resourcemanager.nodesource.common
-
Converts the @Configurable annotation into a String,
else JAXB / JACKSON won't serialize it
- ConfigurableAdapter() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter
-
- ConfigurableAdapter.ConfigurableValues - Enum in org.ow2.proactive.resourcemanager.nodesource.common
-
Keep track of the possible values of the @Configurable annotation
- ConfigurableAdapter.ConfigurableWrapper - Class in org.ow2.proactive.resourcemanager.nodesource.common
-
Actual serialized object
- ConfigurableField - Class in org.ow2.proactive.resourcemanager.nodesource.common
-
Encapsulation of field name, value and its meta data.
- ConfigurableField(String, String, Configurable) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
-
- ConfigurableWrapper(ConfigurableAdapter.ConfigurableValues, String, boolean) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableWrapper
-
- configuredEvents - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- configureEvents(SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Configure the scheduler events this smart proxy is listening to.
- configureSecurityManager(String, long) - Static method in class org.ow2.proactive.utils.SecurityPolicyLoader
-
- connect(String) - Method in class org.ow2.proactive.authentication.Connection
-
Connect to the service with given url.
- connect() - Method in class org.ow2.proactive.jmx.JMXClientHelper
-
- connect(JMXTransportProtocol) - Method in class org.ow2.proactive.jmx.JMXClientHelper
-
Establishes the connection to the connector server.
- connect() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- connect(Map<String, ?>) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- connect() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Connects to the dataspace at the default schedulerRestUrl, using the current user credentials
- connect(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Connects to the server at the specified schedulerRestUrl, using the current user credentials
- connect() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
Connects to the scheduler at the default schedulerRestUrl, using the current user credentials
- connect(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
Connects to the scheduler at the specified schedulerRestUrl, using the current user credentials
- Connection<T extends Authentication> - Class in org.ow2.proactive.authentication
-
Class implements connection to the service with authentication.
- Connection(Class<? extends Authentication>) - Constructor for class org.ow2.proactive.authentication.Connection
-
Create a new instance of Connection
- ConnectionException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when trying to join an active Scheduler.
For some different reasons, it could be thrown when joining a started Scheduler.
- ConnectionException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
-
Create a new instance of ConnectionException
- ConnectionException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
-
Create a new instance of PermissionException
- ConnectionException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
-
Create a new instance of ConnectionException
- ConnectionException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
-
Create a new instance of ConnectionException
- ConnectionInfo - Class in org.ow2.proactive.authentication
-
Composite object storing information to connect to the scheduler/rm
- ConnectionInfo(String, String, String, File, boolean) - Constructor for class org.ow2.proactive.authentication.ConnectionInfo
-
- connectionInfo - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- contains(String) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- contains(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Checks if the string builder contains the specified char.
- contains(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Checks if the string builder contains the specified string.
- contains(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Checks if the string builder contains a string matched using the
specified matcher.
- CONTAINS - Static variable in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Pattern matching operator
- containsKey(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns true if this channel map contains a mapping for the specified
key.
- containsKey(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- containsKey(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- containsKey(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- containsValue(String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns true if this channel map maps one or more keys to the
specified value.
- containsValue(String, TaskId, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- containsValue(String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- containsValue(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- CONTEXT_FILE - Static variable in class org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm
-
- CONTINUE_JOB_EXECUTION - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
-
- ConversionException - Exception in org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions
-
- ConversionException(String, Class<?>) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
-
- ConversionException(String, Class<?>, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
-
- ConversionException(String, Class<?>, String) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
-
- ConversionException(String, Class<?>, String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
-
- convert(String) - Method in enum org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface.MBeanAttributeType
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.BooleanConverter
-
- convert(String) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.Converter
-
Converts the specified string parameter value
to a given type.
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DateTimeConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DoubleConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.FloatConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IdentityConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IntegerConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.LongConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.ShortConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.URIConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.URLConverter
-
- convertAllBytes2Objects(Map<String, byte[]>, ClassLoader) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
-
- convertAllObjects2Bytes(Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
-
- convertByte2Object(byte[]) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
-
- convertByteArrayToFile(byte[], File) - Static method in class org.ow2.proactive.utils.FileToBytesConverter
-
write contents of a byte array in a file
- Converter<T> - Interface in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
-
- convertFileToByteArray(File) - Static method in class org.ow2.proactive.utils.FileToBytesConverter
-
Read contents of a file and return it as a byte array
- convertObject2Byte(String, Serializable) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
-
- CookieBasedProcessTreeKiller - Class in org.ow2.proactive.utils
-
- CopyFile - Class in org.ow2.proactive.scheduler.examples
-
CopyFile, copy a single input File to an output File
- CopyFile() - Constructor for class org.ow2.proactive.scheduler.examples.CopyFile
-
- copyInputDataToScratch(List<InputSelector>) - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- copyInputDataToScratch(List<InputSelector>) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- copyScratchDataToOutput(List<OutputSelector>) - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- copyScratchDataToOutput(List<OutputSelector>) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- count - Variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
-
The number of valid bytes in the buffer.
- counter - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
event count sent to this client during the session
- counter - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- create(IDataSpaceClient.IRemoteSource) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- create(IDataSpaceClient.IRemoteSource) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
-
Creates a new file or folder in the specified dataspace dataspace.
- createAllChildrenKiller(String) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
-
A subsequent kill will terminate all children of the current process.
- createAppenderProvider(URI) - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingProvider
-
Create an appender provider (i.e.
- createAppenderProvider(URI) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
-
- createAppenderProvider(URI) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
-
- createAppenderProvider(URI) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketWithSSHTunnelBasedForwardingProvider
-
- createBindings() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
-
- createBucketIfNotExists(String, AmazonS3) - Static method in class org.ow2.proactive.scheduler.examples.S3ConnectorUtils
-
Creates an S3 bucket if it does not exist and returns its name.
- createChannel(String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Create a channel, overwrite any already existing channel with the same name
- createChannel(String, TaskId, String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- createChannel(String, boolean) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- createChannelIfAbsent(String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Create a channel, if no channel with the same name already exists
- createChannelIfAbsent(String, TaskId, String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- createChannelIfAbsent(String, boolean) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- createContainerURL(String, String, String) - Static method in class org.ow2.proactive.scheduler.examples.AzureStorageConnectorUtils
-
- createContinueFlowScript() - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
-
Create a converter used by this parser
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
-
- CreateCredentials - Class in org.ow2.proactive.authentication.crypto
-
Creates encrypted credentials for future non-interactive authentications
- CreateCredentials() - Constructor for class org.ow2.proactive.authentication.crypto.CreateCredentials
-
- createCredentials(CredData, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Creates new encrypted credentials.
- createCredentials(CredData, PublicKey) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Creates new encrypted credentials.
- createCredentials(CredData, PublicKey, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Creates new encrypted credentials
- createCredentials(String, String, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Deprecated.
- createCredentials(String, String, PublicKey) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Deprecated.
- createCredentials(String, String, String, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Deprecated.
- createCredentials(String, String, byte[], PublicKey, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Deprecated.
- createDataSpaceNodeClient(TaskContext, SchedulerNodeClient, IDataSpaceClient.Dataspace) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
- createFileAppender(File) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- createFileWithPath(File) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
-
- createFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- createFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- createFolder(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- createFolderHierarchy(boolean, DataSpacesFileObject, DataSpacesFileObject) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- createFolderHierarchySequentially(DataSpacesFileObject, String, List<DataSpacesFileObject>, Map<String, DataSpacesFileObject>) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- createForkedJvmTaskExecutionCommand(TaskContext, ScriptResult, String) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedJvmTaskExecutionCommandCreator
-
Creates a command to start a task inside a java virtual machine.
- createForkedProcessBuilder(TaskContext, File, PrintStream, PrintStream, File) - Method in class org.ow2.proactive.scheduler.task.executors.ForkedProcessBuilderCreator
-
Creates a process builder for a given task context.
- createHandler(Node) - Static method in class org.ow2.proactive.scripting.ScriptLoader
-
Create a script handler active object that performs a script execution
- createIfFlowScript(String, String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform an IF control flow action
the code will be run using a javascript engine
- createIfFlowScript(String, String, String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform an IF control flow action
- createIfFlowScript(Script<?>, String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform an IF control flow action
- createInstance() - Static method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
Creates an ISchedulerClient instance.
- createInternalHttpClientBuilder() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- createJob(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Creates a job using the given job descriptor.
- createJob(String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Creates a job using the given job descriptor.
- createJob(URI) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Creates a job using the given job descriptor.
- createJob(URI, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Creates a job using the given job descriptor.
- createJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
- createJob(InputStream, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
- createJob(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- createJob(String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- createJob(URI) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- createJob(URI, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- createJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- createJob(InputStream, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- createLocalHandler() - Static method in class org.ow2.proactive.scripting.ScriptLoader
-
Creates a local script handler: not an AO
- createLogFilePath(File) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- createLoggerServer(LoggingEventProcessor) - Static method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
-
Create and start a new logger server on any free port.
- createLoopFlowScript(String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform a LOOP control flow action
the code will be run using a javascript engine
- createLoopFlowScript(String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform a LOOP control flow action
- createLoopFlowScript(Script<?>, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform a LOOP control flow action
- createMBean(String, ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- createMBean(String, ObjectName, ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- createMBean(String, ObjectName, Object[], String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- createNativeJobFromCommand(String, String, String, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
-
Creates a job from a String representing a native command to launch.
- createNativeJobFromCommandsFile(String, String, String, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
-
Create a job from a String representing file path, this text file contains native commands to launch
Every line of the text file is taken and considered as a native command from which a native task is built,
except lines beginning with
FlatJobFactory.JOB_DEFAULT_NAME_PREFIX
and empty lines.
- createNewFolderName() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- createNodeSource(String, String, Object[], String, Object[], boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- createNodeSource(String, String, Object[], String, Object[], boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
- createParserValidator() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ModelValidator
-
Returns a registered parser validator based on the model syntax.
- createProcessChildrenKiller(String, Map<String, String>) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
-
A subsequent kill will terminate only children of the process whose environment is passed as a parameter.
- createReplicateFlowScript(String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform a REPLICATE control flow action
the code will be run using a javascript engine
- createReplicateFlowScript(String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform a Replicate control flow action
- createReplicateFlowScript(Script<?>) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Creates a Control Flow Script configured to perform a REPLICATE control flow action
- createSchedulerNodeClient(TaskContext) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
- createScriptEngine() - Method in class org.ow2.proactive.scripting.Script
-
The Script Engine used to evaluate the script.
- createServer(LoggingEventProcessor) - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingProvider
-
Create locally a server that is able to receive logging events from the appender created by createAppenderProvider.
- createServer(LoggingEventProcessor) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
-
- createServer(LoggingEventProcessor) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
-
- createSslContext() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- createTaskDataspaces(TaskId, NamingService, boolean) - Method in class org.ow2.proactive.scheduler.task.ProActiveForkedTaskLauncherFactory
-
- createTaskDataspaces(TaskId, NamingService, boolean) - Method in class org.ow2.proactive.scheduler.task.ProActiveNonForkedTaskLauncherFactory
-
- createTaskDataspaces(TaskId, NamingService, boolean) - Method in interface org.ow2.proactive.scheduler.task.TaskLauncherFactory
-
- createTaskExecutor(File) - Method in class org.ow2.proactive.scheduler.task.ProActiveForkedTaskLauncherFactory
-
- createTaskExecutor(File) - Method in class org.ow2.proactive.scheduler.task.ProActiveNonForkedTaskLauncherFactory
-
- createTaskExecutor(File) - Method in interface org.ow2.proactive.scheduler.task.TaskLauncherFactory
-
- createTaskId(JobId, String, long) - Static method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Create task id, and set task name.
- createTaskId(JobId, String, long, String) - Static method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Create task id, and set task name + tag.
- createTempDirectory(String, String, File) - Static method in class org.ow2.proactive.utils.FileUtils
-
Creates a new temp directory in the specified directory, using the given prefix and suffix strings to generate its name.
- createValidator(String, Converter<T>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
-
Create a validator used by this parser, using eventually a converter
- createValidator(String, Converter<Boolean>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- createValidator(String, Converter<Date>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- createValidator(String, Converter<T>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- createValidator(String, Converter<URI>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
-
- createValidator(String, Converter<URL>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
-
- CredData - Class in org.ow2.proactive.authentication.crypto
-
Used to properly separate login, password and key:
will be serialized and encrypted
- CredData() - Constructor for class org.ow2.proactive.authentication.crypto.CredData
-
- CredData(String, String) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
-
- CredData(String, String, Map<String, String>) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
-
- CredData(String, String, String) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
-
- CredData(String, String, byte[]) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
-
- CredData(String, String, String, byte[]) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
-
- Credentials - Class in org.ow2.proactive.authentication.crypto
-
Encapsulates encrypted Scheduler credentials
- credentials - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- credentials - Variable in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
- CREDENTIALS_KEY_PREFIX - Static variable in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
Will be replaced by the matching third-party credential
Example: if one of the third-party credentials' key-value pairs is 'foo:bar',
then '$credentials_foo' will be replaced by 'bar' in the arguments of the tasks.
- CREDENTIALS_VARIABLE - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
The variable name to access the user's third party credentials.
- credentialsPathProperty - Static variable in class org.ow2.proactive.authentication.crypto.Credentials
-
Java properly describing the path to the encrypted credentials on the local drive
- Criteria - Class in org.ow2.proactive.utils
-
When user searches for nodes in the resource manager he
can specify various criteria.
- Criteria(int) - Constructor for class org.ow2.proactive.utils.Criteria
-
Creates criteria instance
- criterias() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
-
- CRON_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- CRON_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- CRONParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- CRONParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- CRONValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- CRONValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CRONValidator
-
- cScript - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
CleaningScript : can be used to launch script just after the task or the postScript (if set)
Started even if a problem occurs.
- currentOrder - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- currentSort - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- generateConnectionPool(DBConnectionDetails) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolFactory
-
- generateKey(String, int) - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
-
Generates a secret symmetric key
- generateKeyPair(String, int, String, String) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
-
Generates a pair of public and private keys
- generateKeyPair(String, int) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
-
- generatePublicKey() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- GENERIC_INFO_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- GENERIC_INFO_INPUT_FOLDER_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- GENERIC_INFO_OUTPUT_FOLDER_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- GENERIC_INFO_PULL_URL_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- GENERIC_INFO_PUSH_URL_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- GENERIC_INFO_START_AT_KEY - Static variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
The key for specifying start at time as generic information
- genericInformation - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Common user informations
- get() - Method in class org.ow2.proactive.authentication.NoCallback
-
Gets properties map
- get(String) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- get(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns the value to which the specified key is mapped,
or null
if this channel map contains no mapping for the key.
- get(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- get(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- get(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- getAbsoluteDeadline() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
-
- getAbsolutePath(String) - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
Get the absolute path of the given path.
It the path is absolute, then it is returned.
- getAbsolutePath(String) - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Get the absolute path of the given path.
- getAcceptableNodesUrls() - Method in class org.ow2.proactive.utils.Criteria
-
- getAccessMode(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
-
- getAccessMode(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
-
- getAccount(String) - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
Returns the accounts for the user specified by its username
- getAccountUsage(String, Date, Date) - Method in interface org.ow2.proactive.scheduler.common.usage.SchedulerUsage
-
Returns details on job and task execution times for a given user's executions.
- getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getAction() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
If a FlowScript was executed on this task, its result
is stored it so that the action can be performed later when
processed by the core.
- getAction() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getAction() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
If a FlowScript was executed on this task, its result
is stored so that the action can be performed later when
processed by the core.
- getActionContinuation() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getActionResult() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
-
Returns the result of the conditional action
- getActionTarget() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getActionTargetElse() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getActionType() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
The Action Type does not have any effect on the execution of the script,
but will be used after the execution to determine what Control Flow Action
should be performed on the TaskFlow.
- getActiveInstance() - Static method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
Singleton active object constructor.
- getActiveInstance() - Static method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
Returns a stub to the only active instance of the proxy (proactive
singleton pattern)
- getAdditionalClasspath() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Return a copy of the additional classpath, empty list if no arguments.
- getAddress(JMXTransportProtocol) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Returns the address of the JMX connector server depending on the specified protocol.
- getAddress() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
The address of this connector.
- getAddress() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
The address of this connector server.
- getAliveNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
Returns a set containing all alive nodes urls in the resource manager.
- getAliveNodesUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
-
- getAllEvents() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
Return all the currently logged events
- getAllLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getAllLogs() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getAllLogs() - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
- getAllLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
Timestamp parameter is not relevant for this TaskLogs implementation.
- getAllLogs() - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
-
Return all the logs generated on standard and error output.
- getAllLogs(boolean) - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
-
Return all the logs generated on standard and error output.
- getAllLogs(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- getAllLogs() - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- getAllNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
Returns a set containing all nodes urls (including dead nodes) in the resource manager.
- getAllNodesUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
-
- getAllNodesUrls() - Method in class org.ow2.proactive.utils.NodeSet
-
Returns a set containing all nodes urls (standard + extra) included in this node set
- getAllNonTaskVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
-
Method to retrieve all variables in scope.
- getAllNonTaskVariablesInjectNodesFile(TaskContext, String) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
-
Method to retrieve all variables in scope.
- getAllResults() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Return every task results of this job as a mapping between
user task name (in XML job description) and its task result.
User that wants to get a specific result may get this map and ask for a specific mapping
or use the
JobResult.getResult(String)
method.
- getAllResults() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getAllResults() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getAllVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
-
Method to retrieve all variables in scope.
- getAllVariablesWithTaskResult(TaskContext, TaskResult) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
-
Return all variables available.
- getAppender() - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.AppenderProvider
-
Create and return the contained appender.
- getAppender() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.ProActiveAppenderProvider
-
- getAppender() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider.SocketAppenderProvider
-
- getAppender() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketWithSSHTunnelBasedForwardingProvider.SocketSSHAppenderProvider
-
- getAppenderProvider() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
Create an appender provider that contains an appender to the server created by initialize() method.
- getArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
Return a copy of the value of the specified argument.
- getArguments(ClassLoader) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getArguments() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
Return an unmodifiable copy of all the task arguments as a hash map.
- getAsString() - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Get the columned string according to the titles, lines and spaces.
- getAtMostNodes(int, SelectionScript) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getAtMostNodes(int, SelectionScript, NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getAtMostNodes(int, List<SelectionScript>, NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getAtMostNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getAtMostNodes(int, SelectionScript) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Deprecated.
- getAtMostNodes(int, SelectionScript, NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Deprecated.
- getAtMostNodes(int, List<SelectionScript>, NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Deprecated.
- getAtMostNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Deprecated.
- getAttempt() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
Get the number of attempt the core has made to start this task.
- getAttribute(ObjectName, String) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getAttribute() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Get the attribute where the exception has been thrown.
- getAttributes(ObjectName, String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getAttributes() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Returns the attributes of this connector.
- getAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- getAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- getAwaitedJobsIds() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- getAwaitedJobsIds() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- getAwaitedTask(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getAwaitedTasks() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getBase64() - Method in class org.ow2.proactive.authentication.crypto.Credentials
-
Returns a representation of this credentials as a base64 encoded byte array
- getBaseURI() - Static method in class org.ow2.proactive.jmx.provider.JMXProviderUtils
-
Returns the default base URI for all remote objects.
- getBindings() - Method in class org.ow2.proactive.utils.Criteria
-
returns the bindings map used by selection scripts
- getBlackList() - Method in class org.ow2.proactive.utils.Criteria
-
- getBooleanValue() - Method in class org.ow2.proactive.scheduler.common.task.util.BooleanWrapper
-
Get the boolean value.
- getBucket(String, AmazonS3) - Static method in class org.ow2.proactive.scheduler.examples.S3ConnectorUtils
-
Check if an S3 bucket exists and returns its name if it does exist or null otherwise.
- getBuilder() - Method in class org.ow2.proactive.utils.BoundedStringWriter
-
Return the string builder itself.
- getByteArray() - Method in class org.ow2.proactive.scheduler.common.task.util.ByteArrayWrapper
-
Get the ByteArray value.
- getBytes() - Method in class org.ow2.proactive.jmx.RRDDataStore
-
Converts the data base into the bytes array in order to send it to a client.
- getCacheURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
-
- getCacheURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getCacheURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getCacheValidityTimeInSeconds() - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
Returns the refresh rate of the accounts refresher.
- getCatalogRestUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getChars(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Copies the character array into the specified array.
- getChars(int, int, char[], int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Copies the character array into the specified array.
- getChildren() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
To get the children
- getChildrenCount() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
Return the number of children remaining.
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
-
Returns the class used by this parser to convert string parameter values.
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
-
- getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
-
- getCleaningScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the cleaningScript of this task.
- getCleanupTimeSeconds() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetter
-
- getCleanupTimeSeconds() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetterDoubleValue
-
- getCloseTagPattern() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
- getCmdLine() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the string to be passed on the command line
The property surrounded by '-D' and '='
- getCmdLine(String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the string to be passed on the command line
The property surrounded by '-D' and '='
- getCmdLine() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getCmdLine() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getCollectorURL() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollectorDeployer
-
- getCommandLine() - Method in class org.ow2.proactive.scheduler.common.task.NativeTask
-
Get the command line for this task.
- getComputationDescriptors() - Method in class org.ow2.proactive.utils.Criteria
-
- getConfigurableFields() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
-
- getConfigurationDefaultRelativeFilePath() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the default relative path used to store the property file
- getConfigurationDefaultRelativeFilePath() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getConfigurationDefaultRelativeFilePath() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getConfigurationFilePathPropertyName() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the System property name used to store the configuration file path
- getConfigurationFilePathPropertyName() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getConfigurationFilePathPropertyName() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getConnectionId() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
Returns the id of this connection.
- getConnectionId() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- getConnectionInfo() - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Returns the connection info, if initialized previously
- getConnectionInfo() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getConnectionInfo() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Returns the connection info, if initialized previously
- getConnectionInfo() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getConnectionInfo() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getConnectionTime() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Get the time of the connection of this user.
- getConnectionTime() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
-
- getConnectionTime() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getConnectionTime() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getConnector() - Method in class org.ow2.proactive.jmx.JMXClientHelper
-
Returns the connected JMXConnector.
- getConnectorServerName() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Sub-classes must provide the name of the connector server.
- getContainingFolderForLogFiles(JobId) - Static method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
-
Return the containing folder of log files for a given job id
- getContent() - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader.UrlContent
-
- getContent() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the String content that the tokenizer is parsing.
- getControlFlowScript() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getControlFlowScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the control flow script
- getCookieName() - Method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
-
- getCookieValue() - Method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
-
- getCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Gets the number of events sent to a client during the current session.
- getCredentialFile() - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- getCredentials() - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Retrieves a credentials from disk
- getCredentials(String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Retrieves a credentials from disk
- getCredentials(InputStream) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Constructs a Credentials given an InputStream
- getCredentials() - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
Get the credentials crypted with launcher public key
- getCredentials() - Method in class org.ow2.proactive.scheduler.task.utils.Decrypter
-
- getCredentialsBase64(byte[]) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Creates a Credentials given its base64 encoded representation
- getCredentialsPath() - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
- getCronExpr() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getCSVInstance() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a new tokenizer instance which parses Comma Separated Value strings
initializing it with the given input.
- getCSVInstance(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a new tokenizer instance which parses Comma Separated Value strings
initializing it with the given input.
- getCSVInstance(char[]) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a new tokenizer instance which parses Comma Separated Value strings
initializing it with the given input.
- getCurrentNodeHostname() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
-
- getCurrentNodeName() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
-
- getCurrentNodeUrl() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
-
- getCurrentPolicy() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Return the name of the current Policy
- getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getCurrentPolicy() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getCurrentUser() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getCurrentUser() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the user currently connected
- getCurrentUser() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns the user currently connected
- getCurrentUser() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getCurrentUser() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getCurrentUser() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getCurrentUser() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getCurrentUser() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getCurrentUserData() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getCurrentUserData() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the groups associated with the current connected user.
- getCurrentUserData() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns the user data object associated with the user currently connected
- getCurrentUserData() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getCurrentUserData() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getCurrentUserData() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getCurrentUserData() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getCurrentUserData() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getData() - Method in class org.ow2.proactive.scheduler.common.NotificationData
-
Get the data.
- getDataspace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteDestination
-
- getDataspace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
-
- getDataspace() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
-
- getDataspace() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- getDataStore() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Gets the RRD data base with statistics.
- getDecrypter() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getDefaultAction(FlowScript) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
If a FlowScript cannot be performed and the execution of the
job must continue, a default 'neutral' action must be provided
- getDefaultCacheValidityTimeInSeconds() - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
Returns the default value of the accounts refresher.
- getDefaultDomain() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getDefaultJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getDefaultJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Gets the node default JMX url.
- getDefaultScriptName() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getDefaultScriptName() - Method in class org.ow2.proactive.scripting.ForkEnvironmentScript
-
- getDefaultScriptName() - Method in class org.ow2.proactive.scripting.Script
-
- getDefaultScriptName() - Method in class org.ow2.proactive.scripting.SelectionScript
-
- getDefaultScriptName() - Method in class org.ow2.proactive.scripting.SimpleScript
-
- getDefaultScriptName() - Method in class org.ow2.proactive.scripting.TaskScript
-
- getDefaultValues() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
-
- getDelimiterMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the field delimiter matcher.
- getDependences() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the dependences of this task.
- getDependences() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getDependences() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- getDependences() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- getDependencesList() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the list of dependencies of the task.
- getDependencesList() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
If the Task was submitted, a call to this method will throw a
RuntimeException.
- getDescription() - Method in enum org.ow2.proactive.resourcemanager.common.event.RMEventType
-
- getDescription() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To get the description
- getDescription() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
-
- getDescription() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the description of this task.
- getDescription() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getDescriptorVMName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getDifferenceMessage() - Method in class org.ow2.proactive.scheduler.common.job.factories.JobComparator
-
if the last 2 jobs compared are not equal, a message will be returned
explaining the first difference encountered.
- getDistance(Node, Node) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
-
- getDistance(Node, Node) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Returns the distance between 2 nodes.
- getDistance(InetAddress, InetAddress) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Returns the distance between 2 hosts identified by their inet addresses.
- getDistance(String, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Returns the distance between 2 hosts identified by their domain names.
- getDistance(Node, Node) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Returns the distance between 2 nodes.
- getDistance(InetAddress, InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Returns the distance between 2 hosts identified by their inet addresses.
- getDistance(String, String) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Returns the distance between 2 hosts identified by their domain names.
- getDistanceFunction() - Method in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
-
Gets the distance function.
- getDomain() - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Return the domain of this user or null if no domain has been specified.
- getDomains() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getDupNumber() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getElapsedTime(long) - Static method in class org.ow2.proactive.utils.Tools
-
- getElements() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- getEligibleTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
To get the tasks.
- getEncoding() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.ILocalSource
-
- getEncoding() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
-
- getEncoding() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
-
- getEncryptedData() - Method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil.HybridEncryptedData
-
- getEncryptedSymmetricKey() - Method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil.HybridEncryptedData
-
- getEngineName() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getEngineName() - Method in class org.ow2.proactive.scripting.Script
-
- getEngineVersion() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getenv() - Static method in class org.ow2.proactive.utils.Environment
-
- getEnvScript() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Get the environment script.
- getErr() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
When using non forked Java tasks, you should use this PrintStream instead of System.err.
- getErrorMessage() - Method in class org.ow2.proactive.resourcemanager.common.NSState
-
- getErrorSink() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getErrorSink() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- getErrorType() - Method in exception org.ow2.proactive.scheduler.common.job.factories.FlowError
-
- getEscapeChar() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Returns the escape character.
- getEventType() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Gets the type of event @see RMEventType
- getEventType() - Method in class org.ow2.proactive.scheduler.common.NotificationData
-
Get the Type of the event.
- getException() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Retrieve the exception threw by the task.
- getException() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getException() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getException() - Method in class org.ow2.proactive.scripting.ScriptResult
-
Return the eventual exception of the script's execution.
- getExceptionMessage() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Return the exception message, if any, used by dozer mappings.
- getExceptionResults() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Return only the task results that have generated an exception.
User that wants to get a specific result may get this map and ask for a specific mapping.
- getExceptionResults() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getExceptionResults() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getExcludes() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
-
- getExcludes() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- getExecutable(String) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
-
- getExecutableClassName() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
To get the executable task classname.
- getExecutableContainer() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getExecutionDuration() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Get the execution duration of the task.
- getExecutionDuration() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Get the real task duration in millis.
- getExecutionDuration() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getExecutionDuration() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Get the execution duration of the task.
- getExecutionHostName() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Get the last execution HostName of the task.
- getExecutionHostName() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Get the last execution HostName of the task.
- getExecutionHostName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getExecutionHostName() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getExecutionHostNameList() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the list of execution hosts name.
- getExecutionHostNameList() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the list of execution hosts name.
- getExecutionHostNameList() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getExecutionHostNameList() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getExistingNodeSourcesList() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getExistingNodeSourcesList() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the list of existing node source infrastructures
- getExtension(String) - Static method in class org.ow2.proactive.utils.FileUtils
-
- getExtensions() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getExtraNodes() - Method in class org.ow2.proactive.utils.NodeSet
-
Returns the collection of extra nodes associated to this node set.
- getFactory() - Static method in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
-
Return the instance of the jobFactory.
- getFactory() - Static method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Try to instantiate the known factories.
- getFactory(String) - Static method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Try to instantiate the given factory.
- getFactory() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
-
- getFamily() - Method in enum org.ow2.proactive.utils.OperatingSystem
-
- getField() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
-
- getFile(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
-
Returns a File object corresponding to the path given as parameter relative to the LocalSpace root
- getFileEncoding() - Static method in class org.ow2.proactive.utils.PAProperties
-
Returns value associated to Java property
"pa.file.encoding"
or the current JVM charset name if the previous property is not defined.
- getFileName() - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader.UrlContent
-
- getFileName() - Method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
-
- getFileNameWithExtension(URL) - Static method in class org.ow2.proactive.utils.FileUtils
-
Extract a file name with it's extension from the given URL.
- getFiles(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
-
Returns a list of File objects found by resolving the pattern given in parameter
The following special characters can be used :
** matches zero or more directories
* matches zero or more characters
? matches one character
- getFileTransferThreadPoolSize() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getFilteredInputFiles(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getFilteredOutputFiles(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getFinishedJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
-
Get the finished Jobs list
- getFinishedJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
To get the finishedJobs
- getFinishedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the time at which the Job has finished.
- getFinishedTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the finishedTime
- getFinishedTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the finishedTime
- getFinishedTime() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the finishedTime
- getFinishedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the time at which the Job has finished.
- getFinishedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getFinishedTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getFinishedTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getFirstCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- getFlowBlock() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Defining Control Flow Blocks with pairs of
FlowBlock.START
and
FlowBlock.END
is a semantic requirement to be able to create specific control flow constructs.
- getFlowScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To perform complex Control Flow Actions in a TaskFlowJob,
a FlowScript needs to be attached to specific tasks.
- getFlowScript() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getForkEnvironment() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
- getForkEnvironment() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getFormattedDate(long) - Static method in class org.ow2.proactive.utils.Tools
-
Return the given date as a formatted string.
- getFormattedDuration(long, long) - Static method in class org.ow2.proactive.utils.Tools
-
Format 2 long times into a single duration as a String.
- getFreeNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
Returns a set containing all free nodes urls in the resource manager.
- getFreeNodesNumber() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
Returns free nodes number in the resource manager.
- getFreeNodesUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
-
- getFrom() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getFromXMLName(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
-
Get the XMLAttributes enum corresponding to the given xml attribute name.
- getFromXMLName(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
Get the XMLTags enum corresponding to the given xml tag name.
- getGenericInformation() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the generic information Map
- getGenericInformation() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Returns generic information.
- getGenericInformation() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getGenericInformation() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getGenericInformation() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getGlobalSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- getGlobalSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getGlobalSpace() - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- getGlobalSpace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
-
Returns a
RemoteSpace
implementation instance which represents
the
globalspace.
- getGlobalSpaceURIs() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns the GLOBAL DataSpace URI available to all users
- getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getGlobalSpaceURIs() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getGlobalURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
-
- getGlobalURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getGlobalURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getGroupFileName() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
Defines group file name
- getGroups() - Method in class org.ow2.proactive.authentication.UserData
-
- getGroups() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
To get the groups associated with this user name
- getGroups() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getGroups() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getHMTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the tasks as a hash map.
- getHMTasks() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
- getHMTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getHostName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getHostName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns host name of the node.
- getHostName() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Get the host name of this user.
- getHostName() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
-
- getHostName() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getHostName() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getHostname() - Method in class org.ow2.proactive.scripting.ScriptResult
-
Return the name of the host that executes the script
- getHosts() - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Gets the set of hosts handled by resource manager.
- getHosts() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Gets the set of hosts handled by resource manager.
- getHostTopology(InetAddress) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Gets the distances associated to the host.
- getHostTopology(InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Gets the distances associated to the host.
- getHostURL() - Method in interface org.ow2.proactive.authentication.Authentication
-
Return the URL of this Instance.
- getHostURL(String) - Static method in class org.ow2.proactive.utils.Tools
-
Normalize the given URL into an URL that only contains protocol://host:port/
- getId() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To get the id
- getId() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
- getId() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
- getId() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getId() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the taskId
- getId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getId() - Method in class org.ow2.proactive.scripting.Script
-
String identifying the script.
- getId() - Method in class org.ow2.proactive.scripting.SelectionScript
-
- getId() - Method in class org.ow2.proactive.scripting.SimpleScript
-
- getId() - Method in class org.ow2.proactive.scripting.TaskScript
-
- getIgnoredMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the ignored character matcher.
- getIncludePatternForAllLogFiles(JobId) - Static method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
-
Return an include pattern to find all log files associated with the given job id
- getIncludes() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
-
- getIncludes() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- getIndex() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
-
- getInErrorTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the time at which a Job was seen as in-error
for the last time.
- getInErrorTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
- getInErrorTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the time at which the Task has been terminated for the last time (last attempt).
- getInErrorTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the time at which a Job was seen as in-error
for the last time.
- getInErrorTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getInErrorTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getInErrorTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getInfo(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
Deprecated.
- getInfo(String) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
-
Deprecated.
- getInfrastructurePluginDescriptor() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
-
- getInheritedMap() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Getter of the inheritedMap
- getInitializer() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getInputFiles() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
Get the inputFiles
- getInputFilesList() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Get the input file selectors list.
- getInputFilesList() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getInputSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Get the input Space
- getInputSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getInputSpaceURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getInputStream(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
-
Returns an input stream on the specified remote file.
- getInputStream(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
- getInputStreamBytes(InputStream) - Static method in class org.ow2.proactive.scheduler.common.job.factories.ValidationUtil
-
- getInputURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
-
- getInputURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getInputURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getInstance() - Static method in class org.ow2.proactive.http.CommonHttpResourceDownloader
-
- getInstance() - Static method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
-
- getInstance() - Static method in class org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorRegistry
-
- getInstance() - Static method in class org.ow2.proactive.scheduler.common.SchedulerConnection
-
Get the instance of the Scheduler connection
- getInstance(String) - Static method in class org.ow2.proactive.scheduler.common.task.OnTaskError
-
Get a OnTaskError instance based on a descriptor string.
- getInstance() - Static method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolsHolder
-
- getInstance() - Static method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
Returns the real singleton instance of the proxy
- getInstance() - Static method in class org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm
-
- getIntegerValue() - Method in class org.ow2.proactive.scheduler.common.task.util.IntegerWrapper
-
Get the Integer value.
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
When iteration occurs due to a
FlowActionType.LOOP
FlowAction,
each new iterated instance of a task is assigned an iteration index so
that it can be uniquely identified.
- getIterationIndex() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
When Control Flow actions are performed on Tasks, some tasks are replicated.
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- getJavaHome() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Returns the javaHome.
- getJavaPrefixCommand() - Method in class org.ow2.proactive.scripting.ForkEnvironmentScriptResult
-
- getJavaPrefixCommand(Map<String, Object>) - Method in class org.ow2.proactive.scripting.helper.forkenvironment.ForkEnvironmentScriptResultExtractor
-
- getJdbcUrl() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
-
- getJMXConnectorURL() - Method in interface org.ow2.proactive.authentication.Authentication
-
Return the JMX connector server URL used to contact this instance.
- getJMXConnectorURL(JMXTransportProtocol) - Method in interface org.ow2.proactive.authentication.Authentication
-
Returns the address of the JMX connector server depending on the specified protocol.
- getJMXRMIConnectorServerPort() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Sub-classes must provide the port to be used by the JMX RMI connector server.
- getJobContent() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- getJobContent(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
- getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobContent(JobId) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- GetJobContentFactory - Class in org.ow2.proactive.scheduler.common.job.factories
-
Factory used to create a job content as merge between submitted xml
and provided variables
and genericInfo
maps.
- GetJobContentFactory() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.GetJobContentFactory
-
- getJobDeadline() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Deadline can be as absolute or relative (from the job started time)
Absolute deadline can be set as GI vairable `JOB_DDL` in ISO8601 date format
without milliseconds, e.g.
- getJobDuration() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getJobExpectedExecutionTime() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- getJobId() - Method in exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
-
- getJobId() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns an identifier that uniquely identifies the Job
within a Scheduler instance.
- getJobId() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
To get the id of the job corresponding to this result.
- getJobId() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
Get the job id
- getJobId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
Returns the job identifier associated with this task.
- getJobId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the jobId
- getJobId() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the jobID
- getJobId() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
To get the jobId
- getJobId() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getJobId() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns an identifier that uniquely identifies the Job
within a Scheduler instance.
- getJobId() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getJobId() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getJobId() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getJobId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getJobId() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getJobId() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Returns the job identifier associated with this task.
- getJobId() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getJobInfo() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Return the information of the corresponding job
- getJobInfo() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the jobInfo of this job.
- getJobInfo(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieve a job info by it id.
- getJobInfo() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the jobInfo
- getJobInfo(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobInfo() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
- getJobInfo() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getJobInfo() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getJobInfo() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getJobInfo() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getJobInfo(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobInfo(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getJobInfo(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobInfo() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getJobInfo(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getJobName() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getJobOwner() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the name of the Job owner.
- getJobOwner() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the name of the Job owner.
- getJobOwner() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getJobOwner() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getJobPriority() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
Get the job priority
- getJobResult(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given jobId.
- getJobResult(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given jobId.
The jobId is given as a string.
- getJobResult(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobResult(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobResult(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobResult(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieves a job list of the scheduler.
- getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobServerLogs(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieves server logs for a job with the given id.
- getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobsInfoList(List<String>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns a list of jobs info corresponding to the given job IDs (in the same order)
- getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobState(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Return the state of the given job.
The state contains informations about the job, every tasks and
informations about the tasks.
The jobId is given as a string.
- getJobState(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Return the state of the given job.
The state contains informations about the job, every tasks and
informations about the tasks.
A user can only get the state of HIS job.
If the job does not exist, a schedulerException is sent with the proper
message.
- getJobState(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobState(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobState(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobState(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobState(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobState(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobState(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getJobState(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobState(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobState(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getJobStateData() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getJobsToSchedule() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
get job Descriptor Map with eligible jobs (running and pending)
- getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobsToSchedule() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getJobVariables() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getJVMArguments() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Return a copy of the JVM arguments, empty list if no arguments.
- getKey() - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Get the key
- getKey() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Get the key.
- getKey() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- getKey() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- getKey() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
- getKey() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getKey() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Get the key.
- getKeyPair() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- getLabel() - Method in enum org.ow2.proactive.utils.OperatingSystem
-
- getLanguageName() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getLanguageVersion() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getLastException() - Method in class org.ow2.proactive.jmx.JMXClientHelper
-
Returns the last happened exception.
- getLastRefreshDurationInMilliseconds() - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
Returns the duration of the last refresh performed by the account refresher.
- getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Get the last time this user has submit a job.
- getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
-
- getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getLastUpdatedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the time at which the last updated happened on the Job.
- getLastUpdatedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getLastUpdatedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getLatestCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
- getLatestCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
- getLDAPConfigFileName() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
-
Retrieves LDAP configuration file name.
- getLimit() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getLimit() - Method in class org.ow2.proactive.scheduler.common.util.PageBoundaries
-
- getList() - Method in class org.ow2.proactive.scheduler.common.Page
-
- getLocalInputFolder() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getLocalOutputFolder() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getLocalRoot() - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
-
Returns the root File of the LocalSpace
- getLocalSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getLocation() - Method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
-
- getLockedBy() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getLockTime() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getLockTime() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- getLogger() - Method in interface org.ow2.proactive.authentication.Loggable
-
Retrieves a corresponding logger.
- getLogger() - Method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
-
- getLogger() - Method in class org.ow2.proactive.scheduler.common.SchedulerConnection
-
- getLoggerName(String) - Static method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getLoggerName(JobId) - Static method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getLogin() - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- getLogin() - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Get the login
- getLoginFileName() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
Defines login file name
- getLoginMethod() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
Defines login method
- getLoginPassword() - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Return the login and password as a string array.
- getLogs() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- getMappedInfo(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
Return the informations about the Scheduler MBean as a Map.
- getMappedInfo(String) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
-
Return the informations about the Scheduler MBean as a Map.
- getMaxNumberOfExecution() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Get the number of execution allowed for this task.
- getMaxNumberOfExecution() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
- getMaxNumberOfExecution() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Get the number of execution on failure allowed by the task.
- getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- getMaxNumberOfExecutionProperty() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Get the maximum number Of Execution updatable property.
- getMaxNumberOfNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
- getMBeanAttributes(ObjectName, String[]) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
returns a list of attributes whose names come from attributes
of the
MBean with the name name
- getMBeanCount() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getMBeanInfo(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getMBeanInfo(ObjectName) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
MBeanInfo object of the mbean represented by its objectname name
- getMBeanServer() - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
Returns the MBean server bound with the connector.
- getMBeanServerConnection() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- getMBeanServerConnection(Subject) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- getMessage() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Return the detail message string of this exception.
- getMeta() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
-
- getMetadata() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Return the result metadata map
- getMetadata() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Get metadata associated with this result.
- getMetadata() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getMetadata() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getMethodCallSyntax(String, String, String...) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getMimeTypes() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getMode() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
Get the mode
- getMode() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
-
Get the mode
- getMode(String) - Static method in class org.ow2.proactive.scheduler.common.task.RestartMode
-
Return the RestartMode corresponding to the given description
.
- getMode(int) - Static method in class org.ow2.proactive.scheduler.common.task.RestartMode
-
- getModel() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- getModifiedTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getMonitoring() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getMonitoring() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the monitoring interface to manager listeners of the resource manager.
- getMyAccountUsage(Date, Date) - Method in interface org.ow2.proactive.scheduler.common.usage.SchedulerUsage
-
Returns details on job and task execution times for the caller's executions.
- getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getName() - Method in interface org.ow2.proactive.account.Account
-
Returns the name of this account.
- getName() - Method in class org.ow2.proactive.authentication.principals.IdentityPrincipal
-
- getName() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
-
- getName() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To get the name of the job.
- getName() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
To get the name of the job that has generate this result.
- getName() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
- getName() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- getName() - Method in class org.ow2.proactive.scheduler.common.task.PropertyModifier
-
Get the name
- getName() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the name of this task.
- getName() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Get the name of the task
- getName() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
- getName() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getName() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getName() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getName() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getName() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- getName() - Method in class org.ow2.proactive.scripting.helper.selection.Condition
-
Get the name of the condition
- getNames() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getNamespace() - Method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
-
- getNamingService() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the namingService Stub
- getNetworkInterfaceFor(String) - Static method in class org.ow2.proactive.authentication.Connection
-
Selects a network interface for proactive runtime based on provided url.
- getNewLineText() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the text to be appended when a new line is added.
- getNewTasks() - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
-
- getNodeAccessToken() - Method in class org.ow2.proactive.utils.Criteria
-
If a token is specified the resource manager only looks for nodes having this token.
- getNodeDataSpaceURIs() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getNodeEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
- getNodeHostname() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getNodeInfo() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getNodeInfo() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Gets information about the associated node
- getNodeLocker() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- getNodeMBeanHistory(String, String, List<String>, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- getNodeMBeanInfo(String, String, List<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
Retrieves attributes of the specified mbean.
- getNodeMBeansHistory(String, String, List<String>, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- getNodeMBeansInfo(String, String, List<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
Retrieves attributes of the specified mbeans.
- getNodeName() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getNodeOwner() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Gets the owner of the node (who currently running computations on it)
- getNodeProvider() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Gets the provider of the node (who created and deployed it)
- getNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
Deprecated.
- getNodes(Criteria) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Deprecated.
- getNodes(Criteria) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Finds and books nodes for computations.
- getNodes() - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
Return the nodes set for this executable container
- getNodesEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
Current version of RM portal and maybe other clients expects "nodesEvents" inside JSON
- getNodesEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
-
Current version of RM portal and maybe other clients expects "nodesEvents" inside JSON
- getNodesHosts() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getNodesNumber() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
-
Returns the node number of the parallel task.
- getNodeSource() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
Current version of RM portal and maybe other clients expects "nodeSource" inside JSON
- getNodeSource() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
-
Current version of RM portal and maybe other clients expects "nodeSource" inside JSON
- getNodeSource() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns NodeSource
name of the node
- getNodeSourceAdmin() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
Returns the name of the node source administrator.
- getNodeSourceConfiguration(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getNodeSourceConfiguration(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the current configuration of a node source.
- getNodeSourceEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
- getNodeSourceName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getNodeSourceName() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
-
- getNodeSourcePingFrequency(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getNodeSourcePingFrequency(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the ping frequency of a node source.
- getNodeSourceStatus() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
Returns node source status under String representation
- getNodesRecoverable() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
-
- getNodeState() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns the state of the node related to this event.
- getNodesURL() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getNodesURL() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Use this method for a multi-node task.
- getNodeThreadDump(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getNodeThreadDump(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the string content of the thread dump asked to the Node
identified by the given URL.
- getNodeURL() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getNodeUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns node's URL.
- getNodeUrl() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getNullText() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the text to be appended when null is added.
- getNumberOfExecutionLeft() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Get the number of execution left.
- getNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Get the number of execution left.
- getNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getNumberOfExecutionOnFailureLeft() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Get the numberOfExecutionOnFailureLeft value.
- getNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Get the numberOfExecutionOnFailureLeft value.
- getNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getNumberOfFailedTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job
that are in a failed state due to a resource failure.
- getNumberOfFailedTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the numberOfFailedTask
- getNumberOfFailedTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job
that are in a failed state due to a resource failure.
- getNumberOfFailedTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getNumberOfFaultyTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job
that are in a faulty state.
- getNumberOfFaultyTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the numberOfFailedTask
- getNumberOfFaultyTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job
that are in a faulty state.
- getNumberOfFaultyTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getNumberOfFinishedTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job
which are finished.
- getNumberOfFinishedTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the numberOfFinishedTask
- getNumberOfFinishedTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job
which are finished.
- getNumberOfFinishedTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getNumberOfInErrorTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job
that are in an in-error state.
- getNumberOfInErrorTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the numberOfInErrorTask
- getNumberOfInErrorTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job
that are in an in-error state.
- getNumberOfInErrorTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getNumberOfNodesNeeded() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Get the number of nodes needed for this task (by default: 1).
- getNumberOfNodesNeeded() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
Get the number of nodes needed for this task (by default: 1).
- getNumberOfPendingTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job
which are pending.
- getNumberOfPendingTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the numberOfPendingTask
- getNumberOfPendingTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job
which are pending.
- getNumberOfPendingTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getNumberOfRunningTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job
which are running.
- getNumberOfRunningTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the numberOfRunningTask
- getNumberOfRunningTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job
which are running.
- getNumberOfRunningTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getObjectInstance(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getOffset() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getOffset() - Method in class org.ow2.proactive.scheduler.common.util.PageBoundaries
-
- getOnTaskErrorProperty() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Get the OnTaskError UpdatableProperties.
- getOpenTagPattern() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
- getOperator() - Method in class org.ow2.proactive.scripting.helper.selection.Condition
-
Get the operator of the condition
- getOrDefault(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns the value to which the specified key is mapped, or
defaultValue
if this channel map contains no mapping for the key.
- getOrDefault(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- getOrDefault(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- getOrder() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
-
- getOSProcessBuilderFactory(String) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
-
Get the singleton instance of PAOSProcessBuilderFactory
- getOtherNodesURLs() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getOut() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
When using non forked Java tasks, you should use this PrintStream instead of System.out.
- getOutput() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Return the output of the execution, including stdout and stderr.
- getOutput() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getOutput() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getOutput() - Method in class org.ow2.proactive.scripting.ScriptResult
-
Return the script's output.
- getOutputFiles() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
-
Get the outputFiles
- getOutputFilesList() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Get the output file selectors list.
- getOutputFilesList() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getOutputSelectors() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- getOutputSink() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getOutputSink() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- getOutputSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Get the output Space
- getOutputSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getOutputSpaceURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getOutputStatement(String) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getOutputStream(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
-
Returns an output stream on the specified remote file.
- getOutputStream(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
- getOutputURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
-
- getOutputURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getOutputURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getOwner() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the owner of the job.
- getOwner() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getOwner() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
- getOwner() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getOwnerName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getPADName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns ProActiveDescriptor
name of the node.
- getPageBoundaries(int, int, int, int) - Static method in class org.ow2.proactive.scheduler.common.util.Pagination
-
- getParallelEnvironment() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Returns the parallel environment of the task.
- getParameter() - Method in class org.ow2.proactive.db.SortParameter
-
- getParameter(String) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getParameters() - Method in class org.ow2.proactive.scripting.Script
-
Get the parameters.
- getParents() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
To get the parents
- getPassword() - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- getPassword() - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Get the password
- getPath() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteDestination
-
- getPath() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
-
- getPath() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
-
- getPath() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- getPausedTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
Return the list of paused tasks
- getPendingJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
-
Get the pending Jobs list
- getPendingJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
To get the pendingJobs
- getPermissions(CodeSource) - Method in class org.ow2.proactive.policy.ClientsPolicy
-
- getPermissions(ProtectionDomain) - Method in class org.ow2.proactive.policy.ClientsPolicy
-
- getPingAttempts() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getPingPeriod() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getPluginDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
-
- getPluginName() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
-
- getPolicyPluginDescriptor() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
-
- getPort() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
-
Return the binding port of the created server.
- getPortalConfiguration() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
- getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getPortalConfiguration() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getPostScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the postScript of this task.
- getPostScript() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getPostScript() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getPostScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the post-script
- getPreciousResults() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Return only the precious results of this job as a mapping between
user task name (in XML job description) and its task result.
User that wants to get a specific result may get this map and ask for a specific mapping.
- getPreciousResults() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getPreciousResults() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getPreScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the preScript of this task.
- getPreScript() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getPreScript() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getPreScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the pre-script
- getPreviewerClassName() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Get the previewerClassName.
- getPreviousNodeState() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns the previous state of the node related to this event.
- getPreviousTasksResults() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getPriority() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To get the priority of the job.
- getPriority() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the priority of the Job.
- getPriority() - Method in enum org.ow2.proactive.scheduler.common.job.JobPriority
-
Return the integer representing the priority.
- getPriority() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
- getPriority() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the priority of the Job.
- getPriority() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getPriority() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getPrivateKey() - Method in interface org.ow2.proactive.authentication.Authentication
-
Request this Authentication's private key for credentials encryption
- getPrivateKey() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
- getPrivateKey(String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Retrieves a private key stored in a local file
- getPrivateKey(String, String[]) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Retrieves a private key stored in a local file
- getPrivateKey() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
Defines private key
- getProactiveJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getProactiveJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Gets the node proactive JMX url.
- getProgram(String...) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getProgress() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Return the current progress value for this executable, ranged between 0 and 100.
- getProgress() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Return the latest progress value for this task.
- getProgress() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Return the latest progress value for this task.
- getProgress() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getProgress() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
-
- getProgress() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getProgress() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- getProgress(String) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
-
Returns the progress value read from the specified progressFilePath
as an int.
- getProgress(Path) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
-
Returns the progress value read from the specified progressFile
as an int.
- getProgressFile() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
-
- getProgressFilePath() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getProject() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getProjectName() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Returns the project Name.
- getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
Returns the propagated variables map of the current Java task.
- getPropagatedVariables() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Return the content of propagated variables, in byte array format
- getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Returns a map of propagated variables.
- getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Getter of the propagated variables: only inheritedMap and scriptMap variables are propagated.
- getProperties() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
-
- getProperties() - Method in class org.ow2.proactive.utils.PAPropertiesLazyLoader
-
Get the properties map or load it if needed.
- getPropertiesAsHashMap() - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Return all properties as a HashMap.
- getPropertiesAsHashMap() - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
Return all properties as a HashMap.
- getPropertiesAsHashMap() - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Return all properties as a HashMap.
- getProperty(String) - Method in class org.ow2.proactive.authentication.LDAPProperties
-
Retrieves the value of the property
- getProviderName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getPubKeyPath() - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
- getPublicKey() - Method in interface org.ow2.proactive.authentication.Authentication
-
Request this Authentication's public key for credentials encryption
- getPublicKey() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
Request this AuthenticationImpl's public key.
- getPublicKey(String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
-
Retrieves a public key stored in a local file
- getPullURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getPushURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- getQuoteMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the quote matcher currently in use.
- getReadableName() - Method in interface org.ow2.proactive.scheduler.common.job.JobId
-
Return the human readable name associated to this id.
- getReadableName() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
Return the human readable name associated with this id.
- getReadableName() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
-
Return the human readable name associated to this id.
- getReadableName() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Return the human readable name associated to this id.
- getReader() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getReader() - Method in class org.ow2.proactive.scripting.Script
-
The reader used to read the script.
- getReader() - Method in class org.ow2.proactive.scripting.SelectionScript
-
- getReader() - Method in class org.ow2.proactive.scripting.SimpleScript
-
- getReader() - Method in class org.ow2.proactive.scripting.TaskScript
-
- getRegisteredFactories() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorRegistry
-
- getRelativeDeadline() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
-
- getRelativePath() - Method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
-
- getRemoteObjectExposer() - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
Returns the remote object exposer of this server.
- getRemovedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the time at which the Job has been marked as removed.
- getRemovedTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the removedTime
- getRemovedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the time at which the Job has been marked as removed.
- getRemovedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
When replication occurs due to a
FlowActionType.REPLICATE
FlowAction,
each new replicated instance of a task is assigned a replication index so
that it can be uniquely identified.
- getReplicationIndex() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
When Control Flow actions are performed on Tasks, some tasks are replicated.
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- getResource(String, String, boolean) - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader
-
- getResourceContent(String, String, boolean) - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader
-
- getRestartTaskOnError() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Returns the restartTaskOnError state.
- getRestartTaskOnError() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
This property is not available for this implementation.
- getRestartTaskOnError() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getRestartTaskOnErrorProperty() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Get the restartTaskOnError updatable property.
- getResult(String) - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Return the task Result corresponding to the given name.
- getResult(Object, Bindings) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- getResult(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getResult(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.ForkEnvironmentScript
-
- getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.Script
-
Return the variable awaited from the script execution
- getResult() - Method in class org.ow2.proactive.scripting.ScriptResult
-
Return the result's object
- getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.SelectionScript
-
SelectionScript must give its result in the 'result_script' variable.
- getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.SimpleScript
-
- getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.TaskScript
-
- getResultMap() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Each task can contribute to this map.
- getResultMap() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getResultMap() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Returns a map of job results
- getResultMap() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- getResultMap() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- getResultMap() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getResultMap() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getRmNodeUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
- getRMStateDelta(long) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- getRMStateFull() - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- getRMThreadDump() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getRMThreadDump() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the string content of the thread dump asked to the Node
of the Resource Manager.
- getRMUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Returns the RM's URL of the event.
- getRunningJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
-
Get the running Jobs list
- getRunningJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
To get the runningJobs
- getRunningTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
Return the list of running tasks
- getRuntimeGenericInformation() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
Returns job generic information, where job variables, PA_JOB_ID, PA_JOB_NAME and PA_USER were replaced
- getRuntimeGenericInformation() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Returns a map of generic information, with replacement done from the runtime variables map
- getRuntimeVariables() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Returns a map containing both scope variables and system variables
- getS3Client(String, String, String...) - Static method in class org.ow2.proactive.scheduler.examples.S3ConnectorUtils
-
Get or initialize the S3 client.
- getScheduledTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
Get the scheduled time.
- getScheduledTime() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the scheduledTime
- getScheduledTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getScheduledTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getScheduledTimeForRemoval() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the scheduled time for removal.
- getScheduledTimeForRemoval() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getScheduledTimeForRemoval() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getSchedulerHome() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getSchedulerProperties() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns the scheduler properties associated with the user currently connected
- getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getSchedulerProperties() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getSchedulerRestUrl() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getSchedulerRestUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getSchemaByNamespace(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
-
- getScopeMap() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Getter of the scopeMap
- getScopeVariables() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Returns a map containing all scope variables defined in this Task (i.e.
- getScopeVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
-
Return all variables in scope of a given taskContext.
- getScratchFolder() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getScratchFolder() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getScratchURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
-
- getScratchURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getScratchURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getScript() - Method in class org.ow2.proactive.scheduler.common.task.ScriptTask
-
- getScript() - Method in class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
-
- getScript() - Method in class org.ow2.proactive.scripting.Script
-
Get the script.
- getScriptEngine() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getScriptMap() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Getter of the scriptMap
- getScriptName() - Method in class org.ow2.proactive.scripting.Script
-
Get the script name.
- getScripts() - Method in class org.ow2.proactive.utils.Criteria
-
- getScriptUrl() - Method in class org.ow2.proactive.scripting.Script
-
Get the script url, if applicable
- getSecureRandom() - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
-
- getSelectionScripts() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To get the selection script.
- getSelectionScripts() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
This property is not available for this implementation.
- getSerializedArguments() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
- getSerializedArguments() - Method in class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
-
- getSerializedException() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Get the serializedException.
- getSerializedValue() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Get the serialized value of the task.
- getSerializedValue() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getSerializedValue() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Get the serializedValue.
- getServerURI() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
Return the URI on which the log server is bound.
- getSession() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Get the session for this user (timer task)
- getSession() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getSession() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getSession() - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Retrieves the current session identifier, or null if the session was not initialized yet.
- getSession() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getSession() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Retrieves the current session identifier, or null if the session was not initialized yet.
- getSession() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getSession() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getShortMessage() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Return only the message that is the cause of the exception.
- getSize() - Method in class org.ow2.proactive.scheduler.common.Page
-
- getSize() - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- getSize() - Method in class org.ow2.proactive.utils.Criteria
-
- getSkippedTasks() - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
-
- getSortedItems() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- getSortOrder() - Method in class org.ow2.proactive.db.SortParameter
-
- getSortParameters() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
-
- getSortParameters() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getSourceDescription() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
Returns Node source type of the event.
- getSourceName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
Returns Node source name of the event.
- getSpaceURLs() - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
-
Returns the URLs of the RemoteSpace
- getSpaceURLs() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
- getSpELContext() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
-
- getSpELVariables() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
-
- getStackTrace() - Method in class org.ow2.proactive.resourcemanager.common.NSState
-
- getStartTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the time at which the Job has started.
- getStartTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the startTime
- getStartTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the startTime
- getStartTime() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the startTime
- getStartTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the time at which the Job has started.
- getStartTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getStartTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getStartTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getState() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getState() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getState() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the resource manager summary state.
- getState() - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
-
Gets the current snapshot of the resource manager state providing
detailed nodes and node source information.
- getState() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the list of job states that describe every jobs in the Scheduler.
- getState(boolean) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the list of job states that describe every jobs in the Scheduler.
- getState() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getState(boolean) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getState() - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getState(boolean) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getState() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getState(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getState() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getState(boolean) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getStateChangeTime() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getStatus() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Return the status of the job.
- getStatus() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the status of the job.
- getStatus() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the current status of the Scheduler
- getStatus() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
-
Get the status of the scheduler
- getStatus() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the taskStatus
- getStatus() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the status of this task
- getStatus() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getStatus() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
- getStatus() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Return the status of the job.
- getStatus() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getStatus() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getStatus() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getStatus() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getStatus() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getStatus() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getStatus() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller
-
- getStderrLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getStderrLogs() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getStderrLogs() - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
- getStderrLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
Timestamp parameter is not relevant for this TaskLogs implementation.
- getStderrLogs() - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
-
Return the logs generated on error output.
- getStderrLogs(boolean) - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
-
Return the logs generated on error output.
- getStderrLogs(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- getStderrLogs() - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- getStdoutLogs() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getStdoutLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
- getStdoutLogs() - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
- getStdoutLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
Timestamp parameter is not relevant for this TaskLogs implementation.
- getStdoutLogs() - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
-
Return the logs generated on standard output.
- getStdoutLogs(boolean) - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
-
Return the logs generated on standard output.
- getStdoutLogs(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- getStdoutLogs() - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- getStorage() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Return a clone of the current logging event storage.
- getStoredLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- getStoredLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- getStringAsArray(ObjectArrayFormatter) - Static method in class org.ow2.proactive.utils.Tools
-
Get the columned string according to the given ObjectArrayFormatter descriptor.
- getSubject() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Gets user's subject retrieved from JAAS authentication
- getSubmitNumber() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Get the number of submit for this user.
- getSubmitNumber() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
-
- getSubmitNumber() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getSubmitNumber() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getSubmittedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the time at which the Job was submitted.
- getSubmittedTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the submittedTime
- getSubmittedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the time at which the Job was submitted.
- getSubmittedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getSupportedNodeSourceInfrastructures() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getSupportedNodeSourceInfrastructures() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the list of supported node source infrastructures descriptors.
- getSupportedNodeSourcePolicies() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getSupportedNodeSourcePolicies() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the list of supported node source policies descriptors.
- getSynchronizationAPI() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getSynchronizationAPI() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getSynchronizationAPI() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getSystemCompliantPath(String) - Static method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
-
Convert path parameter into system compliant path on a common file system
- getSystemEnvironment() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Return a copy of the system environment, empty map if no variables.
- getSystemEnvironmentVariable(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Get the system environment variable value associated with the given name.
- getSystemVariables() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Returns a map containing all variables defined by the system for this task, such as PA_JOB_ID, PA_USER, etc.
- getTag() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Get the tag of this task.
- getTag() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
Return the tag of the task.
- getTag() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getTag() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
- getTags() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the list of available tags in a job.
- getTags(String) - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the list of available tags in a job and that matches a given prefix.
- getTarget() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getTargetContinuation() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getTargetElse() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getTask() - Method in exception org.ow2.proactive.scheduler.common.job.factories.FlowError
-
- getTask(String) - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
Get the task corresponding to the given name.
- getTaskByTagPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the paginated filtered tasks by a given tag.
- getTaskDuration() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Get the real task duration.
- getTaskExecutionDuration() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- getTaskFinishedTime() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getTaskId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
-
To get the taskId
- getTaskId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
To get the id of the task.
- getTaskId() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
To get the id of the corresponding task
- getTaskId() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getTaskId() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the taskId
- getTaskId() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieve a tasks names list from the scheduler.
- getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getTaskInfo() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
To get the taskInfo
- getTaskInfo() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- getTaskInfo() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- getTaskInfo() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- getTaskInputFiles() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the taskInputFiles
- getTaskLogLayout() - Static method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
Default layout for logs
- getTaskName() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Get the taskName where the exception has been thrown.
- getTaskName() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- getTaskName() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- getTaskNodeNumber() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- getTaskOutputFiles() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the taskOutputFiles
- getTaskPaginated(String, int, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Return the page of tasks of the given job.
- getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskPaginated(String, int, int) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getTaskResult(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given task name in the given jobId.
- getTaskResult(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given task name in the given jobId.
- getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResult(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getTaskResultAllIncarnations(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given task name and all result incarnations in the
given jobId.
- getTaskResultAllIncarnations(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given task name and all result incarnations in the
given jobId.
- getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResultFromIncarnation(JobId, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given task name and the given incarnation in the
given jobId.
- getTaskResultFromIncarnation(String, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the result for the given task name and the given incarnation in the
given jobId.
- getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResultsByTag(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the results for a set of tasks in the given jobId and filtered by a
given tag.
- getTaskResultsByTag(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Get the results for a set of tasks in the given jobId and filtered by a
given tag.
- getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the tasks as an array list.
- getTasks() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
To get the list of tasks.
- getTasks() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
- getTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getTasksByTag(String) - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the task as an array list and filtered by a given tag.
- getTasksByTag(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getTaskServerLogs(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieves server logs for a task with the given id.
- getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskServerLogsByTag(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieves server logs for a set of tasks filtered by the given tag.
- getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTasksPageBoundaries(int, int, int) - Static method in class org.ow2.proactive.scheduler.common.util.Pagination
-
- getTasksPaginated(int, int) - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the paginated tasks.
- getTasksSkipped() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getTaskStartTime() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Retrieve a taskstates list from the scheduler.
- getTaskStates() - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getTasksToSchedule() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
get task descriptor list with eligible tasks (running)
- getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getTasksToSchedule() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getTaskUsages() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getTaskVariables() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Third-party credentials are specific to each Scheduler user and stored on the server side.
- getThirdPartyCredentials() - Method in class org.ow2.proactive.authentication.crypto.CredData
-
- getThirdPartyCredentials() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getThreshold() - Method in class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
-
Gets the threshold value (in microseconds)
- getTimeStamp() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Gets the time of event creation
- getTimeStampFormatted() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Gets the formatted time of event creation
- getTo() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getTokenArray() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a copy of the full token list as an independent modifiable array.
- getTokenList() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a copy of the full token list as an independent modifiable list.
- getTopology() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getTopology() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the topology information of nodes.
- getTopology() - Method in class org.ow2.proactive.utils.Criteria
-
- getTopologyDescriptor() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
-
Returns the topology descriptor of the parallel task.
- getTotalAliveNodesNumber() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
Returns total alive nodes number in the resource manager.
- getTotalNbJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
-
Returns the total number of jobs (pending, running and finished)
- getTotalNbJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
Returns the total number of jobs.
- getTotalNodesNumber() - Method in class org.ow2.proactive.resourcemanager.common.RMState
-
Returns total nodes number (including dead nodes) in the resource manager.
- getTotalNumberOfNodes() - Method in class org.ow2.proactive.utils.NodeSet
-
Return the total number of nodes (standard + extra) included in this node set
- getTotalNumberOfTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the number of tasks managed by the Job.
- getTotalNumberOfTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To get the totalNumberOfTasks
- getTotalNumberOfTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns the number of tasks managed by the Job.
- getTotalNumberOfTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getTrimmerMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the trimmer character matcher.
- getTSVInstance() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a new tokenizer instance which parses Tab Separated Value strings.
- getTSVInstance(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a new tokenizer instance which parses Tab Separated Value strings.
- getTSVInstance(char[]) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets a new tokenizer instance which parses Tab Separated Value strings.
- getType() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Return the type of the given properties.
- getType() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
-
Return the name of the parser type
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
-
- getType() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To get the type of this job
- getType() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
- getType() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getType() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Return the type of the given properties.
- getType() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
-
- getType() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
-
- getType() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
-
- getType() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
-
Returns a model regexp able to match the parser type.
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
-
- getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
-
- getUnresolvedGenericInformation() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Returns the generic information without variable replacements.
- getUnresolvedVariables() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Returns the unresolved variable map of this job.
- getUpdatedTasks() - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
-
- getUrl() - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- getUser() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- getUserEvents() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Returns the userEvents.
- getUserName() - Method in class org.ow2.proactive.authentication.UserData
-
- getUsername() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
To get the user name
- getUsername() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
-
- getUsername() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
-
- getUsername() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getUsername() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getUsers() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns a list of connected users.
- getUsers() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
-
Returns the list of connected users.
- getUsers() - Method in class org.ow2.proactive.scheduler.common.SchedulerUsers
-
Return a sorted collection of all connected users.
- getUsers() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getUsers() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
Returns the list of connected users.
- getUsers() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getUsers() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getUsers() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getUsersCount() - Method in class org.ow2.proactive.scheduler.common.SchedulerUsers
-
- getUserSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- getUserSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getUserSpace() - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- getUserSpace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
-
Returns a
RemoteSpace
implementation instance which represents
the
userspace
- getUserSpaceURIs() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns the USER DataSpace URIs associated with the current user
- getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getUserSpaceURIs() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getUsersWithJobs() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns a list of users having jobs.
- getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getUserURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
-
- getUserURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
-
- getUserURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- getValue() - Method in class org.ow2.proactive.db.types.BigString
-
Get the String value.
- getValue() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
-
- getValue() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- getValue() - Method in class org.ow2.proactive.scheduler.common.task.PropertyModifier
-
Get the value
- getValue() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Get the value of the task.
- getValue() - Method in class org.ow2.proactive.scheduler.common.task.UpdatableProperties
-
Get the value of the property.
- getValue() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getValue() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getValue() - Method in class org.ow2.proactive.scripting.helper.selection.Condition
-
Get the value of the condition
- getValueAsBoolean() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the value of this property as a boolean.
- getValueAsBoolean(String, PropertyType, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the value of this property as a boolean.
- getValueAsBoolean() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getValueAsBoolean() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Returns the value of this property as a boolean.
- getValueAsInt() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the value of this property as an integer.
- getValueAsInt(String, PropertyType, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the value of this property as an integer.
- getValueAsInt() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getValueAsInt() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getValueAsList(String) - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the value of this property as a List of strings.
- getValueAsList(String, PropertyType, String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the value of this property as a List of strings.
- getValueAsList(String) - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getValueAsList(String) - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getValueAsLong() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the value of this property as a long integer.
- getValueAsLong(String, PropertyType, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the value of this property as an integer.
- getValueAsLong() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getValueAsLong() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getValueAsString() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the value of this property as a string.
- getValueAsString(String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the value of this property as a string.
- getValueAsString() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getValueAsString() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getValueAsStringOrNull() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Returns the value of this property as a string.
- getValueAsStringOrNull(String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Returns the value of this property as a string.
- getValueAsStringOrNull() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- getValueAsStringOrNull() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Returns the value of this property as a string.
- getValueDelimiterMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Gets the variable default value delimiter matcher currently in use.
- getVariablePrefixMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Gets the variable prefix matcher currently in use.
- getVariableResolver() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Gets the VariableResolver that is used to lookup variables.
- getVariables() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
-
- getVariables() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Returns the variable map of this job.
- getVariables() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the variables Map
- getVariables() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- getVariables() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Returns the variable map of this task.
- getVariables() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Returns the deserialized version of the propagated variables
- getVariables() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getVariables() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getVariables() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- getVariables() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- getVariablesAsReplacementMap() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Returns a map containing the variable names and their values.
- getVariablesOverriden(Job) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Returns the variable map of this task.
- getVariableSuffixMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Gets the variable suffix matcher currently in use.
- getVersion() - Method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
-
- getVisualization() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Get the job visualization rendering in SVG format
- getVMName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns java Virtual machine name of the node.
- getVnName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Returns VirtualNode
name of the node.
- getVNodeName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- getWallTime() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
- getWalltime() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Get the walltime of the task
- getwinenv() - Static method in class org.ow2.proactive.utils.Environment
-
- getWorkingDir() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Return the working Directory.
- getWorkingDir() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Return the working Directory.
- getXMLName() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
-
Return the XML tag name of the attribute as a String.
- getXMLName() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
Return the XML tag name of the element as a String.
- getXMLTagsStack() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Return a stack that contains every tags (path) to the element that causes the exception.
- globalSpace - Variable in class org.ow2.proactive.scheduler.common.job.Job
-
- GLOBALSPACE_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
Name of the GlobalSpace for DataSpaces registration
- GREATER_THAN - Static variable in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
Greater than operator
- groupFile - Variable in class org.ow2.proactive.authentication.FileLoginModule
-
The file where to store group management
- groupMembershipFromFile(String) - Method in class org.ow2.proactive.authentication.FileLoginModule
-
Return corresponding group for an user from the group file.
- GroupNamePrincipal - Class in org.ow2.proactive.authentication.principals
-
- GroupNamePrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.GroupNamePrincipal
-
- id - Variable in class org.ow2.proactive.scripting.Script
-
Id of this script
- id_ - Variable in class org.ow2.proactive.scripting.SelectionScript
-
Hash digest of the script
- IDataSpaceClient - Interface in org.ow2.proactive.scheduler.rest.ds
-
- IDataSpaceClient.Dataspace - Enum in org.ow2.proactive.scheduler.rest.ds
-
- IDataSpaceClient.ILocalDestination - Interface in org.ow2.proactive.scheduler.rest.ds
-
- IDataSpaceClient.ILocalSource - Interface in org.ow2.proactive.scheduler.rest.ds
-
- IDataSpaceClient.IRemoteDestination - Interface in org.ow2.proactive.scheduler.rest.ds
-
- IDataSpaceClient.IRemoteSource - Interface in org.ow2.proactive.scheduler.rest.ds
-
- IdentityConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
-
- IdentityConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IdentityConverter
-
- IdentityPrincipal - Class in org.ow2.proactive.authentication.principals
-
- IdentityPrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.IdentityPrincipal
-
- ifBranchSelectedVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- implies(Permission) - Method in class org.ow2.proactive.permissions.PrincipalPermission
-
- implies(Permission) - Method in class org.ow2.proactive.policy.Permissions
-
- IncrementJob - Class in org.ow2.proactive.scheduler.examples
-
Simple executable that returns 1 + sum(parameters)
as result
- IncrementJob() - Constructor for class org.ow2.proactive.scheduler.examples.IncrementJob
-
- indexOf(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Searches the string builder to find the first reference to the specified char.
- indexOf(char, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Searches the string builder to find the first reference to the specified char.
- indexOf(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Searches the string builder to find the first reference to the specified string.
- indexOf(String, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Searches the string builder to find the first reference to the specified
string starting searching from the given index.
- indexOf(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Searches the string builder using the matcher to find the first match.
- indexOf(StrMatcher, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Searches the string builder using the matcher to find the first
match searching from the given index.
- init() - Static method in class org.ow2.proactive.policy.ClientsPolicy
-
Initialize the policy in the system
- init(String, CredData) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- init(String, Credentials) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Initialization default method for a java task.
- init(String, Credentials) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
initialize the connection the scheduler.
- init(String, String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
initialize the connection the scheduler.
- init(String, CredData) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
initialize the connection the scheduler.
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.AzureBlobDownloader
-
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.AzureBlobUploader
-
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.IterationAwareJob
-
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.MonteCarlo
-
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.S3ConnectorDownloader
-
- init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.S3ConnectorUploader
-
- init(String, ISchedulerClient) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- init(ConnectionInfo) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Initialize this instance.
- init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Connects to the scheduler
- init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- init(String, Credentials) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- init(String, CredData) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- init(ConnectionInfo) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- initActivity(Body) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- initActivity(Body) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- initAPIs(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- initDatabase() - Method in class org.ow2.proactive.jmx.RRDDataStore
-
- initDataSpaces(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Initialization of the dataSpaces.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.proactive.authentication.LDAPLoginModule
-
Initialize this LDAPLoginModule
.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.proactive.authentication.PAMLoginModule
-
- initialize() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
Instantiate the LogForwardingProvider specified by providerClassname value,
and create and start the log server.
- initiator - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
the resource manager client which initiates the event
- initMetadata(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Initialization of the metadata.
- initResultMap(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Initialization of the resultMap.
- InProcessTaskExecutor - Class in org.ow2.proactive.scheduler.task.executors
-
Run a task through a script handler.
- InProcessTaskExecutor() - Constructor for class org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor
-
- InputAccessMode - Enum in org.ow2.proactive.scheduler.common.task.dataspaces
-
InputAccessMode provide a way to define how files should be accessed
in the executable.
- inputFile - Variable in class org.ow2.proactive.scheduler.examples.CopyFile
-
- inputFiles - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
DataSpace inputFiles
- InputSelector - Class in org.ow2.proactive.scheduler.common.task.dataspaces
-
- InputSelector() - Constructor for class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
- InputSelector(FileSelector, InputAccessMode) - Constructor for class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
Create a new instance of InputSelector
- inputSpace - Variable in class org.ow2.proactive.scheduler.common.job.Job
-
- insecure(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- insecure(boolean) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
-
- insert(int, Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the string representation of an object into this builder.
- insert(int, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the string into this builder.
- insert(int, char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the character array into this builder.
- insert(int, char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts part of the character array into this builder.
- insert(int, boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, long) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, float) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, double) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Inserts the value into this builder.
- INTEGER_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- INTEGER_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- IntegerConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
-
- IntegerConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IntegerConverter
-
- IntegerParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- IntegerParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
-
- IntegerWrapper - Class in org.ow2.proactive.scheduler.common.task.util
-
IntegerWrapper is the Scheduler Wrapper object for Integer.
- IntegerWrapper(Integer) - Constructor for class org.ow2.proactive.scheduler.common.task.util.IntegerWrapper
-
Create a new instance of IntegerWrapper.
- InternalException - Exception in org.ow2.proactive.scheduler.common.exception
-
InternalException...
- InternalException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
-
Create a new instance of InternalException
- InternalException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
-
Create a new instance of InternalException
- InternalException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
-
Create a new instance of InternalException
- InternalException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
-
Create a new instance of InternalException
- internalInit(JavaStandaloneExecutableInitializer, ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Initialize the executable using the given executable Initializer.
- InternalSchedulerException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform of internal known problem.
- InternalSchedulerException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
-
Create a new instance of InternalSchedulerException with the given message.
- InternalSchedulerException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
-
Create a new instance of InternalSchedulerException.
- InternalSchedulerException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
-
Create a new instance of InternalSchedulerException with the given message and cause
- InternalSchedulerException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
-
Create a new instance of InternalSchedulerException with the given cause.
- InvalidChannelException - Exception in org.ow2.proactive.scheduler.synchronization
-
- InvalidChannelException() - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
-
- InvalidChannelException(String) - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
-
- InvalidChannelException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
-
- InvalidChannelException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
-
- InvalidScriptException - Exception in org.ow2.proactive.scripting
-
Exception thrown when creation of a Script fails.
- InvalidScriptException() - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
-
Constructor.
- InvalidScriptException(String, Throwable) - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
-
Constructor
- InvalidScriptException(String) - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
-
Constructor
- InvalidScriptException(Throwable) - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
-
Constructor
- invoke(ObjectName, String, Object[], String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- invoke(Object, Method, Object[]) - Method in class org.ow2.proactive.scheduler.rest.SessionHandler
-
- invoke(String, String, Object[]) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
-
Invokes an operation on an MBean.
- isAbsolute() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
-
- isActivated() - Method in interface org.ow2.proactive.authentication.Authentication
-
Checks whether an authentication is activated or in other words is ready to authenticate users.
- isActivated() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
- isActivated() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
Method used to wait until the TaskLauncher is activated (i.e.
- isActive() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Determines whether the connector server is active.
- isActive() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- isActive() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns true if the resource manager is operational and a client is connected.
- isAlive() - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
-
Deprecated.
- isAscending() - Method in enum org.ow2.proactive.db.SortOrder
-
- isAuthorizedForkEnvironmentScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- isAutomaticTransfer() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- isAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- isBestEffort() - Method in class org.ow2.proactive.utils.Criteria
-
- ISchedulerClient - Interface in org.ow2.proactive.scheduler.rest
-
Scheduler interface available in the rest-client framework.
- isConnected() - Method in class org.ow2.proactive.jmx.JMXClientHelper
-
Returns true if this client is connected.
- isConnected() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Test whether or not the user is connected to the ProActive Scheduler.
- isConnected() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- isConnected() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- isConnected() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- isConnected() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Check connection with the server
return true if the current session is connected, false otherwise
- isConnected() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- isCreateFolderHierarchySequentiallyEnabled() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- isDirectoryPath(String) - Static method in class org.ow2.proactive.scheduler.examples.SchedulerExamplesUtils
-
check whether or not the given file path is a path to a directory terminated by /
- isDown() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is not currently UP
- isDynamic() - Method in class org.ow2.proactive.scripting.SelectionScript
-
Say if the script is static or dynamic
- isEmpty() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- isEmpty() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Checks is the string builder is empty (convenience Collections API style method).
- isEmpty(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns true if this channel map contains no key-value mappings.
- isEmpty(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- isEmpty(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- isEmpty() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- isEmptyTokenAsNull() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets whether the tokenizer currently returns empty tokens as null.
- isEnableSubstitutionInVariables() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Returns a flag whether substitution is done in variable names.
- isEqualJob(TaskFlowJob, TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobComparator
-
We state that: For any jobs (TaskFlowJob) job1 and job2 such that job1
serialized to xml produces job1.xml job1.xml loaded in java produces job2
then isEqual(job1,job2) == true
- isFinished() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
To know if the job is finished or not.
- isFinished() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
-
- isFinished() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- isFork() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
- isFreezable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is freezable in its current state
- isIgnoreEmptyTokens() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets whether the tokenizer currently ignores empty tokens.
- isInsecure() - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- isInstanceOf(ObjectName, String) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- isIsolateTaskOutputs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- isJobAlive() - Method in enum org.ow2.proactive.scheduler.common.job.JobStatus
-
- isJobFinished(JobId) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Returns true, if the scheduler has finished the execution of the
specified job.
- isJobFinished(String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Returns true, if the scheduler has terminated the execution of
the specified job.
- isJobFinished(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- isJobFinished(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- isJobFinished(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- isJobFinished(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- isJobFinished(JobId) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- isJobFinished(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- isJobInherited() - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
-
- isKilled() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is killed
- isLocked() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- isLocked() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- isMatch(char[], int, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns the number of matching characters, zero for no match.
- isMatch(char[], int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns the number of matching characters, zero for no match.
- isMyEventsOnly() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Get the myEventsOnly.
- isMyEventsOnly() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- isMyEventsOnly() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- isMyJobsOnly() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
-
- isNodeAdmin(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- isNodeAdmin(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Checks if the currently connected user is the node administrator
- isNodeUser(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- isNodeUser(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Checks if the currently connected user can use node for computations
- ISO8601DateUtil - Class in org.ow2.proactive.scheduler.common.util
-
Helper class for converting ISO datetime strings of the following format:
"2008-03-01T13:00:00+01:00".
- isParallel() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Checks if the task is parallel.
- isPausable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is pausable in its current state
- isPending() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
-
- isPending() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- isPreciousLogs() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To know if the logs of this task are precious.
- isPreciousLogs() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- isPreciousResult() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To know if the result of this task is precious.
- isRaw() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Returns true if this result contains raw data (i.e.
- isRaw() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- isRaw() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.proactive.scheduler.rest.readers.OctetStreamReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.proactive.scheduler.rest.readers.TaskResultReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.proactive.scheduler.rest.readers.WildCardTypeReader
-
- isRegistered(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- isRelative() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
-
- isResult() - Method in class org.ow2.proactive.resourcemanager.common.NSState
-
- isResumable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is resumable in its current state
- isRunAsMe() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To know if the task will be executed under the user identity or not.
- isRunAsUser() - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
Return true if user want to run the task under his account id, false otherwise.
- isRunAsUser() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- isRunning() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
-
- isRunning() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- isSchemaException() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Get the isSchemaException
- isSet() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Return true if this property is set or has a default value, false otherwise.
- isSet(String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
-
Return true if this property is set, false otherwise.
- isSet() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- isSet() - Method in class org.ow2.proactive.scheduler.common.task.UpdatableProperties
-
Tell if the value has been set or if it is the default one.
- isSet() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- isShuttingDown() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is currently shutting down
- isStartable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is startable
- isStarted() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
- isStarted() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- isStarted() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- isStoppable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler can be stopped in its current state.
- isSubmittable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if a job can be submitted to scheduler
- isTaskAlive() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Returns true if the task is not alive any more (a task is alive when it's waiting to be executed or being executed
- isTaskAlive() - Method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
- isTaskFinished(String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Returns true, if the scheduler has finished the execution of the
task.
- isTaskFinished(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- isTaskFinished(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- isTaskFinished(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- isTaskStarted() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- isToBeRemoved() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns a boolean that indicates whether the job
is marked for removal or not.
- isToBeRemoved() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
Get the toBeRemoved property.
- isToBeRemoved() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
Returns a boolean that indicates whether the job
is marked for removal or not.
- isToBeRemoved() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- isTopologyBased() - Method in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
Defines if selection scripts have to be executed on all
available nodes before the topology information will be processed.
- isToRemove() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Returns true if this user has to be removed, false if not.
- isTransferring() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- isTrue() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
-
Returns the result of the predicate evaluation
- isTrusted(X509Certificate[], String) - Method in class org.ow2.proactive.http.AllowAllTrustStrategy
-
- isUnusable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Return true if the scheduler is NOT usable in its current state
- isValidProgressValue(int) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
-
Returns a boolean that indicates whether the specified value is a valid
progress value.
- isWallTimeSet() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Return true if wallTime is set.
- ITERATION_SEPARATOR - Static variable in interface org.ow2.proactive.scheduler.common.task.TaskId
-
string separator in the task name for indicating the iteration index
- IterationAwareJob - Class in org.ow2.proactive.scheduler.examples
-
Prints iteration and replication exported properties for testing purposes
- IterationAwareJob() - Constructor for class org.ow2.proactive.scheduler.examples.IterationAwareJob
-
- iterator() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- RANGE_MAIN_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
-
- RangeParserValidator<T extends Comparable<T>> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- RangeParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
-
- RangeValidator<T extends Comparable<T>> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- RangeValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
-
- RangeValidator(T) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
-
- RangeValidator(T, T) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
-
- RangeValidator(Range) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
-
- RAW_PROTOCOL_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
-
Prefix for direct socket (i.e.
- readAccount(String) - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
Reads account information from the data base
- readFile(File) - Static method in class org.ow2.proactive.scripting.Script
-
Create string script from file
- readFrom(Readable) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
If possible, reads chars from the provided
Readable
directly into underlying
character buffer without making extra copies.
- readFrom(InputStream, String) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.ILocalDestination
-
- readFrom(InputStream, String) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDestination
-
- readFrom(Class<ExceptionToJson>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.proactive.scheduler.rest.readers.OctetStreamReader
-
- readFrom(Class<Serializable>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.proactive.scheduler.rest.readers.TaskResultReader
-
- readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.proactive.scheduler.rest.readers.WildCardTypeReader
-
- recMan - Variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
Object handling the AwaitedJobsFile connection
- reconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Reconnects this smart proxy to the scheduler
- reconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- refresh() - Method in class org.ow2.proactive.policy.ClientsPolicy
-
- REGEXP_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- REGEXP_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- RegexpMatcher - Class in org.ow2.proactive.scheduler.common.util
-
RegexpMatcher should help you when looking for patterns in a string.
- RegexpMatcher(String) - Constructor for class org.ow2.proactive.scheduler.common.util.RegexpMatcher
-
Create a new instance of RegexpMatcher.
- RegexpParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- RegexpParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- RegexpValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- RegexpValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RegexpValidator
-
- register(ProgressFileReader.Listener) - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
-
- registerAsListener() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- registerAsListener() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- registerAsListener() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- registerKillChildProcessesOnShutdown(String) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
-
Register a shutdown hook to kill children processes
- registerMBeans(MBeanServer) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Sub-class must register the MBeans into the MBean server.
- reinitializeState() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- relativize(String, DataSpacesFileObject) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- releaseBusyNodesNotInList(List<NodeSet>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- releaseBusyNodesNotInList(List<NodeSet>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Release the nodes that are busy and that are not part of the given node set
- releaseNode(Node) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- releaseNode(Node) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Releases the node after computations.
- releaseNodes(NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- releaseNodes(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Releases nodes after computations.
- reload() - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- reloadConfiguration() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
-
Reload the properties using the default property file configuration
This method will clean every loaded properties before.
- reloadConfiguration() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- reloadConfiguration() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- reloadPolicyConfiguration() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
For administrator only, order a reload to the policy.
- reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.rest.ClientBase
-
- reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- REMOTE_CONNECTION_MARKER - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
Marker in the task output to locate the remote connection hint
for the hint to be detected client side, the following String has
to be printed to the task log :
PA_REMOTE_CONNECTION;TaskId;type;url
example : 'PA_REMOTE_CONNECTION;10005;vnc;localhost:5901'
- REMOTE_CONNECTION_SEPARATOR - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- RemoteDestination - Class in org.ow2.proactive.scheduler.rest.ds
-
- RemoteDestination(IDataSpaceClient.Dataspace, String) - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
-
- RemoteSource - Class in org.ow2.proactive.scheduler.rest.ds
-
- RemoteSource() - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- RemoteSource(IDataSpaceClient.Dataspace) - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- RemoteSource(IDataSpaceClient.Dataspace, String) - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- RemoteSpace - Interface in org.ow2.proactive.scheduler.common.task.dataspaces
-
RemoteSpace is the interface used to access remote file spaces
- remove(T) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- remove(List<Element>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- remove() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Unsupported ListIterator operation.
- remove(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Removes the mapping for a key from this channel map if it is present
(optional operation).
- remove(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Removes the entry for the specified key only if it is currently
mapped to the specified value.
- remove(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- remove(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- remove(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- remove(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- remove(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- removeAllAppenders(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
- removeAllAppenders(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
-
- removeAllAppenders() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
-
- removeArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
Remove the specified argument from the argument map.
- removeAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- removeAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
Removes from the proxy knowledge all info related with the given job.
- removeAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
-
Removes from the proxy knowledge all info related with the given job.
- removeAwaitedJob(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
-
- removeAwaitedTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
The method from jobTracker is encapsulated in order to be called via the
SmartProxy stub
- removeAwaitedTask(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- removeAwaitedTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
Removes from the proxy knowledge all info related with the given task.
- removeAwaitedTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
-
Removes from the proxy knowledge all info related with the given task.
- removeAwaitedTask(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
-
- removeConnectionNotificationListener(NotificationListener) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- removeDir(File) - Static method in class org.ow2.proactive.utils.FileUtils
-
Remove directories and files recursively
- removeEventListener() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Remove the current event listener your listening on.
If no listener is defined, this method has no effect.
- removeEventListener() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- removeEventListener() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- removeEventListener(SchedulerEventListenerExtended) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- removeEventListener() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- removeEventListener() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- removeFinished(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
- removeHostTopology(String, InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
Removes all information about host from the topology.
- removeJob(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Remove the job from the scheduler.
- removeJob(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Remove the job from the scheduler.
- removeJob(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- removeJob(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- removeJob(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- removeJob(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- removeJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- removeJob(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- removeJob(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- removeJob(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- removeJobIO(Job, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- removeJobIO(Job, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- removeJobIO(Job, String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- removeLast(int) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- removeLogger(String) - Static method in class org.ow2.proactive.scheduler.common.util.logforwarder.Log4JRemover
-
- removeLogger(String, Hierarchy) - Static method in class org.ow2.proactive.scheduler.common.util.logforwarder.Log4JRemover
-
- removeLogger(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
- removeLogger(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
-
- removeNode(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- removeNode(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Removes a node from the resource manager.
- removeNodeSource(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- removeNodeSource(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Remove a node source from the RM.
- removeNotificationListener(ObjectName, ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- removeNotificationListener(ObjectName, NotificationListener) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- removeResult(String) - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
-
Remove the result of the given task in this jobResult.
- removeResult(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- removeResult(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
-
- removeRMEventListener() - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
-
Removes a listener from RMMonitoring.
- removeThirdPartyCredential(String) - Method in interface org.ow2.proactive.scheduler.common.ThirdPartyCredentials
-
- removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- renewSession() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
This method renew the connection lease without other side effect.
- renewSession() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- renewSession() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- renewSession() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- renewSession() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
To renew the current server session.
- renewSession() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- repeater - Static variable in class org.ow2.proactive.utils.Lambda
-
repeats func function limit number of times
- replace(int, int, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces a portion of the string builder with another string.
- replace(StrMatcher, String, int, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Advanced search and replaces within the builder using a matcher.
- replace(Object, Map<String, V>) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the map.
- replace(Object, Map<String, V>, String, String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the map.
- replace(Object, Properties) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching
values from the properties.
- replace(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source string as a template.
- replace(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source string as a template.
- replace(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source array as a template.
- replace(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source array as a template.
- replace(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source buffer as a template.
- replace(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source buffer as a template.
- replace(CharSequence) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source as a template.
- replace(CharSequence, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source as a template.
- replace(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source builder as a template.
- replace(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values
from the resolver using the given source builder as a template.
- replace(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the resolver.
- replace(String, String, Serializable, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Replaces the entry for the specified key only if currently
mapped to the specified value.
- replace(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Replaces the entry for the specified key only if it is
currently mapped to some value.
- replace(String, TaskId, String, String, Serializable, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- replace(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- replace(String, String, Serializable, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- replace(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- replaceAll(char, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces the search character with the replace character
throughout the builder.
- replaceAll(String, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces the search string with the replace string throughout the builder.
- replaceAll(StrMatcher, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces all matches within the builder with the replace string.
- replaceAll(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Replaces each entry's value with the result of invoking the given
function on that entry until all entries have been processed or the
function throws an exception.
- replaceAll(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- replaceAll(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- replaceFirst(char, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces the first instance of the search character with the
replace character in the builder.
- replaceFirst(String, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces the first instance of the search string with the replace string.
- replaceFirst(StrMatcher, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Replaces the first match within the builder with the replace string.
- replaceIn(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer
with their matching values from the resolver.
- replaceIn(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer
with their matching values from the resolver.
- replaceIn(StringBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer
with their matching values from the resolver.
- replaceIn(StringBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source builder
with their matching values from the resolver.
- replaceIn(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source
builder with their matching values from the resolver.
- replaceIn(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source
builder with their matching values from the resolver.
- replaceScriptParameters(Script<?>, Map<String, String>, VariablesMap, PrintStream) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
- replaceSystemProperties(Object) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with
their matching values from the system properties.
- replaceVariablesInJobVariablesMap(Map<String, JobVariable>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
-
- replaceVarsAndGenericInfo(String, Map<String, JobVariable>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.GetJobContentFactory
-
- replicate() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Replicates a task
- replicate() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- replicate() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- replicate() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- replicateRunsVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Name of the Integer variable to set in the script to determine
the number of parallel runs of a REPLICATE action
- REPLICATION_SEPARATOR - Static variable in interface org.ow2.proactive.scheduler.common.task.TaskId
-
string separator in the task name for indicating the replication index
- requiresLayout() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
- requiresLayout() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
-
- reset() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Resets this tokenizer, forgetting all parsing and iteration already completed.
- reset(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Reset this tokenizer, giving it a new input string to parse.
- reset(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Reset this tokenizer, giving it a new input string to parse.
- resetLogContextForImmediateService() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
-
- resolve(String) - Static method in enum org.ow2.proactive.utils.OperatingSystem
-
- resolveFile(String) - Method in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
-
- resolveOrError(String) - Static method in enum org.ow2.proactive.utils.OperatingSystem
-
- resolvePropertiesFile(String) - Static method in class org.ow2.proactive.utils.FileUtils
-
- resolveVariable(String, StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Internal method that resolves the value of a variable.
- resolveVariables(Map<String, Serializable>, Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
-
Creates a HashMap with variablesDictionary where values are resolved.
- ResourceManager - Interface in org.ow2.proactive.resourcemanager.frontend
-
This class represents the interface of the resource manager.
- restartAllInErrorTasks(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Restart all in error tasks in the job represented by jobId.
This method will restart every in error tasks of this job.
The jobId is given as a string.
- restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- restartAllInErrorTasks(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- restartInErrorTask(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
- restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- restartInErrorTask(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- RestartMode - Class in org.ow2.proactive.scheduler.common.task
-
This class represents the different restart mode for a task if an error occurred during its execution.
!! It is no longer an Enum since the rise of Hibernate.
- RestartMode() - Constructor for class org.ow2.proactive.scheduler.common.task.RestartMode
-
- RestartMode(int, String) - Constructor for class org.ow2.proactive.scheduler.common.task.RestartMode
-
Implicit constructor of a restart mode.
- restartTask(JobId, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Try to restart the task represented by the given task name in the given
jobId.
- restartTask(String, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Try to restart the task represented by the given task name in the given
jobId.
- restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- restartTaskOnError - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Define where will a task be restarted if an error occurred (default is ANYWHERE).
- RestJobTrackerImpl - Class in org.ow2.proactive_grid_cloud_portal.smartproxy
-
JobTracker that uses the REST API for performing actions on dataspaces.
- RestJobTrackerImpl() - Constructor for class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
-
- restoreDependences(Map<TaskId, TaskState>) - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
-
- restoreRunningTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
Retrieve the persisted state of tasks and restore the state of tasks
that are found running.
- restServerUrl(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
-
- RestSmartProxyImpl - Class in org.ow2.proactive_grid_cloud_portal.smartproxy
-
Smart proxy implementation that relies on the REST API for communicating with dataspaces
and websockets to push notifications to clients.
- RestSmartProxyImpl() - Constructor for class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- RESULT_MAP_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- RESULT_METADATA_VARIABLE - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
The variable name to access result metadata from dependent tasks (a map).
- RESULT_VARIABLE - Static variable in class org.ow2.proactive.scripting.SelectionScript
-
The variable name which must be set after the evaluation
of a verifying script.
- RESULT_VARIABLE - Static variable in class org.ow2.proactive.scripting.TaskScript
-
The variable name which must be set after the evaluation
of a script task.
- ResultPreviewTool - Class in org.ow2.proactive.scheduler.common.task.util
-
Static util methods for result preview definition.
- ResultPreviewTool() - Constructor for class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
-
- ResultPreviewTool.SimpleImagePanel - Class in org.ow2.proactive.scheduler.common.task.util
-
Simple JPanel for displaying image
- ResultPreviewTool.SimpleTextPanel - Class in org.ow2.proactive.scheduler.common.task.util
-
Simple JPanel for displaying text message
- RESULTS_VARIABLE - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
The variable name to access results from dependent tasks (an array).
- resultVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
Name of the variable that will be set in the script's environment
to contain the result of the Task executed along this script
- resume() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
For administrator only, Resume the scheduler.
- resume() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- resume() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- resume() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- resume() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- resumeJob(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Resume the job represented by jobId.
This method will restart every non-finished tasks of this job.
- resumeJob(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Resume the job represented by jobId.
This method will restart every non-finished tasks of this job.
The jobId is given as a string.
- resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- resumeJob(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- resumeJob(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- resumeJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- resumeJob(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- reverse() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Reverses the string builder placing each character in the opposite index.
- RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
-
- RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
-
- RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
-
- RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- RIGHT_RANGE_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
-
- RIGHT_RANGE_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
-
- rightString(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Extracts the rightmost characters from the string builder without
throwing an exception.
- rmAuth - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- RMAuthentication - Interface in org.ow2.proactive.resourcemanager.authentication
-
Authentication interface of the resource manager.
- RMConnection - Class in org.ow2.proactive.resourcemanager.frontend
-
This class provides means to connect to an existing RM.
- RMConstants - Interface in org.ow2.proactive.resourcemanager.common
-
Constant types in the Resource Manager.
- RMEvent - Class in org.ow2.proactive.resourcemanager.common.event
-
Upper class for RM's event objects
- RMEvent() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
ProActive empty constructor
- RMEvent(long) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- RMEvent(RMEventType) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Creates the node event object.
- rmEvent(RMEvent) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- rmEvent(RMEvent) - Method in interface org.ow2.proactive.resourcemanager.frontend.RMEventListener
-
RM is shutting down
- RMEventListener - Interface in org.ow2.proactive.resourcemanager.frontend
-
Interface for RM events monitoring.
- RMEventType - Enum in org.ow2.proactive.resourcemanager.common.event
-
Enumeration of all events generated by the Resource Manager,
and received by Monitors, which permits to probe RM activity.
- RMException - Exception in org.ow2.proactive.resourcemanager.exception
-
Exceptions Generated by the RM
- RMException(String) - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
-
Attaches a message to the Exception
- RMException() - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
-
Empty constructor
- RMException(String, Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
-
Attaches a message and a cause to the Exception
- RMException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
-
Attaches a cause to the Exception
- RMGroupEventListener - Class in org.ow2.proactive.resourcemanager.frontend
-
A listener of the resource manager which can receive a collection of events at once.
- RMGroupEventListener() - Constructor for class org.ow2.proactive.resourcemanager.frontend.RMGroupEventListener
-
- RMInitialState - Class in org.ow2.proactive.resourcemanager.common.event
-
Defines a state of the Resource Manager for a Monitor.
- RMInitialState() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMInitialState
-
- rmInitialState - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- RMJMXBeans - Class in org.ow2.proactive.resourcemanager.core.jmx
-
- RMListenerProxy - Class in org.ow2.proactive.resourcemanager.common.util
-
This class adds a cache mechanism that maintains the
RMInitialState
state of the
remote resource manager.
- RMListenerProxy() - Constructor for class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- RMMonitoring - Interface in org.ow2.proactive.resourcemanager.frontend
-
An interface Front-End for the Monitoring of the Resource Manager.
- RMNodeDescriptor - Class in org.ow2.proactive.resourcemanager.common.event
-
- RMNodeDescriptor() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- RMNodeEvent - Class in org.ow2.proactive.resourcemanager.common.event
-
This class implements Event object related to an RMNode
This immutable event object is thrown to all Resource Manager Monitors to inform them
about a Node's state modification.
- RMNodeEvent() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
ProActive empty constructor
- RMNodeEvent(String, long) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- RMNodeEvent(String, long, RMEventType) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- RMNodeEvent(RMNodeDescriptor) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Creates a node event object without previous node state.
- RMNodeEvent(RMNodeDescriptor, RMEventType, NodeState, String) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
Creates a node event object with a previous node state.
- RMNodeSourceEvent - Class in org.ow2.proactive.resourcemanager.common.event
-
This class implements the Event object related to a NodeSource
.
- RMNodeSourceEvent() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
ProActive Empty constructor.
- RMNodeSourceEvent(String, String, String, String) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
Creates an RMNodesourceEvent object.
- RMNodeSourceEvent(RMEventType, String, String, String, String, String) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
Creates an RMNodesourceEvent object.
- RMNodeSourceEvent(String, long) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
- RMProxyUserInterface - Class in org.ow2.proactive.resourcemanager.common.util
-
This class implements an active object managing a connection
to the Resource Manager (a proxy to the Resource Manager)
You must init the proxy by calling the
RMListenerProxy.init(String, Credentials)
method
after having created it
- RMProxyUserInterface() - Constructor for class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- RMProxyUserInterface.MBeanAttributeType - Enum in org.ow2.proactive.resourcemanager.common.util
-
Enum of managed MBean attribute types
Convert a String MBean attribute value to Object
- RMState - Class in org.ow2.proactive.resourcemanager.common
-
RMState represents information about RM activity.
- RMState(RMStateNodeUrls, Long) - Constructor for class org.ow2.proactive.resourcemanager.common.RMState
-
- RMstate - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- RMStateDelta - Class in org.ow2.proactive.resourcemanager.common.event.dto
-
- RMStateDelta() - Constructor for class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
- RMStateFull - Class in org.ow2.proactive.resourcemanager.common.event.dto
-
- RMStateFull() - Constructor for class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
-
- RMStateNodeUrls - Class in org.ow2.proactive.resourcemanager.common
-
- RMStateNodeUrls(Set<String>, Set<String>, Set<String>) - Constructor for class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
-
- RO_PROTOCOL - Static variable in class org.ow2.proactive.jmx.provider.JMXProviderUtils
-
A string representation of the Remote Object protocol
- RO_PROVIDER_PKGS - Static variable in class org.ow2.proactive.jmx.provider.JMXProviderUtils
-
The package that contains the classes of the JMX Remote Object provider
- ROConnection - Class in org.ow2.proactive.jmx.provider.ro
-
This class represents a way to talk to an MBean server through Remote Objects.
- ROConnection() - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnection
-
Empty constructor without arguments.
- ROConnection(MBeanServer, String, ROServerImpl, Subject, AccessControlContext) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnection
-
Creates a new ROConnection
that forwards remote calls to the attached MBean server.
- ROConnector - Class in org.ow2.proactive.jmx.provider.ro
-
The ROConnector thats exposes the active object responsible of creating the ROConnections.
- ROConnector() - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnector
-
Empty constructor without arguments (needed by ProActive).
- ROConnector(JMXServiceURL, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnector
-
Constructs an ROConnector
that will connect the RO
connector server with the given address.
- ROConnector(ROServerImpl, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnector
-
Constructs an ROConnector
using the given RO server stub.
- ROConnectorServer - Class in org.ow2.proactive.jmx.provider.ro
-
A JMX API connector server that creates Remote Object based connections
from remote clients.
- ROConnectorServer(JMXServiceURL, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Creates a ROConnectorServer
- ROConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Creates a ROConnectorServer
- ROConnectorServer(JMXServiceURL, Map<String, ?>, ROServerImpl, MBeanServer) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Creates a ROConnectorServer
- ROServerImpl - Class in org.ow2.proactive.jmx.provider.ro
-
A remote object representing a connector server.
- ROServerImpl() - Constructor for class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
Empty constructor without arguments.
- ROServerImpl(MBeanServer, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
Constructs a new ROServerImpl
.
- RRDDataStore - Class in org.ow2.proactive.jmx
-
This class (thread) dump all properties of MBean to RRD data base with specific period.
- RRDDataStore(String, int, Logger) - Constructor for class org.ow2.proactive.jmx.RRDDataStore
-
- RRDDataStore(StandardMBean, String, int, Logger) - Constructor for class org.ow2.proactive.jmx.RRDDataStore
-
Initializes a new RRD data base if it's not exist.
- run() - Method in class org.ow2.proactive.jmx.RRDDataStore
-
Periodically dumps the new mbean state to the data base
- run() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
-
- run() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader.ProgressFileReaderThread
-
- run() - Method in class org.ow2.proactive.scheduler.task.utils.ThreadReader
-
- run() - Method in interface org.ow2.proactive.utils.Lambda.RunnableThatThrows
-
- runActivity(Body) - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
Method controls the execution of every request.
- runAsMe - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
- running(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
-
Default value is true
(fetch all tasks)
- runningToFinished(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
- RUNTIMEDATA_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
-
The name of the Resource Manager bean
- S3ConnectorDownloader - Class in org.ow2.proactive.scheduler.examples
-
Import file(s) from an S3 server using the Import_from_S3 task.
- S3ConnectorDownloader() - Constructor for class org.ow2.proactive.scheduler.examples.S3ConnectorDownloader
-
- S3ConnectorUploader - Class in org.ow2.proactive.scheduler.examples
-
Import/Export file(s) from/to an AWS S3 server using an S3Connector task.
- S3ConnectorUploader() - Constructor for class org.ow2.proactive.scheduler.examples.S3ConnectorUploader
-
- S3ConnectorUtils - Class in org.ow2.proactive.scheduler.examples
-
- Scheduler - Interface in org.ow2.proactive.scheduler.common
-
Scheduler interface for someone connected to the scheduler.
- SCHEDULER_CLIENT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
The variable containing a proxy to the scheduler server
- SCHEDULER_DATASPACE_APPLICATION_ID - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
The Application ID used by the scheduler for local Dataspaces
- SCHEDULER_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
Default scheduler node name
- SchedulerAuthenticationGUIHelper - Class in org.ow2.proactive.scheduler.common
-
SchedulerAuthenticationHelper provides a graphical user interface to connect to the ProActiveScheduler.
- SchedulerAuthenticationInterface - Interface in org.ow2.proactive.scheduler.common
-
Scheduler Authentication Interface provides method to connect to the scheduler.
- SchedulerClient - Class in org.ow2.proactive.scheduler.rest
-
- SchedulerConnection - Class in org.ow2.proactive.scheduler.common
-
- SchedulerConstants - Class in org.ow2.proactive.scheduler.common
-
Constant types in the Scheduler.
- SchedulerConstants() - Constructor for class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- SchedulerEvent - Enum in org.ow2.proactive.scheduler.common
-
Enumeration of all different events that scheduler can invoke.
- SchedulerEventListener - Interface in org.ow2.proactive.scheduler.common
-
Class providing events that the scheduler is able to send using the described listener.
- schedulerEventListener(SchedulerEventListener) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
-
- SchedulerEventListenerExtended - Interface in org.ow2.proactive.scheduler.smartproxy.common
-
A scheduler Event Listener.
- SchedulerEventReceiver - Class in org.ow2.proactive.scheduler.rest
-
Utility class to subscribe and receive scheduler events from REST server.
- SchedulerEventReceiver.Builder - Class in org.ow2.proactive.scheduler.rest
-
- SchedulerExamplesUtils - Class in org.ow2.proactive.scheduler.examples
-
SelectionUtils provides static methods for scheduler examples.
- SchedulerException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform the user of a problem.
- SchedulerException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
-
Create a new instance of SchedulerException with the given message.
- SchedulerException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
-
Create a new instance of SchedulerException.
- SchedulerException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
-
Create a new instance of SchedulerException with the given message and cause
- SchedulerException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
-
Create a new instance of SchedulerException with the given cause.
- SchedulerNodeClient - Class in org.ow2.proactive.scheduler.task.client
-
Scheduler api available as a variable during the execution of a task.
- SchedulerNodeClient(Decrypter, String) - Constructor for class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- schedulerProxy - Variable in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- SchedulerProxyUserInterface - Class in org.ow2.proactive.scheduler.common.util
-
- SchedulerProxyUserInterface() - Constructor for class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
Deprecated.
- SchedulerState<T extends JobState> - Interface in org.ow2.proactive.scheduler.common
-
This interface is a representation of the whole scheduler jobs list state.
It is basically represented by 3 lists of jobs, and their scheduling status.
- SchedulerStateImpl<T extends JobState> - Class in org.ow2.proactive.scheduler.core
-
This class is a representation of the whole scheduler initial jobs list state.
It is basically represented by 3 lists of jobs, and its scheduling status.
- SchedulerStateImpl() - Constructor for class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
ProActive Empty constructor.
- schedulerStateUpdatedEvent(SchedulerEvent) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
-
Invoked each time a scheduler event occurs.
Scheduler events are stopped,started, paused, frozen, etc.
- schedulerStateUpdatedEvent(SchedulerEvent) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
-
- schedulerStateUpdatedEvent(SchedulerEvent) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- SchedulerStatus - Enum in org.ow2.proactive.scheduler.common
-
Status of the scheduler.
- SchedulerUsage - Interface in org.ow2.proactive.scheduler.common.usage
-
Scheduler interface for accounting information, usage data and statistics.
- SchedulerUserInfo - Class in org.ow2.proactive.scheduler.job
-
- SchedulerUserInfo(String, String, long, long, int) - Constructor for class org.ow2.proactive.scheduler.job.SchedulerUserInfo
-
- SchedulerUsers - Class in org.ow2.proactive.scheduler.common
-
SchedulerUsers is the list of user connected to the scheduler with the GUI.
This can provide informations about who is connected, what are their status, etc...
- SchedulerUsers() - Constructor for class org.ow2.proactive.scheduler.common.SchedulerUsers
-
- SchedulerVars - Enum in org.ow2.proactive.scheduler.task
-
Scheduler related java properties.
- Schemas - Enum in org.ow2.proactive.scheduler.common.job.factories
-
- Script<E> - Class in org.ow2.proactive.scripting
-
A simple script to evaluate using java 6 scripting API.
- Script() - Constructor for class org.ow2.proactive.scripting.Script
-
ProActive needed constructor
- Script(String, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.Script
-
Directly create a script with a string.
- Script(String, String, Serializable[], String) - Constructor for class org.ow2.proactive.scripting.Script
-
Directly create a script with a string.
- Script(String, String) - Constructor for class org.ow2.proactive.scripting.Script
-
Directly create a script with a string.
- Script(String, String, String) - Constructor for class org.ow2.proactive.scripting.Script
-
Directly create a script with a string.
- Script(File, Serializable[]) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from a file.
- Script(File) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from a file.
- Script(URL, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from an URL.
- Script(URL, String, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from an URL.
- Script(URL, boolean) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from an URL.
- Script(URL, String, boolean) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from an URL.
- Script(Script<?>) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from another script object
- Script(Script<?>, String) - Constructor for class org.ow2.proactive.scripting.Script
-
Create a script from another script object
- script - Variable in class org.ow2.proactive.scripting.Script
-
The script to evaluate
- scriptEngineLookupName - Variable in class org.ow2.proactive.scripting.Script
-
Name of the script engine or file path to script file (extension will be used to lookup)
- ScriptException - Exception in org.ow2.proactive.scripting
-
ScriptException is used to manage exception that occurs in script engines
- ScriptException() - Constructor for exception org.ow2.proactive.scripting.ScriptException
-
Constructor.
- ScriptException(String, Throwable) - Constructor for exception org.ow2.proactive.scripting.ScriptException
-
Constructor
- ScriptException(String) - Constructor for exception org.ow2.proactive.scripting.ScriptException
-
Constructor
- ScriptException(Throwable) - Constructor for exception org.ow2.proactive.scripting.ScriptException
-
Constructor
- ScriptExecutableContainer - Class in org.ow2.proactive.scheduler.task.containers
-
Reuse the Java executable container as part of a forked task, specialized for a script execution.
- ScriptExecutableContainer(TaskScript) - Constructor for class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
-
- ScriptHandler - Class in org.ow2.proactive.scripting
-
A script handler is an object able to perform execution of a script.
- ScriptHandler() - Constructor for class org.ow2.proactive.scripting.ScriptHandler
-
ProActive Constructor
- ScriptLoader - Class in org.ow2.proactive.scripting
-
The script Loade
- ScriptLoader() - Constructor for class org.ow2.proactive.scripting.ScriptLoader
-
- ScriptResult<E> - Class in org.ow2.proactive.scripting
-
The class implements a script result container.
- ScriptResult() - Constructor for class org.ow2.proactive.scripting.ScriptResult
-
ProActive empty constructor
- ScriptResult(E) - Constructor for class org.ow2.proactive.scripting.ScriptResult
-
Create a new instance of ScriptResult.
- ScriptResult(Throwable) - Constructor for class org.ow2.proactive.scripting.ScriptResult
-
Create a new instance of ScriptResult.
- ScriptResult(E, Throwable) - Constructor for class org.ow2.proactive.scripting.ScriptResult
-
Constructor
- ScriptTask - Class in org.ow2.proactive.scheduler.common.task
-
- ScriptTask() - Constructor for class org.ow2.proactive.scheduler.common.task.ScriptTask
-
- SecurityPolicyLoader - Class in org.ow2.proactive.utils
-
- SecurityPolicyLoader() - Constructor for class org.ow2.proactive.utils.SecurityPolicyLoader
-
- select(int, List<Node>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
-
Selects a set of closest nodes from specified list.
- selectedEvents(SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
-
- SelectionScript - Class in org.ow2.proactive.scripting
-
A selection Script : return true if the resource tested is correct.
- SelectionScript() - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
ProActive needed constructor
- SelectionScript(String, String) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Directly create a script with a String.
- SelectionScript(String, String, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Directly create a script with a string.
- SelectionScript(String, String, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Directly create a script with a string.
- SelectionScript(File, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from a file.
- SelectionScript(File, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from a file.
- SelectionScript(URL) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, String) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, String, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(URL, String, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from an URL.
- SelectionScript(Script<?>, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
-
Create a selection script from another selection script
- SelectionUtils - Class in org.ow2.proactive.scripting.helper.selection
-
SelectionUtils provides static methods for selection script.
- SelectionUtils() - Constructor for class org.ow2.proactive.scripting.helper.selection.SelectionUtils
-
- sendEvent(List<LoggingEvent>) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollector
-
- serializableToBase64String(Serializable) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
-
- SerializationUtil - Class in org.ow2.proactive.scheduler.common.task.util
-
Utility class which facilitates the serialization/de-serialization of Java
objects in variable maps.
- serializeContext(TaskContext, File) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextSerializer
-
Serializes a task context to disk.
- serializedArguments - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
Arguments of the java task
- serializedArguments - Variable in class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
-
Arguments of the task as a map
- serializeTasks(Map<TaskId, TaskState>) - Method in class org.ow2.proactive.scheduler.job.ClientJobSerializationHelper
-
- serializeVariableMap(Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.task.util.SerializationUtil
-
- ServerProvider - Class in org.ow2.proactive.jmx.provider.ro
-
A provider for creating JMX API connector servers using a given
protocol.
- ServerProvider() - Constructor for class org.ow2.proactive.jmx.provider.ro.ServerProvider
-
- SessionHandler - Class in org.ow2.proactive.scheduler.rest
-
Renews the session, in case of a session timeout.
- SessionHandler(SchedulerClient) - Constructor for class org.ow2.proactive.scheduler.rest.SessionHandler
-
- sessionId(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
-
- sessionName - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- SessionWork<T> - Interface in org.ow2.proactive.db
-
Encapsulates the semantic of a database query.
- set(Map<String, Object>) - Method in class org.ow2.proactive.authentication.NoCallback
-
Sets properties of the callback
- set(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Unsupported ListIterator operation.
- setAcceptableNodesUrls(Set<String>) - Method in class org.ow2.proactive.utils.Criteria
-
Sets acceptables nodes that can resulting nodes list.
- setAction(FlowAction) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
If a FlowScript was executed on this task, its result
is stored so that the action can be performed later when
processed by the core.
- setActionContinuation(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- setActionContinuation(Task) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- setActionTarget(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- setActionTarget(Task) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- setActionTargetElse(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- setActionTargetElse(Task) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- setActionType(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
The Action Type does not have any effect on the execution of the script,
but will be used after the execution to determine what Control Flow Action
should be performed on the TaskFlow.
- setActionType(FlowActionType) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
The Action Type does not have any effect on the execution of the script,
but will be used after the execution to determine what Control Flow Action
should be performed on the TaskFlow.
- setActivated(boolean) - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
Activates or desactivates authentication active object
- setAttribute(ObjectName, Attribute) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- setAttribute(String, String, Object) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
-
Sets the value of a specific attribute of a named MBean.
- setAttributes(ObjectName, AttributeList) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- setAuthorizedForkEnvironmentScript(boolean) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setAutomaticTransfer(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setAwaitedTasks(HashMap<String, AwaitedTask>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setBestEffort(boolean) - Method in class org.ow2.proactive.utils.Criteria
-
Sets the mode of selection:
if best effort is true RM returns up to required number of nodes that satisfy to selection scripts and topology
if false it either exact number of empty node set.
- setBindings(Map<String, Serializable>) - Method in class org.ow2.proactive.utils.Criteria
-
Sets variable bindings map used by selection scripts
- setBlackList(NodeSet) - Method in class org.ow2.proactive.utils.Criteria
-
Sets nodes that have not be in resulting nodes list.
- setCacheValidityTimeInSeconds(int) - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
Sets the refresh rate of the accounts refresher.
- setCatalogRestUrl(String) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setCharAt(int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Sets the character at the specified index.
- setCleaningScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To set the cleaningScript of this task.
- setCommandLine(String...) - Method in class org.ow2.proactive.scheduler.common.task.NativeTask
-
Set the command line that will be executed in this task.
- setComputationDescriptors(Collection<String>) - Method in class org.ow2.proactive.utils.Criteria
-
Sets descriptors of computations for which nodes will be reserved (for information purposes).
- setConnectionTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setContentBuffer(StringBuilder) - Method in class org.ow2.proactive.utils.BoundedStringWriter
-
- setControlFlowScript(FlowScript) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the control flow script value to the given flow value
- setCounter(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Sets the number of events sent to a client during the current session.
- setCredentialFile(File) - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- setCredentials(Credentials) - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
Set the credentials value to the given credentials value
- setCredentials(Credentials) - Method in class org.ow2.proactive.scheduler.task.utils.Decrypter
-
Set the credentials to be decrypted.
- setCronExpr(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- setDataStore(RRDDataStore) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Sets the rrd data store.
- setDefaultJMXUrl(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setDefaultRequestConfig(RequestConfig) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- setDelimiterChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets the field delimiter character.
- setDelimiterMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets the field delimiter matcher.
- setDelimiterString(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets the field delimiter string.
- setDescription(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To set a short description for the job.
- setDescription(String) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To set the description of this task.
- setDescriptorVMName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setDomain(String) - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Set a domain for this user.
- setDupNumber(int) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- setEmptyTokenAsNull(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets whether the tokenizer should return empty tokens as null.
- setEnableSubstitutionInVariables(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets a flag whether substitution is done in variable names.
- setenv(String, String, int) - Method in interface org.ow2.proactive.utils.Environment.LinuxLibC
-
- setenv(String, String, int) - Method in class org.ow2.proactive.utils.Environment.POSIX
-
- setenv(String, String, boolean) - Static method in class org.ow2.proactive.utils.Environment
-
- setEnvScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Set the environment script value to the given script value.
- setErrorMessage(String) - Method in class org.ow2.proactive.resourcemanager.common.NSState
-
- setErrorSink(PrintStream) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- setEscapeChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the escape character.
- setException(Throwable) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- setExcludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
-
- setExcludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
-
- setExcludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- setExcludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- setExecutableClassName(String) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
To set the executable task class name.
- setExecutionDuration(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setExecutionDuration(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Set the execution duration value to the given executionDuration value
- setExecutionHostName(String) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setExecutionHostName(String) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Set a new execution HostName.
- setExtraNodes(Collection<Node>) - Method in class org.ow2.proactive.utils.NodeSet
-
Sets new extra nodes list.
- setFinished(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setFinishedJobs(Vector<T>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
To set the finishedJobs
- setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the finishedTime
- setFlowBlock(FlowBlock) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Defining Control Flow Blocks using
FlowBlock.START
and
FlowBlock.END
is a semantic requirement to be able to create specific control flow constructs.
- setFlowScript(FlowScript) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To perform complex Control Flow Actions in a TaskFlowJob,
a FlowScript needs to be attached to specific tasks.
- setForkEnvironment(ForkEnvironment) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
- setForkEnvironment(ForkEnvironment) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setFrom(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Set the generic information as a hash map.
- setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setGlobalSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Set the global Space value to the given GLOBAL space string value
- setGroups(Set<String>) - Method in class org.ow2.proactive.authentication.UserData
-
- setGroups(Set<String>) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setHostName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setHostName(String) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Sets the hostName to the given hostName value.
- setHostName(String) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setHostname(String) - Method in class org.ow2.proactive.scripting.ScriptResult
-
Sets the name of the host that executes the script
- setIgnoredChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Set the character to ignore.
- setIgnoredMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Set the matcher for characters to ignore.
- setIgnoreEmptyTokens(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets whether the tokenizer should ignore and not return empty tokens.
- setIncludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
-
- setIncludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
-
- setIncludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- setIncludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- setInheritedMap(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Setter of the inheritedMap
- setInitialized(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- setInputFiles(FileSelector) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
Set the inputFiles value to the given inputFiles value
- setInputSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Set the input Space value to the given inputSpace value
- setInputSpaceURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setInsecure(boolean) - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- setIsolateTaskOutputs(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setIterationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setIterationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- setJavaHome(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Sets the javaHome to the given javaHome value.
- setJavaPrefixCommand(String[]) - Method in class org.ow2.proactive.scripting.ForkEnvironmentScriptResult
-
- setJobContent(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- setJobId(JobId) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setJobId(JobId) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setJobId(JobId) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setJobId(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setJobId(JobId) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
- setJobId(JobId) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the jobId
- setJobInfo(JobInfo) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
Set the job info for this result
- setJobInfo(JobInfo) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setJobInfo(JobInfo) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the jobInfo
- setJobInherited(boolean) - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
-
- setJobOwner(String) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setJobOwner(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setJobOwner(String) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setJobPriority(JobPriority) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setJobStatus(JobStatus) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setJobVariables(Map<String, JobVariable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setKey(byte[]) - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Set the key value to the given key value
- setLastSubmitTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setLastUpdatedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setLastUpdatedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setLatestCounter(long) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
- setLength(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Updates the length of the builder by either dropping the last characters
or adding filler of Unicode zero.
- setLimit(int) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setList(List<T>) - Method in class org.ow2.proactive.scheduler.common.Page
-
- setLocalInputFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setLocalOutputFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setLocked(boolean) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setLockedBy(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setLockTime(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setLogin(String) - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- setLogin(String) - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Set the login value to the given login value
- setLogs(TaskLogs) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- setMaxColumnLength(int) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Set the maxColumnLength value to the given maxColumnLength value
- setMaxNumberOfExecution(int) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
To set the number of execution for this task.
- setMaxNumberOfExecutionOnFailure(int) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- setMBeanAttribute(ObjectName, String, String, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
Set a single JMX attribute of the MBean objectName
.
- setMBeanServer(MBeanServer) - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
-
Sets the MBean server attached to this connector.
- setMetadata(Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- setMetadata(Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- setMode(InputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
Set the mode value to the given mode value
- setMode(OutputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
-
Set the mode value to the given mode value
- setModel(String) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- setMyEventsOnly(boolean) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Set the myEventsOnly value to the given myEventsOnly value.
- setMyEventsOnly(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setName(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To set the name of the job.
- setName(String) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- setName(String) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To set the name of this task.
- setName(String) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setNamingService(NamingService) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the namingService Stub to the given namingService value
- setNewLineText(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Sets the text to be appended when a new line is added.
- setNodeAccessToken(String) - Method in class org.ow2.proactive.utils.Criteria
-
If key is specified the resource manager only looks for nodes having this token.
- setNodeInfo(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setNodes(NodeSet) - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
Set the nodes value to the given nodes value
- setNodesAvailable(Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
This method is called periodically by ProActive Nodes to inform the
Resource Manager of a possible reconnection.
- setNodesAvailable(Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
This method is called periodically by ProActive Nodes to inform the
Resource Manager of a possible reconnection.
- setNodesEvents(List<RMNodeEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
- setNodesEvents(List<RMNodeEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
-
- setNodeSource(List<RMNodeSourceEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
-
- setNodeSource(List<RMNodeSourceEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
-
- setNodeSourceName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setNodeSourcePingFrequency(int, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- setNodeSourcePingFrequency(int, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Each node source scan its nodes periodically to check their states.
- setNodesURL(List<String>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- setNodeURL(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setNullText(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Sets the text to be appended when null is added.
- setNumberOfExecutionLeft(int) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setNumberOfExecutionLeft(int) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Set the number of execution left.
- setNumberOfExecutionOnFailureLeft(int) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setNumberOfExecutionOnFailureLeft(int) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Set the initial number of execution on failure left.
- setNumberOfFailedTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setNumberOfFailedTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setNumberOfFaultyTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setNumberOfFaultyTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setNumberOfFinishedTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setNumberOfFinishedTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setNumberOfInErrorTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setNumberOfInErrorTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setNumberOfNeededNodes(int) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Deprecated.
- setNumberOfPendingTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setNumberOfPendingTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setNumberOfRunningTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setNumberOfRunningTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setOffset(int) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setOnTaskError(OnTaskError) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Set onTaskError property value.
- setOutput(TaskLogs) - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- setOutput(String) - Method in class org.ow2.proactive.scripting.ScriptResult
-
Sets the output of the script
- setOutputFiles(FileSelector) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
-
Set the outputFiles value to the given outputFiles value
- setOutputSelectors(List<OutputSelector>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- setOutputSink(PrintStream) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- setOutputSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Set the output Space value to the given outputSpace value
- setOutputSpaceURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setOwnerName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setParallelEnvironment(ParallelEnvironment) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Sets new parallel environment of the task.
- setPassword(String) - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- setPassword(String) - Method in class org.ow2.proactive.authentication.crypto.CredData
-
Set the password value to the given pass value
- setPath(String) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- setPending(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setPendingJobs(Vector<T>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
To set the pendingJobs
- setPingAttempts(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setPingPeriod(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setPostScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To set the postScript of this task.
- setPostScript(Script<?>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the post-script value to the given post value
- setPreciousLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set if the logs of this task are precious.
- setPreciousLogs(boolean) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setPreciousResult(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set if the result of this task is precious.
- setPreScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
To set the preScript of this task.
- setPreScript(Script<?>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the pre-script value to the given pre value
- setPreviewerClassName(String) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Set the class that is able to describe this result.
- setPriority(JobPriority) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To set the priority of the job.
- setPriority(JobPriority) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setProactiveJMXUrl(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setProgress(int) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Set the progress value for this Executable.
- setProgress(int) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setProgress(int) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the progress value
- setProgress(String, int) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
-
Write the specified value
to the given progressFilePath
if the value is between 0 and 100 included.
- setProgress(Path, int) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
-
Write the specified value
to the given progressFilePath
if the value is between 0 and 100 included.
- setProgress(Path, String) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
-
Write the specified value
to the given progressFilePath
.
- setProjectName(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Sets the project Name to the given projectName value.
- setPropagatedVariables(Map<String, byte[]>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
Sets the propagated variable map for the current Java task.
- setPropagatedVariables(Map<String, byte[]>) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Sets the propagated variables.
- setProviderName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setPullURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setPushURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- setQuoteChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets the quote character to use.
- setQuoteMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Set the quote matcher to use.
- setReadableName(String) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Set readable name of this TaskId.
- setRemovedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setRemovedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setReplicationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setReplicationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- setRestartTaskOnError(RestartMode) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Sets the restartTaskOnError to the given restartOnError value.
- setRestDataSpaceClient(IDataSpaceClient) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
-
- setResult(boolean) - Method in class org.ow2.proactive.resourcemanager.common.NSState
-
- setResultMap(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- setRMUrl(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
Set the RM's URL of the event.
- setRunAsMe(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set if this task will be run under user identity.
- setRunAsUser(boolean) - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
-
- setRunning(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setRunningJobs(Vector<T>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
To set the runningJobs
- setScheduledTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the scheduledTime
- setScheduledTimeForRemoval(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setScheduledTimeForRemoval(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setSchedulerRestUrl(String) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setScopeMap(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Setter of the scopeMap
- setScript(TaskScript) - Method in class org.ow2.proactive.scheduler.common.task.ScriptTask
-
- setScript(String) - Method in class org.ow2.proactive.scripting.Script
-
Set the script content, ie the executed code
- setScripts(List<SelectionScript>) - Method in class org.ow2.proactive.utils.Criteria
-
Sets a selection scripts list.
- setSelectionScript(SelectionScript) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set a selection script.
- setSelectionScripts(List<SelectionScript>) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set a list of selection scripts.
- setSerializedArguments(Map<String, byte[]>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
Set the arguments value to the given arguments value
- setSession(TimerTask) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Set the session value to the given session value
- setSession(String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Sets the session identifier explicitly.
- setSession(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- setSession(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Sets the session identifier explicitly.
- setSession(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- setSession(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- setSessionName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Sets the name of this recording session.
- setSessionName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
Sets the name of this recording session.
- setSessionName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- setSharedExecutablePermissions(File) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
-
- setSharedPermissions(File) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
-
- setSize(int) - Method in class org.ow2.proactive.scheduler.common.Page
-
- setSize(int) - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- setSortingBy(int) - Static method in class org.ow2.proactive.scheduler.common.job.JobState
-
Set the field to sort on.
- setSortingBy(int) - Static method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Set the field to sort on.
- setSortingBy(int) - Static method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Set the field to sort on.
- setSortingOrder(int) - Static method in class org.ow2.proactive.scheduler.common.job.JobState
-
Set the order for the next sort.
- setSortingOrder(int) - Static method in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Set the order for the next sort.
- setSortingOrder(int) - Static method in class org.ow2.proactive.scheduler.common.task.TaskState
-
Set the order for the next sort.
- setSortParameters(List<SortSpecifierContainer>) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setSpace(int) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Set the space value to the given space value.
- setStackTrace(String) - Method in class org.ow2.proactive.resourcemanager.common.NSState
-
- setStartTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setStartTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setStartTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setStartTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the startTime
- setState(NodeState) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setState(SchedulerStatus) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
- setStateChangeTime(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setStatus(JobStatus) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setStatus(TaskStatus) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setStatus(TaskStatus) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the taskStatus
- setSubmitNumber(int) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setSubmittedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setSubmittedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setSynchronizationAPI(Synchronization) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setTag(String) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set the tag of this task.
- setTag(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setTag(String) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
- setTarget(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- setTargetContinuation(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- setTargetElse(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- setTaskId(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
To set the taskId
- setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the taskId value to the given taskId value
- setTaskInputFiles(List<InputSelector>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the taskInputFiles value to the given taskInputFiles value
- setTaskName(String) - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
-
Set the task name on which the problem was found
- setTaskName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- setTaskOutputFiles(List<OutputSelector>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the taskOutputFiles value to the given taskOutputFiles value
- setTasksChanges(ChangedTasksInfo, JobState) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setTaskStates(List<TaskState>) - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- setTaskTransferring(String, String, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
Sets the given task to transferring status.
- setTaskTransferring(String, String, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- setTaskVariables(Map<String, TaskVariable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- setThirdPartyCredentials(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- setTitle(List<String>) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Set the title value to the given title value.
- setTo(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setToBeRemoved() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setToBeRemoved() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setTopology(TopologyDescriptor) - Method in class org.ow2.proactive.utils.Criteria
-
- setTopologyDescriptor(TopologyDescriptor) - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
-
- setToRemove() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Set this user to be removed by update method.
- setTotalNumberOfTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setTotalNumberOfTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setTransferring(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
-
- setTrimmerMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Sets the matcher for characters to trim.
- setType(FlowActionType) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- setType(FileType) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- setUnresolvedGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
Set the generic information without variable replacement.
- setUnresolvedVariables(Map<String, JobVariable>) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Sets the unresolved variable map for this job.
- setUrl(String) - Method in class org.ow2.proactive.authentication.ConnectionInfo
-
- setUser(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- setUserEvents(SchedulerEvent[]) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Sets the userEvents to the given userEvents value.
- setUserName(String) - Method in class org.ow2.proactive.authentication.UserData
-
- setUsername(String) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- setUsers(SchedulerUsers) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
Sets the list of connected users to the given users value.
- setUserSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Set the USER space value to the given USER space string value
- setValue(String) - Method in class org.ow2.proactive.db.types.BigString
-
Set the String value value to the given value value.
- setValue(String) - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
-
- setValue(String) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- setValue(String) - Method in class org.ow2.proactive.scheduler.common.task.PropertyModifier
-
- setValue(T) - Method in class org.ow2.proactive.scheduler.common.task.UpdatableProperties
-
Set the value of the property.
- setValue(Serializable) - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- setValueDelimiter(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable default value delimiter to use.
- setValueDelimiter(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable default value delimiter to use.
- setValueDelimiterMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable default value delimiter matcher to use.
- setVariablePrefix(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable prefix to use.
- setVariablePrefix(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable prefix to use.
- setVariablePrefixMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable prefix matcher currently in use.
- setVariableResolver(StrLookup<?>) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the VariableResolver that is used to lookup variables.
- setVariables(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
-
- setVariables(Map<String, JobVariable>) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Sets the variable map for this job.
- setVariables(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
- setVariables(Map<String, TaskVariable>) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Sets the variable map for this task.
- setVariables(Map<String, String>) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- setVariables(Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- setVariableSuffix(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable suffix to use.
- setVariableSuffix(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable suffix to use.
- setVariableSuffixMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Sets the variable suffix matcher currently in use.
- setVisualization(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Set the SVG code of the job visualization
- setVNodeName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
-
- setWallTime(long) - Method in class org.ow2.proactive.scheduler.common.task.Task
-
Set the wall time to the task in millisecond.
- setWalltime(long) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
Set the walltime value to the given walltime value
- setWorkingDir(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Set the working directory value to the given workingDir value.
- shellExtension() - Static method in class org.ow2.proactive.utils.Tools
-
Return the extension of shell script depending the current OS
- SHORT_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- SHORT_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- ShortConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
-
- ShortConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.ShortConverter
-
- ShortParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- ShortParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
-
- shutdown() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
-
Shutdown the JMX monitoring infrastructure.
- shutdown(boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- shutdown(boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Initiate the shutdowns the resource manager.
- shutdown() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
For administrator only, Terminate the scheduler after all currently running tasks are finished.
- shutdown() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
-
- shutdown() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- shutdown() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- shutdown() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- shutdown() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- silent(Lambda.FunctionThatThrows<T, R>) - Static method in class org.ow2.proactive.utils.Lambda
-
- silent(Lambda.CallableThatThrows<T>) - Static method in class org.ow2.proactive.utils.Lambda
-
- silent(Lambda.RunnableThatThrows) - Static method in class org.ow2.proactive.utils.Lambda
-
- SimpleImagePanel(String) - Constructor for class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleImagePanel
-
Create a new instance of SimpleImagePanel.
- SimpleLoggerServer - Class in org.ow2.proactive.scheduler.common.util.logforwarder.util
-
- SimpleLoggerServer(int, LoggingEventProcessor) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
-
Create a logger server on a given port.
- SimpleLoggerServer(LoggingEventProcessor) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
-
Create a logger server on any free port.
- SimpleScript - Class in org.ow2.proactive.scripting
-
A simple script implementation
- SimpleScript(String, String) - Constructor for class org.ow2.proactive.scripting.SimpleScript
-
Directly create a script with a string.
- SimpleScript(File, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
-
Create a script from a file.
- SimpleScript(URL, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
-
Create a script from an URL.
- SimpleScript(URL, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
-
Create a script from an URL.
- SimpleScript(String, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
-
Directly create a script with a string.
- SimpleScript(Script<?>) - Constructor for class org.ow2.proactive.scripting.SimpleScript
-
Copy constructor
- SimpleTaskLogs - Class in org.ow2.proactive.scheduler.common.task
-
A simple String based implementation of TaskLogs.
- SimpleTaskLogs(String, String) - Constructor for class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
-
Create a new SimpleTaskLogs.
- SimpleTextPanel(String) - Constructor for class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleTextPanel
-
Create a new instance of SimpleTextPanel.
- SINGLE_HOST - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
the set of nodes on a single host
- SINGLE_HOST_EXCLUSIVE - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
the set of nodes of a single host exclusively
(the host is reserved for the user)
- SingleHostDescriptor - Class in org.ow2.proactive.topology.descriptor
-
This descriptor allows to select nodes on the single hosts.
- SingleHostDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.SingleHostDescriptor
-
Constructs the new instance of this class.
- SingleHostExclusiveDescriptor - Class in org.ow2.proactive.topology.descriptor
-
This descriptor allows to select nodes on the single hosts exclusively.
- SingleHostExclusiveDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.SingleHostExclusiveDescriptor
-
Constructs the new instance of this class.
- singleQuoteMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns a matcher which matches the single quote character.
- SINK - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
-
- size() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- size() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- size - Variable in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Current size of the buffer.
- size() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the length of the string builder.
- size() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the number of tokens found in the String.
- size(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns the number of key-value mappings in this channel map.
- size(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- size(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- size() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- sleepTime - Variable in class org.ow2.proactive.scheduler.examples.WaitAndPrint
-
Sleeping time before displaying.
- SmartProxyImpl - Class in org.ow2.proactive.scheduler.smartproxy
-
Smart proxy implementation that relies on active objects for communicating
with dataspaces and pushing notifications to clients.
- SmartProxyImpl() - Constructor for class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- SocketAppenderWithSSHTunneling - Class in org.ow2.proactive.scheduler.common.util.logforwarder.appenders
-
- SocketAppenderWithSSHTunneling(String, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
-
Create a new SocketAppenderWithSSHTunneling with the current username on remote ssh port 22.
- SocketAppenderWithSSHTunneling(String, int, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
-
Create a new SocketAppenderWithSSHTunneling with the current username.
- SocketAppenderWithSSHTunneling(String, String, int, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
-
Create a new SocketAppenderWithSSHTunneling.
- SocketBasedForwardingProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
-
Socket based log forwarding service.
- SocketBasedForwardingProvider() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
-
- SocketBasedForwardingProvider.SocketAppenderProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
-
A simple container for a log4j SocketAppender.
- SocketWithSSHTunnelBasedForwardingProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
-
SSH-tunneled socket based log forwarding service.
- SocketWithSSHTunnelBasedForwardingProvider() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketWithSSHTunnelBasedForwardingProvider
-
- SocketWithSSHTunnelBasedForwardingProvider.SocketSSHAppenderProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
-
A simple container for a log4j SocketAppenderWithSSHTunneling.
- SORT_BY_CONNECTION - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- SORT_BY_DESCRIPTION - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by description
- SORT_BY_DESCRIPTION - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_EXEC_DURATION - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_EXECUTIONLEFT - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_EXECUTIONONFAILURELEFT - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_FINISHED_TIME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_HOST - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- SORT_BY_HOST_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_ID - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by id
- SORT_BY_ID - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
Sorting constant, this will allow the user to sort the descriptor.
- SORT_BY_LASTSUBMIT - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- SORT_BY_NAME - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by name
- SORT_BY_NAME - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
Value for
- SORT_BY_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_OWNER - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by owner
- SORT_BY_PRIORITY - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by priority
- SORT_BY_PROJECT - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by project name
- SORT_BY_STARTED_TIME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_STATUS - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by status
- SORT_BY_STATUS - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- SORT_BY_SUBMIT - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- SORT_BY_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort by type
- SortedUniqueSet<T extends org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet.Unique & Comparable<T> & Serializable> - Class in org.ow2.proactive.resourcemanager.common.event
-
Set based on #getKey() that provides log(N) to add and remove, but keeps sorted version of items based on #getCounter().
- SortedUniqueSet() - Constructor for class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
-
- SortOrder - Enum in org.ow2.proactive.db
-
- SortParameter<T> - Class in org.ow2.proactive.db
-
- SortParameter(T, SortOrder) - Constructor for class org.ow2.proactive.db.SortParameter
-
- sortParameters(List<SortSpecifierContainer>) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
-
Default value is null
(no sort parameters)
- SortSpecifierContainer - Class in org.ow2.proactive.scheduler.common
-
Utility container to pass multiple parameters for tasks sorting.
- SortSpecifierContainer() - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer
-
- SortSpecifierContainer(int) - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer
-
- SortSpecifierContainer(String) - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer
-
- SortSpecifierContainer.SortSpecifierItem - Class in org.ow2.proactive.scheduler.common
-
- SortSpecifierItem() - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
-
- spaceMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns a matcher which matches the space character.
- SPEL_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- SPEL_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- SPELParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- SPELParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
-
- SpelValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- SpelValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.SpelValidator
-
- SpELVariables(Map<String, Serializable>) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
-
- splitMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Matches the same characters as StringTokenizer,
namely space, tab, newline and formfeed.
- sScripts - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
selection script : can be launched before getting a node in order to
verify some computer specificity.
- SSH_PRIVATE_KEY - Static variable in class org.ow2.proactive.authentication.crypto.CredData
-
thirdPartyCredentials can contain the SSH key used for runAsMe tasks under this specific key
- start() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Activates the connector server, that is starts listening for client connections.
- start - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.Block
-
- start() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
For administrator only, Start the scheduler.
- start() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- start() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- start() - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver
-
- start() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- start() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- start(File, TaskId) - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
-
- start() - Method in class org.ow2.proactive.scheduler.task.utils.WallTimer
-
- startsWith(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Checks whether this builder starts with the specified string.
- STATUS_RECORD_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
Name of the jobs backup table being recorded
- statusFile - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- StaxJobFactory - Class in org.ow2.proactive.scheduler.common.job.factories
-
StaxJobFactory provide an implementation of the JobFactory using StAX
- StaxJobValidatorServiceProvider - Class in org.ow2.proactive.scheduler.common.job.factories.spi.stax
-
Job XML Validator which validates against the XML schema
- StaxJobValidatorServiceProvider() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.stax.StaxJobValidatorServiceProvider
-
- STDERR_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
Logger level in which stderr must be redirected
- STDOUT_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
-
Logger level in which stdout must be redirected
- step - Variable in class org.ow2.proactive.jmx.RRDDataStore
-
- stop() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
-
Deactivates the connector server, that is, stops listening for client connections.
- stop() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
For administrator only, Stop the scheduler.
Once done, you won't be able to submit job, and the scheduling will be
stopped.
Every running jobs will be terminated.
- stop() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
-
Stop this logger server.
- stop() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- stop() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- stop() - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver
-
- stop() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- stop() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- stop() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
-
- stop() - Method in class org.ow2.proactive.scheduler.task.utils.WallTimer
-
- StrBuilder - Class in org.ow2.proactive.scheduler.common.util.text
-
Builds a string from constituent parts providing a more flexible and powerful API
than StringBuffer.
- StrBuilder() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Constructor that creates an empty builder initial capacity 32 characters.
- StrBuilder(int) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Constructor that creates an empty builder the specified initial capacity.
- StrBuilder(String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Constructor that creates a builder from the string, allocating
32 extra characters for growth.
- stringMatcher(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Constructor that creates a matcher from a string.
- StrLookup<V> - Class in org.ow2.proactive.scheduler.common.util.text
-
Lookup a String key to a String value.
- StrLookup() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrLookup
-
Constructor.
- StrMatcher - Class in org.ow2.proactive.scheduler.common.util.text
-
A matcher class that can be queried to determine if a character array
portion matches.
- StrMatcher() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Constructor.
- StrSubstitutor - Class in org.ow2.proactive.scheduler.common.util.text
-
Substitutes variables within a string by values.
- StrSubstitutor() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance with defaults for variable prefix and suffix
and the escaping character.
- StrSubstitutor(Map<String, V>) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map<String, V>, String, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map<String, V>, String, String, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map<String, V>, String, String, char, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup<?>) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup<?>, String, String, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup<?>, String, String, char, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup<?>, StrMatcher, StrMatcher, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup<?>, StrMatcher, StrMatcher, char, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrTokenizer - Class in org.ow2.proactive.scheduler.common.util.text
-
Tokenizes a string based based on delimiters (separators)
and supporting quoting and ignored character concepts.
- StrTokenizer() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on space, tab, newline and formfeed
as per StringTokenizer, but with no text to tokenize.
- StrTokenizer(String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on space, tab, newline and formfeed
as per StringTokenizer.
- StrTokenizer(String, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter character.
- StrTokenizer(String, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter string.
- StrTokenizer(String, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher.
- StrTokenizer(String, char, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter character
and handling quotes using the specified quote character.
- StrTokenizer(String, StrMatcher, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher
and handling quotes using the specified quote matcher.
- StrTokenizer(char[]) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on space, tab, newline and formfeed
as per StringTokenizer.
- StrTokenizer(char[], char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified character.
- StrTokenizer(char[], String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified string.
- StrTokenizer(char[], StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher.
- StrTokenizer(char[], char, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter character
and handling quotes using the specified quote character.
- StrTokenizer(char[], StrMatcher, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher
and handling quotes using the specified quote matcher.
- subject - Variable in class org.ow2.proactive.authentication.FileLoginModule
-
- SubmissionClosedException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform the user of a problem.
- SubmissionClosedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
-
Create a new instance of SubmissionClosedException with the given message.
- SubmissionClosedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
-
Create a new instance of SubmissionClosedException.
- SubmissionClosedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
-
Create a new instance of SubmissionClosedException with the given message and cause
- SubmissionClosedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
-
Create a new instance of SubmissionClosedException with the given cause.
- submit(Job) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Submit a new job to the scheduler.
- submit(Job) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- submit(File) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler.
- submit(URL) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler.
- submit(URL, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler with provided variables.
- submit(Map<String, String>, URL, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler with provided variables.
- submit(URL, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler with provided variables.
- submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler with provided variables.
- submit(File, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler with provided variables.
- submit(File, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler with provided variables.
- submit(Job) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(File) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(File, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(File, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(URL) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(Map<String, String>, URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(URL, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submit(TaskFlowJob, String, String, boolean, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Submits a job to the scheduler and handle data transfer via the SmartProxy, the dataspace server will be the default user space
- submit(TaskFlowJob, String, String, String, String, boolean, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Submits a job to the scheduler and handle data transfer via the SmartProxy
- submit(Job) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- submit(Job) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- submit(Job) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(File) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(File, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(File, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(URL) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(Map<String, String>, URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(URL, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submit(Job) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(File) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(File, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(File, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(URL) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(URL, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(URL, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submit(Map<String, String>, URL, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submitFromCatalog(String, String, String, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler from the catalogRestURL with provided variables.
- submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler from the catalogRestURL with provided variables.
- submitFromCatalog(String, String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler from the catalogRestURL without variables.
- submitFromCatalog(String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler from the catalogRestURL without provided variables.
- submitFromCatalog(String, String, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler from the catalogRestURL with provided variables.
- submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Submit a new job to the scheduler from the catalogRestURL with provided variables ang generic information.
- submitFromCatalog(String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submitFromCatalog(String, String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submitFromCatalog(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submitFromCatalog(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- submitFromCatalog(String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submitFromCatalog(String, String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submitFromCatalog(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submitFromCatalog(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- submitFromCatalog(String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submitFromCatalog(String, String, String, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submitFromCatalog(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submitFromCatalog(String, String, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- subSequence(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
- SUBSITUTE_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
-
- SUBSITUTE_PREFIX_SIMPLE - Static variable in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
-
- substitute(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Internal method that substitutes the variables.
- SUBSTITUTE_SUFFIX - Static variable in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
-
- substring(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Extracts a portion of this string builder as a string.
- substring(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Extracts a portion of this string builder as a string.
- syncAwaitedJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
This method will synchronize this proxy with a remote Scheduler, it will
contact the scheduler and checks the current state of every job being
handled.
- Synchronization - Interface in org.ow2.proactive.scheduler.synchronization
-
Synchronization provides a persistent
key/value store API, similar to the
Map
interface.
- SYNCHRONIZATION_API_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
The variable containing a proxy to the key/value store
- SYNCHRONIZATION_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
Default name for store active object binding
- SynchronizationInternal - Interface in org.ow2.proactive.scheduler.synchronization
-
- SynchronizationWrapper - Class in org.ow2.proactive.scheduler.synchronization
-
SynchronizationWrapper acts as a proxy object to the Synchronization service (Internal) implementation
Basically, this wrapper forwards to the service context information such as the current task id or the user (originator).
- SynchronizationWrapper(String, TaskId, SynchronizationInternal) - Constructor for class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- systemPropertiesLookup() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrLookup
-
- tabMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns a matcher which matches the tab character.
- tag - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
tag of the task
- tag(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
-
Default value is null
(no task tag filtering)
- target - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- targetJoin - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
-
- targetOf - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
-
- targets - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
-
- TargetType - Enum in org.ow2.proactive.resourcemanager.utils
-
The target type enumeration, used for the selection of nodes.
- Task - Class in org.ow2.proactive.scheduler.common.task
-
This class is the super class of the every task that can be integrated in a job.
A task contains some properties that can be set but also :
A selection script that can be used to select a specific execution node for this task.
A preScript that will be launched before the real task (can be used to set environment vars).
A postScript that will be launched just after the end of the real task.
- Task() - Constructor for class org.ow2.proactive.scheduler.common.task.Task
-
- TASK_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
Default task name
- TASK_NAME_IFNOTSET - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
If the task name is not set, this is the generated one
- TaskAbortedException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when a task is aborted (killed while it's running)
- TaskAbortedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
-
Create a new instance of TaskAbortedException
- TaskAbortedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
-
Create a new instance of TaskAbortedException
- TaskAbortedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
-
Create a new instance of TaskAbortedException
- TaskAbortedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
-
Create a new instance of TaskAbortedException
- TaskClassLoader - Interface in org.ow2.proactive.scheduler.task
-
This interface should not be implemented on the scheduler client side.
- TaskContext - Class in org.ow2.proactive.scheduler.task.context
-
- TaskContext(ExecutableContainer, TaskLauncherInitializer, TaskResult[], NodeDataSpacesURIs, String, NodeInfo) - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContext
-
- TaskContext(ExecutableContainer, TaskLauncherInitializer, TaskResult[], NodeDataSpacesURIs, String, NodeInfo, Decrypter) - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContext
-
- TaskContextSerializer - Class in org.ow2.proactive.scheduler.task.context
-
- TaskContextSerializer() - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContextSerializer
-
- TaskContextVariableExtractor - Class in org.ow2.proactive.scheduler.task.context
-
This class will help you to create a Map containing all variables you need.
- TaskContextVariableExtractor() - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
-
- TaskCouldNotRestartException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when a task could not be restarted after an error
during the previous execution
- TaskCouldNotRestartException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
-
Create a new instance of TaskCouldNotRestartException
- TaskCouldNotRestartException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
-
Create a new instance of TaskCouldNotRestartException
- TaskCouldNotRestartException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
-
Create a new instance of TaskCouldNotRestartException
- TaskCouldNotRestartException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
-
Create a new instance of TaskCouldNotRestartException
- TaskCouldNotStartException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when a task could not be started due to
dependences failure.
- TaskCouldNotStartException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
-
Create a new instance of TaskCouldNotStartException
- TaskCouldNotStartException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
-
Create a new instance of TaskCouldNotStartException
- TaskCouldNotStartException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
-
Create a new instance of TaskCouldNotStartException
- TaskCouldNotStartException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
-
Create a new instance of TaskCouldNotStartException
- TaskDataspaces - Interface in org.ow2.proactive.scheduler.task.data
-
- TaskDescriptor - Interface in org.ow2.proactive.scheduler.common
-
This class represents a task for the policy.
- TaskException - Exception in org.ow2.proactive.scheduler.task.exceptions
-
- TaskException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.task.exceptions.TaskException
-
- TaskExecutor - Interface in org.ow2.proactive.scheduler.task.executors
-
- TaskFilterCriteria - Class in org.ow2.proactive.scheduler.common
-
Default values for the embedded criterias are the following:
no tag filtering
no dates filtering
no pagination
all status are selected
no sort parameter
- TaskFilterCriteria() - Constructor for class org.ow2.proactive.scheduler.common.TaskFilterCriteria
-
- TaskFilterCriteria.TFCBuilder - Class in org.ow2.proactive.scheduler.common
-
- TaskFlowJob - Class in org.ow2.proactive.scheduler.common.job
-
Use this class to create your job if you want to define a task flow job.
A task flow job or data flow job, is a job that can contain
one or more task(s) with the dependencies you want.
To make this type of job, just use the default no arg constructor,
and set the properties you want to set.
Then add tasks with the given method
TaskFlowJob.addTask(Task)
in order to fill the job with your own tasks.
- TaskFlowJob() - Constructor for class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
ProActive Empty Constructor
- taskId - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- TaskId - Interface in org.ow2.proactive.scheduler.common.task
-
Definition of a task identification.
- taskId(JobId, TaskIdData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- TASKID_DIR_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
Default taskid directory name (used in TaskLauncher)
- TaskIdImpl - Class in org.ow2.proactive.scheduler.task
-
Definition of a task identification.
- TaskInfo - Interface in org.ow2.proactive.scheduler.common.task
-
Informations about the task that is able to change.
These informations are not in the
Task
class in order to permit
the scheduler listener to send this class as event.
- taskInfo(TaskInfoData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- TaskInfoImpl - Class in org.ow2.proactive.scheduler.rest.data
-
- TaskInfoImpl() - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- TaskInfoImpl - Class in org.ow2.proactive.scheduler.task
-
Information about the task that is able to change.
These information are not in the
Task
class in order to permit
the scheduler listener to send this class as event.
- TaskInfoImpl() - Constructor for class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- TaskInfoImpl(TaskInfoImpl) - Constructor for class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- TaskKiller - Class in org.ow2.proactive.scheduler.task.utils.task.termination
-
- TaskKiller(Thread, CleanupTimeoutGetter) - Constructor for class org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller
-
- TaskKiller.Status - Enum in org.ow2.proactive.scheduler.task.utils.task.termination
-
- TaskLauncher - Class in org.ow2.proactive.scheduler.task
-
The node side of task execution:
- communicates with the Scheduler via ProActive
- deals with data transfers
- deals with task killing and walltime
- sends result back to the Scheduler
- TaskLauncher() - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncher
-
Needed for ProActive but should never be used manually to create an instance of the object.
- TaskLauncher(TaskLauncherInitializer, TaskLauncherFactory) - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncher
-
- TaskLauncher(TaskLauncherInitializer) - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncher
-
- TaskLauncherFactory - Interface in org.ow2.proactive.scheduler.task
-
- TaskLauncherInitializer - Class in org.ow2.proactive.scheduler.task
-
TaskLauncherInitializer is used to initialize the task launcher.
It contains every information that can be used by the launcher.
- TaskLauncherInitializer() - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- TaskLauncherRebinder - Class in org.ow2.proactive.scheduler.task
-
This class is used in the task recovery mechanism.
- TaskLogger - Class in org.ow2.proactive.scheduler.task
-
- TaskLogger(TaskId, String) - Constructor for class org.ow2.proactive.scheduler.task.TaskLogger
-
- TaskLoggerRelativePathGenerator - Class in org.ow2.proactive.scheduler.common.util
-
- TaskLoggerRelativePathGenerator(TaskId) - Constructor for class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
-
- TaskLogs - Interface in org.ow2.proactive.scheduler.common.task
-
This interface must be implemented by log storage for scheduler jobs.
- TaskLogsImpl - Class in org.ow2.proactive.scheduler.rest.data
-
- TaskLogsImpl(String, String, String) - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
-
- TaskPreemptedException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when admin preempt a task.
This exception is thrown in the task result of the preempted task.
- TaskPreemptedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
-
Create a new instance of TaskPreemptedException
- TaskPreemptedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
-
Create a new instance of TaskPreemptedException
- TaskPreemptedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
-
Create a new instance of TaskPreemptedException
- TaskPreemptedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
-
Create a new instance of TaskPreemptedException
- TaskProActiveDataspaces - Class in org.ow2.proactive.scheduler.task.data
-
- TaskProActiveDataspaces(TaskId, NamingService, boolean) - Constructor for class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
-
- TaskRestartedException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when user or admin restart a task.
The current execution terminates immediately throwing this exception.
- TaskRestartedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
-
Create a new instance of TaskRestartedException
- TaskRestartedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
-
Create a new instance of TaskRestartedException
- TaskRestartedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
-
Create a new instance of TaskRestartedException
- TaskRestartedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
-
Create a new instance of TaskRestartedException
- TaskResult - Interface in org.ow2.proactive.scheduler.common.task
-
Interface representing the task result.
A task result can be an exception or a serializable object that you have to cast into your own type.
Before getting the object it is recommended to call the
TaskResult.hadException()
method.
It will tell you if an exception occurred in the task that generate this result.
- TaskResultImpl - Class in org.ow2.proactive.scheduler.rest.data
-
- TaskResultImpl(TaskId, TaskResultData) - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- TaskResultImpl - Class in org.ow2.proactive.scheduler.task
-
Class representing the task result.
- TaskResultImpl(TaskId, byte[], byte[], TaskLogs, Map<String, String>, Map<String, byte[]>, boolean) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- TaskResultImpl(TaskId, byte[], byte[], TaskLogs, boolean) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- TaskResultImpl(TaskId, Throwable) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- TaskResultImpl(TaskId, Serializable, TaskLogs, long) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Return a new instance of task result represented by a task id, its result and its output.
- TaskResultImpl(TaskId, Throwable, TaskLogs, long) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Return a new instance of task result represented by a task id and its exception.
- TaskResultReader - Class in org.ow2.proactive.scheduler.rest.readers
-
Reads the task result as a string which is returned by the 'GET
jobs/{jobid}/tasks/{taskname}/result/value' server call.
- TaskResultReader() - Constructor for class org.ow2.proactive.scheduler.rest.readers.TaskResultReader
-
- TASKS_MAXIMUM_PAGE_SIZE - Static variable in class org.ow2.proactive.scheduler.common.util.Pagination
-
Maximum number of task items to retrieve.
- TaskScript - Class in org.ow2.proactive.scripting
-
A task Script : return true by default, 'result' binding can be used to change the returned value.
- TaskScript(Script) - Constructor for class org.ow2.proactive.scripting.TaskScript
-
- taskSkipped(TaskState) - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
-
- TaskSkippedException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exception generated when the job skip a task
- TaskSkippedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
-
Create a new instance of TaskSkippedException
- TaskSkippedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
-
Create a new instance of TaskSkippedException
- TaskSkippedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
-
Create a new instance of TaskSkippedException
- TaskSkippedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
-
Create a new instance of TaskSkippedException
- TaskSortParameter - Enum in org.ow2.proactive.scheduler.common
-
- TaskState - Class in org.ow2.proactive.scheduler.common.task
-
This class contains all informations about the state of the task.
- TaskState() - Constructor for class org.ow2.proactive.scheduler.common.task.TaskState
-
ProActive default constructor
- taskState(TaskStateData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- TaskStateImpl - Class in org.ow2.proactive.scheduler.rest.data
-
- TaskStateImpl(TaskStateData) - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
-
- TaskStateImpl - Class in org.ow2.proactive.scheduler.task
-
- TaskStateImpl() - Constructor for class org.ow2.proactive.scheduler.task.TaskStateImpl
-
- TaskStatesPage - Class in org.ow2.proactive.scheduler.common.task
-
This class holds a paginated list of TaskState
server-wise and the total number of tasks.
- TaskStatesPage() - Constructor for class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- TaskStatesPage(List<TaskState>, int) - Constructor for class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- taskStateUpdatedEvent(NotificationData<TaskInfo>) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
-
- taskStateUpdatedEvent(NotificationData<TaskInfo>) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
-
- taskStateUpdatedEvent(NotificationData<TaskInfo>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- TaskStatus - Enum in org.ow2.proactive.scheduler.common.task
-
This class represents every status that a task is able to be in.
Each status are best describe below.
- TaskTerminateNotification - Interface in org.ow2.proactive.scheduler.common
-
Interface that can be notified of a task termination
- TaskTerminateNotification.TerminateTaskException - Exception in org.ow2.proactive.scheduler.common
-
- TaskTree(Task) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
-
- taskUpdated(TaskState) - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
-
- TaskUsage - Class in org.ow2.proactive.scheduler.common.usage
-
Task information for accounting / usage purpose.
- TaskUsage(String, String, long, long, long, int) - Constructor for class org.ow2.proactive.scheduler.common.usage.TaskUsage
-
- taskUsage(TaskUsageData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- TaskVariable - Class in org.ow2.proactive.scheduler.common.task
-
- TaskVariable() - Constructor for class org.ow2.proactive.scheduler.common.task.TaskVariable
-
- TaskVariable(String, String) - Constructor for class org.ow2.proactive.scheduler.common.task.TaskVariable
-
- TaskVariable(String, String, String, boolean) - Constructor for class org.ow2.proactive.scheduler.common.task.TaskVariable
-
- terminate() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
-
Terminates the active object
- terminate - Variable in class org.ow2.proactive.jmx.RRDDataStore
-
- terminate() - Method in class org.ow2.proactive.jmx.RRDDataStore
-
Terminates the thread activity.
- terminate(TaskId, TaskResult) - Method in interface org.ow2.proactive.scheduler.common.TaskTerminateNotification
-
Invoke by a task when it is about to finish.
- terminate() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
-
Terminate this logging service.
- terminate() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollectorDeployer
-
- terminate() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Terminate the SmartProxy, and release all resources used.
- terminated - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- terminateFast() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
This method forcefully terminates the activity of the proxy This method
should not be called via a proactive stub
- terminateServer() - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingProvider
-
Terminate the server created by createServer().
- terminateServer() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
-
- terminateServer() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
-
- TerminateTaskException() - Constructor for exception org.ow2.proactive.scheduler.common.TaskTerminateNotification.TerminateTaskException
-
- terminating - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- ThirdPartyCredentials - Interface in org.ow2.proactive.scheduler.common
-
Third-party credentials are key-value pairs associated to a particular user and saved in the database.
- thirdPartyCredentialsKeySet() - Method in interface org.ow2.proactive.scheduler.common.ThirdPartyCredentials
-
- thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- threadPool - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- ThreadReader - Class in org.ow2.proactive.scheduler.task.utils
-
Pipe between two streams
- ThreadReader(BufferedReader, PrintStream) - Constructor for class org.ow2.proactive.scheduler.task.utils.ThreadReader
-
- ThresholdProximityDescriptor - Class in org.ow2.proactive.topology.descriptor
-
The descriptor allows to select a set of nodes within a threshold proximity.
- ThresholdProximityDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
-
Default constructor for hibernate
- ThresholdProximityDescriptor(long) - Constructor for class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
-
Creates a new instance of the descriptor with specified threshold.
- throwJAFEOrUJEOrNCEOrPE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
-
- throwNCE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
-
- throwNCEOrPE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
-
- throwNCEOrPEOrSCEOrJCE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
-
- throwUJEOrNCEOrPE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
-
- throwUJEOrNCEOrPEOrUTE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
-
- timeStamp - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- TMPDIR - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
- to(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
-
Default value is 0L
(no date filtering)
- toCharArray() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Copies the builder's character array into a new character array.
- toCharArray(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Copies part of the builder's character array into a new character array.
- toDate(String) - Static method in class org.ow2.proactive.scheduler.common.util.ISO8601DateUtil
-
Convert ISO8601 complaint string into a java.util.Date instance.
- toJobInfo(JobInfoData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toJobInfos(List<UserJobData>) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toJobResult(JobResultData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toJobState(JobStateData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toJobUsages(List<JobUsageData>) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toJsonString(Object) - Static method in class org.ow2.proactive.scheduler.rest.utils.EventCodecUtil
-
- tokenize(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Internal method to performs the tokenization.
- TokenPrincipal - Class in org.ow2.proactive.authentication.principals
-
- TokenPrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.TokenPrincipal
-
- Tools - Class in org.ow2.proactive.utils
-
Provides some methods used by the scheduler or the GUI to display some tips properly.
- Tools() - Constructor for class org.ow2.proactive.utils.Tools
-
- Topology - Interface in org.ow2.proactive.resourcemanager.frontend.topology
-
Interface represents hosts topology handled by resource manager.
- TopologyDescriptor - Class in org.ow2.proactive.topology.descriptor
-
Class represents the descriptor of the nodes topology (network location)
which could be used with ResourceManager.getAtMostNodes
request.
- TopologyDescriptor(boolean) - Constructor for class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
Creates the descriptor.
- TopologyDisabledException - Exception in org.ow2.proactive.resourcemanager.frontend.topology
-
- TopologyDisabledException() - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
-
Create a new instance of TopologyException
- TopologyDisabledException(String, Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
-
Create a new instance of TopologyException
- TopologyDisabledException(String) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
-
Create a new instance of TopologyException
- TopologyDisabledException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
-
Create a new instance of TopologyException
- TopologyException - Exception in org.ow2.proactive.resourcemanager.frontend.topology
-
- TopologyException() - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
-
Create a new instance of TopologyException
- TopologyException(String, Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
-
Create a new instance of TopologyException
- TopologyException(String) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
-
Create a new instance of TopologyException
- TopologyException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
-
Create a new instance of TopologyException
- TopologyImpl - Class in org.ow2.proactive.resourcemanager.frontend.topology
-
Class represents hosts topology handled by resource manager.
- TopologyImpl() - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
- toRemove - Variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- toSchedulerUserInfos(List<SchedulerUserData>) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toString() - Method in class org.ow2.proactive.authentication.crypto.Credentials
- toString() - Method in class org.ow2.proactive.authentication.principals.IdentityPrincipal
-
- toString() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
-
- toString() - Method in class org.ow2.proactive.permissions.PrincipalPermission
-
- toString() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- toString() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
-
- toString() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
-
- toString() - Method in enum org.ow2.proactive.resourcemanager.common.NodeState
-
Returns a string representation of the state.
- toString() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
- toString() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
-
- toString() - Method in enum org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableValues
-
- toString() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
-
- toString() - Method in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
- toString() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
- toString() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.job.JobPriority
-
- toString() - Method in class org.ow2.proactive.scheduler.common.job.JobState
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.job.JobStatus
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.job.JobType
-
- toString() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- toString() - Method in class org.ow2.proactive.scheduler.common.NotificationData
-
- toString() - Method in class org.ow2.proactive.scheduler.common.Page
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.SchedulerEvent
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
- toString() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
-
- toString() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
-
Return a string representation of this selector.
- toString() - Method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
-
Return a string representation of this selector.
- toString() - Method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.OnTaskError
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
- toString() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
Returns a String representation that is unique for
the scheduler instance it was built for.
- toString() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
-
- toString() - Method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleImagePanel
-
- toString() - Method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleTextPanel
-
- toString() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets a String version of the string builder, creating a new instance
each time the method is called.
- toString() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the String content that the tokenizer is parsing.
- toString() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- toString() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
-
- toString() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
- toString() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- toString() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
- toString() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- toString() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDestination
-
- toString() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
-
- toString() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
-
- toString() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
-
- toString() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
-
- toString() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
-
- toString() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
-
- toString() - Method in exception org.ow2.proactive.scheduler.task.exceptions.TaskException
-
- toString() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Returns a String representation that is unique for
the scheduler instance it was built for.
- toString() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- toString() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- toString() - Method in enum org.ow2.proactive.scheduler.task.utils.ForkerUtils.ForkMethod
-
- toString() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- toString() - Method in class org.ow2.proactive.scripting.Script
-
- toString() - Method in class org.ow2.proactive.scripting.SelectionScript
-
String representation
- toString() - Method in class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
-
- toString() - Method in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
Returns the string representation of the descriptor.
- toString() - Method in class org.ow2.proactive.utils.BoundedStringWriter
- toString() - Method in class org.ow2.proactive.utils.NodeSet
-
- toStringBuffer() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets a StringBuffer version of the string builder, creating a
new instance each time the method is called.
- toStringBuilder() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets a StringBuilder version of the string builder, creating a
new instance each time the method is called.
- toTaskLogs(String, String, String) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- toTaskResult(JobId, TaskResultData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
-
- TransactionHelper - Class in org.ow2.proactive.db
-
- TransactionHelper(SessionFactory) - Constructor for class org.ow2.proactive.db.TransactionHelper
-
- trim() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Trims the builder by removing characters less than or equal to a space
from the beginning and end.
- trimMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Matches the String trim() whitespace characters.
- tryJMXoverRMI(Authentication, Map<String, Object>) - Static method in class org.ow2.proactive.jmx.JMXClientHelper
-
Tries to create a a JMXConnector over RMI, with a fall back solution over RO.
- tryJMXoverRO(Authentication, Map<String, Object>) - Static method in class org.ow2.proactive.jmx.JMXClientHelper
-
Tries to create a a JMXConnector over RO.
- type - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
-
- type - Variable in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableWrapper
-
- validate(TaskFlowJob) - Static method in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker
-
Checks if the provided Job is valid and can be scheduled.
- validate(TaskFlowJob, List<FlowChecker.Block>) - Static method in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker
-
Checks if the provided Job is valid and can be scheduled.
- validate(T, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.AcceptAllValidator
-
- validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
-
- validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CRONValidator
-
- validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ListValidator
-
- validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ModelValidator
-
- validate(T, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
-
- validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RegexpValidator
-
- validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.SpelValidator
-
- validate(T, ModelValidatorContext) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.Validator
-
Check whether the specified value
is valid.
- validate(InputStream, InputStream) - Static method in class org.ow2.proactive.scheduler.common.job.factories.ValidationUtil
-
Validates the job descriptor file against the specified schema.
- validateIndex(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Validates parameters defining a single index in the builder.
- validateJob(InputStream) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorService
-
Validate the provided xml job file, before the job is parsed by the scheduler
If this validator does not validate against the xml file, leave the implementation
empty.
- validateJob(TaskFlowJob) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorService
-
Validate a job object after the job has been parsed by the scheduler.
- validateJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
-
- validateJob(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
-
- validateJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.stax.StaxJobValidatorServiceProvider
-
- validateJob(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.stax.StaxJobValidatorServiceProvider
-
- validateRange(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Validates parameters defining a range of the builder.
- ValidationException - Exception in org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions
-
- ValidationException() - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
-
- ValidationException(String) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
-
- ValidationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
-
- ValidationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
-
- ValidationUtil - Class in org.ow2.proactive.scheduler.common.job.factories
-
Utility class for validate job descriptor (job.xml) files.
- ValidationUtil() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.ValidationUtil
-
- Validator<T> - Interface in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- value() - Method in interface org.ow2.proactive.scheduler.common.job.JobId
-
Get the value of the JobId.
- value() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
-
Returns a String representation that is unique for the job
it is related to.
- value() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
-
Get the value of the task.
- value() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
-
Get the value of the JobId.
- value() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
-
- value() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
-
Returns a String representation that is unique for the job
it is related to.
- value() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
- valueOf(String) - Static method in enum org.ow2.proactive.core.properties.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.db.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.jmx.naming.JMXTransportProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.common.event.RMEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.common.NodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface.MBeanAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableValues
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.utils.TargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.FlowError.FlowErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.JobSortParameter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.SchedulerEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.TaskSortParameter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.Dataspace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.task.SchedulerVars
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.task.utils.ForkerUtils.ForkMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.utils.OperatingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.proactive.utils.OperatingSystemFamily
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ow2.proactive.core.properties.PropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.db.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.jmx.naming.JMXTransportProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.resourcemanager.common.event.RMEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.resourcemanager.common.NodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface.MBeanAttributeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableValues
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.resourcemanager.utils.TargetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.FlowError.FlowErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.JobPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.JobStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.job.JobType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.JobSortParameter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.SchedulerEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.common.TaskSortParameter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.Dataspace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Returns a
Collection
view of the values contained in this channel map.
- values(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- values(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- values() - Static method in enum org.ow2.proactive.scheduler.task.SchedulerVars
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.task.utils.ForkerUtils.ForkMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
- values() - Static method in enum org.ow2.proactive.utils.OperatingSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.ow2.proactive.utils.OperatingSystemFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variables - Variable in class org.ow2.proactive.scheduler.common.job.Job
-
A map to holds job descriptor variables
- variables - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
A map to hold task variables
- VARIABLES_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- VariablesMap - Class in org.ow2.proactive.scheduler.task.utils
-
A map managing variables for scripts use
- VariablesMap() - Constructor for class org.ow2.proactive.scheduler.task.utils.VariablesMap
-
Constructor
- VariableSubstitutor - Class in org.ow2.proactive.scheduler.common.util
-
Utility class which facilitates the filtering of variables defined in strings
and scripts by using a variable map.
- VARS_VAR_SEPARATOR - Static variable in class org.ow2.proactive.scripting.PropertyUtils
-
Deprecated.
- verifyVariableMap(Map<String, ? extends JobVariable>) - Static method in class org.ow2.proactive.scheduler.common.job.Job
-
- version - Static variable in class org.ow2.proactive.resourcemanager.common.Main
-
- Version - Class in org.ow2.proactive.utils
-
- Version() - Constructor for class org.ow2.proactive.utils.Version
-
- VERSION_FILE - Static variable in class org.ow2.proactive.utils.Version
-
- VERSION_PROPERTY_NAME - Static variable in class org.ow2.proactive.utils.Version
-
- visualization - Variable in class org.ow2.proactive.scheduler.common.job.Job
-
SVG Visualization rendering of this job