- 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.proa