- 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
- AbstractRMNode - Class in org.ow2.proactive.resourcemanager.rmnode
-
Defines abstractions common to all RM node implementations.
- AbstractRMNode() - Constructor for class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
-
- AbstractRMNode(NodeSource, String, String, Client) - Constructor for class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
-
- 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
- AccessType - Class in org.ow2.proactive.resourcemanager.nodesource.policy
-
Class defines an access type to the node source for the administration
and utilization.
- Account - Interface in org.ow2.proactive.account
-
The common definition of an account.
- accountsManager - Variable in class org.ow2.proactive.resourcemanager.core.jmx.mbean.MyAccountMBeanImpl
-
- accountsMap - Variable in class org.ow2.proactive.account.AbstractAccountsManager
-
The map that contains all statistics
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.BatchJobInfrastructure
-
Acquires as much nodes as possible, making one distinct reservation per
node
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.DefaultInfrastructureManager
-
Asynchronous request of all nodes acquisition.
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
Check if any host is available and acquire the nodes of available hosts
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Asynchronous request of all nodes acquisition.
- acquireAllNodes(Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Requests all nodes to be acquired from the infrastructure.
- acquireAllNodes(Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
- acquireAllNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
Asynchronous request to acquires all possible nodes from infrastructure
- acquireNode() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.BatchJobInfrastructure
-
Acquires a single node through pbs
- acquireNode() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.DefaultInfrastructureManager
-
Asynchronous node acquisition request.
- acquireNode() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
Acquire the nodes of available hosts
- acquireNode() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Asynchronous node acquisition request.
- acquireNode() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
- acquireNode(String, Client) - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Acquires the existing node with specific url.
- acquireNode() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Requests one node to be acquired from the underlying infrastructure.
- acquireNodes(String, int, long, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- acquireNodes(String, int, long, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- acquireNodes(String, int, long, Map<String, ?>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Acquires new nodes in the particular node source.
- acquireNodes(int, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Asynchronous node acquisition request.
- acquireNodes(int, long, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Asynchronous node acquisition request.
- acquireNodes(int, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
- acquireNodes(int, long, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
- acquireNodes(int, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
- acquireNodes(int) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
Asynchronous request to acquires n nodes from infrastructure
- acquireNodes(int, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
- acquireNodes(int, long, Map<String, ?>) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
- acquireNodes(String, int, boolean, long, String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
Acquire new nodes of a specified node source
- acquireNodes(String, String, int, boolean, long, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Acquire new nodes of a specified node source
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Activates a node source policy.
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.CronPolicy
-
Activates the policy.
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.EmptyPolicy
-
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
Activates the policy.
- activate(NodeSourcePolicy, Object[]) - Static method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicyFactory
-
Creates the node source policy activity, given a node source policy instance.
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.RestartDownNodesPolicy
-
Activates static policy.
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.RMAwareNodeSourcePolicy
-
Activates the policy.
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.StaticPolicy
-
Activates static policy.
- activate() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.TimeSlotPolicy
-
Activates the policy.
- 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(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
-
Add one or more classpath entries to the forked JVM classpath
- addAdditionalClasspath(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Add a new additional Classpath value.
- addAndGetLostNodeNotification() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostTracker
-
- 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, RMNodeClient, RemoteSpace, RemoteSpace, Map<String, String>, PrintStream, PrintStream) - 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.
- addDeployingNode(String, String, String, long) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Creates a new RMDeployingNode's, stores it in a local ArrayList and
notify the owning NodeSource of the RMDeployingNode creation
- addDeployingNodeWithLockAndPersist(String, RMDeployingNode) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- addEligibleNodesToRecover(List<RMNode>) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- addEmptyLine() - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Add a empty line to the list of lines.
- addEvent - Variable in class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
-
The add event
- 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
-
- addExternalEndpointUrl(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Add an external endpoint url to a job.
- addExternalEndpointUrl(String, String, String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- addExternalEndpointUrl(String, String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- addExternalEndpointUrl(String, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- addExternalEndpointUrl(String, String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- addExternalEndpointUrl(String, String, String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Add an external endpoint url to a job.
- addExternalEndpointUrl(String, String, String, String) - 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<String, 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.
- additionalInformation(LinkedHashMap<String, String>) - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSourceDescriptor.Builder
-
- AdditionalInformationKeys - Class in org.ow2.proactive.resourcemanager.nodesource.infrastructure
-
- AdditionalInformationKeys() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- addJobSignal(String, String, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Add the given signal to job signals
- addJobSignal(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- addJobSignal(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- addJobSignal(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- addJobSignal(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- addJobSignal(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Add a signal to the list of signals used by the considered job
- addJobSignal(String, String, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- addJobSignalWithVariables(String, String, String, Map<String, String>) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Add a signal to the list of signals used by the considered job
- addJVMArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Add a new JVM argument value.
- addLastModifiedDate(String, Date) - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFileMetadata
-
- addLine(List<String>) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
-
Add the given lines value to existing lines.
- addLostNodeWithLockAndPersist(String, RMDeployingNode) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- addMultipleDeployingNodes(List<String>, String, String, long) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Add multiple deploying nodes
- 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
Adds an existing node to the default node source of the resource manager.
- addNode(String, String) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Adds an existing node to the particular node source.
- addNode(RMNodeData, String) - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- 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.
- addNode(Node) - Method in class org.ow2.proactive.resourcemanager.selection.topology.TopologyManager
-
Updates the topology for new node.
- addNode(String, String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
Adds an existing node to the particular node source.
- addNode(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Add an existing node to a particular node source.
- addNodeSource(NodeSourceData) - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- addNodeToken(String, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- addNodeToken(String, String) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- addNodeToken(String, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Add a token to the given node
- addNodeToken(String, String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
Add access token to given node
- addNodeToken(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Add access token to the given node.
- 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
-
- AddonClassUtils - Class in org.ow2.proactive.resourcemanager.utils
-
This class helps the addon classes to use a child-first class loading mechanism for class loading and creating instances.
- AddonClassUtils() - Constructor for class org.ow2.proactive.resourcemanager.utils.AddonClassUtils
-
- AddonPathUtils - Class in org.ow2.proactive.resourcemanager.utils
-
- AddonPathUtils() - Constructor for class org.ow2.proactive.resourcemanager.utils.AddonPathUtils
-
- ADDONS_BASE_DIRNAME - Static variable in class org.ow2.proactive.resourcemanager.utils.AddonPathUtils
-
- 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.
- addPermission(IdentityPrincipal) - Method in class org.ow2.proactive.permissions.PrincipalPermission
-
- addPermission(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFileMetadata
-
- addPreJavaCommand(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Add an item to the list of (command + argument) which will be prepended to the java command
- addRMEventListener(RMEventListener, RMEventType...) - Method in class org.ow2.proactive.resourcemanager.frontend.RMMonitoringImpl
-
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.
- addSize(String, long) - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFileMetadata
-
- 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
-
- addTimeouts(List<String>) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
- addToAllResults(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-
Add this new (from replication) task result to the list of known tasks.
- addToken(String) - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
- addToken(String) - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
- addToken(String) - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
- addType(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFileMetadata
-
- aggregatedStatusesToFilterString(List<String>) - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
- Alive - Class in org.ow2.proactive.resourcemanager.core.history
-
This table stores the last time stamp of the resource manager up time.
- Alive() - Constructor for class org.ow2.proactive.resourcemanager.core.history.Alive
-
- ALL - Static variable in class org.ow2.proactive.resourcemanager.nodesource.policy.AccessType
-
- ALLACCOUNTS_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
-
- AllAccountsMBean - Interface in org.ow2.proactive.resourcemanager.core.jmx.mbean
-
MBean interface for viewing an account of the ProActive Resource Manager.
- AllAccountsMBeanImpl - Class in org.ow2.proactive.resourcemanager.core.jmx.mbean
-
Implementation of the AllAccountsMBean interface.
- AllAccountsMBeanImpl(RMAccountsManager) - Constructor for class org.ow2.proactive.resourcemanager.core.jmx.mbean.AllAccountsMBeanImpl
-
- allExceptThese(TaskStatus...) - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
-
- allNodes - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- 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.
- anyTimedOut(List<String>) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
- 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
.
- append(String, LoggingEvent) - Method in class org.ow2.proactive.utils.appenders.AsynchChachedFileAppender
-
Deprecated.
- append(String, LoggingEvent) - Method in class org.ow2.proactive.utils.appenders.AsynchFileAppender
-
- append(LoggingEvent) - Method in class org.ow2.proactive.utils.appenders.FileAppender
-
- append(String, LoggingEvent) - Method in class org.ow2.proactive.utils.appenders.FileAppender
-
- append(LoggingEvent) - Method in class org.ow2.proactive.utils.appenders.MultipleFileAppender
-
- append(String, LoggingEvent) - Method in class org.ow2.proactive.utils.appenders.SynchFileAppender
-
- 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
- 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
- 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
- arrangeNodes(int, List<RMNode>, Client) - Method in class org.ow2.proactive.resourcemanager.selection.policies.NodeSourcePriorityPolicy
-
Sort by node source priorities.
- arrangeNodes(int, List<RMNode>, Client) - Method in class org.ow2.proactive.resourcemanager.selection.policies.ShufflePolicy
-
Do shuffling here.
- arrangeNodes(int, List<RMNode>, Client) - Method in interface org.ow2.proactive.resourcemanager.selection.SelectionPolicy
-
Arranges nodes before selection by the resource manager.
- arrangeNodesForScriptExecution(List<RMNode>, List<SelectionScript>, Map<String, Serializable>) - Method in class org.ow2.proactive.resourcemanager.selection.SelectionManager
-
Arranges nodes for script execution based on some criteria for example
previous execution statistics.
- arrangeNodesForScriptExecution(List<RMNode>, List<SelectionScript>, Map<String, Serializable>) - Method in class org.ow2.proactive.resourcemanager.selection.statistics.ProbablisticSelectionManager
-
Find appropriate candidates nodes for script execution, taking into
account "free" and "exclusion" nodes lists.
- 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
-
- ASC_SUFFIX - Static variable in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- 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.
- AsynchChachedFileAppender - Class in org.ow2.proactive.utils.appenders
-
- AsynchChachedFileAppender() - Constructor for class org.ow2.proactive.utils.appenders.AsynchChachedFileAppender
-
Deprecated.
- AsynchFileAppender - Class in org.ow2.proactive.utils.appenders
-
- AsynchFileAppender() - Constructor for class org.ow2.proactive.utils.appenders.AsynchFileAppender
-
- 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
- authorizedSelectionScripts - Variable in class org.ow2.proactive.resourcemanager.selection.SelectionManager
-
- AutoUpdateInfrastructure - Class in org.ow2.proactive.resourcemanager.nodesource.infrastructure
-
This infrastructure launching a node by download node.jar on a node machine.
- AutoUpdateInfrastructure() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AutoUpdateInfrastructure
-
- 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
-
- call() - Method in class org.ow2.proactive.resourcemanager.cleaning.NodeCleaner
-
Performs the cleaning (for now just killing of all active objects).
- call() - Method in class org.ow2.proactive.resourcemanager.selection.ScriptExecutor
-
- 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
-
- cancelSession() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
Cancel the current session of the user
- canRead(EvaluationContext, Object, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.utils.RestrictedPropertyAccessor
-
- capacity() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Gets the current size of the internal character array buffer.
- CATALOG_BASIC_MODEL_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- CATALOG_COMPLETE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
-
- CATALOG_OBJECT_MODEL_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
-
- 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
-
- CatalogObjectValidator(String, String) - 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
-
- changeNodesState(List<RMNodeData>, Map<String, String>, NodeState, long, Client, int) - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- 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(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
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_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- changeState(NodeState) - Method in class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
-
- 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.
- checkAllNodesAreAcquiredAndDo(List<String>, Runnable, Runnable) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- checkConfigAndGetUser(TaskContext) - 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.
- checkFileExists(String, String) - Method in interface org.ow2.proactive.scheduler.common.SchedulerSpaceInterface
-
Check if a file exists in the specified location in the DataSpace
- checkForSignals(Set<String>) - Method in interface org.ow2.proactive.scheduler.signal.SignalApi
-
Check if all of the signals given as input exist among the set of job signals
- checkForSignals(Set<String>) - Method in class org.ow2.proactive.scheduler.signal.SignalApiImpl
-
- 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) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Check if the connected user has the permission to execute the method passed as argument
- checkJobPermissionMethod(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- checkJobPermissionMethod(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- checkJobPermissionMethod(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- checkJobPermissionMethod(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- checkJobPermissionMethod(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Check if the user has the permission to execute the method passed as argument
- checkJobPermissionMethod(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- checkJobsPermissionMethod(List<String>, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Check if the connected user has the permission to execute the method passed as argument
- checkJobsPermissionMethod(List<String>, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- checkJobsPermissionMethod(List<String>, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- checkJobsPermissionMethod(List<String>, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- checkJobsPermissionMethod(List<String>, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- checkJobsPermissionMethod(String, String, List<String>) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Check if the user has the permission to execute the method passed as argument
- checkJobsPermissionMethod(List<String>, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- checkJobsPermissionMethods(List<String>, List<String>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Returns a map containing pairs that represent the job id as key and a map as value containing the method name
and true/false if the user has permission for the jobId and method
- checkJobsPermissionMethods(List<String>, List<String>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- checkJobsPermissionMethods(List<String>, List<String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- checkJobsPermissionMethods(List<String>, List<String>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
- checkJobsPermissionMethods(List<String>, List<String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- checkJobsPermissionMethods(String, PermissionForm) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Check if the user has the permission to execute the methods passed as argument for each the given job ids
- checkLoginFile() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- checkNodeIsAcquiredAndDo(String, Runnable, Runnable) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Check if the Node with the given name is already acquired ( usefull when
the launcher of the process which is supposed to launch a RMNode waits
for its registration ).
- checkNodePermission(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- checkNodePermission(String, boolean) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- checkNodePermission(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Check is the user has admin permission for the given node or it is a node source provider
- checkNodePermission(String, String, boolean) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Check if the user has admin permission for the given nodes or it is a node source provider
- checkNodeSourcePermission(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- checkNodeSourcePermission(String, boolean) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- checkNodeSourcePermission(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Check is the user has admin permission for the given node source or it is a node source provider
- checkNodeSourcePermission(String, String, boolean) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Check if the user has permission for the given nodes or it is a node source provider
- 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
- checkPcaAdmin(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Check if a user has admin privilege in cloud automation service.
- checkPermission(Credentials) - Method in interface org.ow2.proactive.jmx.PermissionChecker
-
Checks that client has the specified permission.
- checkPermission(Permission, String, Permission...) - Method in class org.ow2.proactive.resourcemanager.authentication.Client
-
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.
- checkPermissionAndGetClientIsSuccessful() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- checkPermissions(String, List<String>) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Check multiple methods 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.
- checkSubscriptionAdmin(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Check if a user has admin privilege in notification service.
- checkTenantFile() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
- 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
- ChildFirstClassLoader - Class in org.ow2.proactive.utils
-
ChildFirstClassLoader provides a child-first delegation mechanims for class loading.
- ChildFirstClassLoader(URL[], ClassLoader) - Constructor for class org.ow2.proactive.utils.ChildFirstClassLoader
-
- 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
-
- clean() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
The behaviour is to do nothing.
- clean() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
Cleaning method : remove all active objects on this node.
- clean() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
Clean the node.
- cleanAndRelease(List<RMNode>) - Method in class org.ow2.proactive.resourcemanager.cleaning.NodesCleaner
-
Cleans nodes in parallel for the nodes specified.
- 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.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
-
- clearAccoutingCache() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.ManagementMBean
-
Clears the cache (all precomputed accounts)
- clearAccoutingCache() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.ManagementMBeanImpl
-
- clearCache() - Method in class org.ow2.proactive.account.AbstractAccountsManager
-
This methods performs a full refresh from database.
- clearJobSignals() - Method in interface org.ow2.proactive.scheduler.signal.SignalApi
-
Remove the entry corresponding to job signals from the signals channel
- clearJobSignals() - Method in class org.ow2.proactive.scheduler.signal.SignalApiImpl
-
- clearLockHistory() - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
Removes all entries from LockHistory table.
- clearTasksChanges() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- CLI_FILE_PROPERTY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AutoUpdateInfrastructure
-
- Client - Class in org.ow2.proactive.resourcemanager.authentication
-
This class represents a client of the resource manager(RM).
- Client() - Constructor for class org.ow2.proactive.resourcemanager.authentication.Client
-
- Client(Subject, boolean) - Constructor for class org.ow2.proactive.resourcemanager.authentication.Client
-
Constructs the client object from given client subject.
- 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
-
- ClientPinger - Class in org.ow2.proactive.resourcemanager.utils
-
Periodically pings connected clients of the resource manager
- ClientPinger() - Constructor for class org.ow2.proactive.resourcemanager.utils.ClientPinger
-
- ClientPinger(RMCore) - Constructor for class org.ow2.proactive.resourcemanager.utils.ClientPinger
-
- 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
-
- clients - Static variable in class org.ow2.proactive.resourcemanager.core.RMCore
-
Map of connected clients and internal services that have an access to the core.
- 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
-
- CLIInfrastructure - Class in org.ow2.proactive.resourcemanager.nodesource.infrastructure
-
An infrastructure manager that operates custom scripts in order to
deploy/remove nodes.
- CLIInfrastructure() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.infrastructure.CLIInfrastructure
-
- 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.
- 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.resourcemanager.db.RMDBManager
-
- 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.appenders.AsynchChachedFileAppender
-
Deprecated.
- close() - Method in class org.ow2.proactive.utils.appenders.AsynchFileAppender
-
- close() - Method in class org.ow2.proactive.utils.appenders.FileAppender
-
- 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
-
- CLOUD_COST_CURRENCY_KEY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- CLOUD_COST_GLOBAL_COST_IN_MAX_BUDGET_PERCENTAGE_KEY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- CLOUD_COST_GLOBAL_COST_KEY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- CLOUD_COST_MAX_BUDGET_KEY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- CLOUD_COST_RESOURCE_USAGE_REPORTED_AT_KEY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- CLOUD_COST_RESOURCE_USAGE_REPORTED_UNTIL_KEY - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AdditionalInformationKeys
-
- 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.
- command - Variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AutoUpdateInfrastructure
-
- 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.ResponseContent - Class in org.ow2.proactive.http
-
- CommonHttpResourceDownloader.UrlContent - Class in org.ow2.proactive.http
-
- CommonRestInterface - Interface in org.ow2.proactive_grid_cloud_portal.common
-
- COMP_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.util.ZipUtils
-
Compression level of the file.
- compare(RMNode, RMNode) - Method in class org.ow2.proactive.resourcemanager.selection.statistics.NodeProbabilityComparator
-
- 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(RMNode) - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
- compareTo(RMNode) - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
- 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
-
- CONFIG_NAME_PROPERTY - Static variable in class org.ow2.proactive.resourcemanager.selection.policies.NodeSourcePriorityPolicy
-
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AutoUpdateInfrastructure
-
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.BatchJobInfrastructure
-
Configures this infrastructure manager parameters[0] = java path
parameters[1] = ssh options parameters[2] = scheduling path parameters[3]
= java options parameters[4] = max node parameters[5] = node timeout
parameters[6] = scheduler server name parameters[7] = PA scheduler
credentials parameters[8] = submit job options
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.CLIInfrastructure
-
Configures the Infrastructure
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.DefaultInfrastructureManager
-
Adds information required to deploy nodes in the future.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.GenericBatchJobInfrastructure
-
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
Configures the infrastructure.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Adds information required to deploy nodes in the future.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
args[0] = credentials args[1] = max nodes args[2] = timeout args[3] = pa
props
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructure
-
Configures the Infrastructure
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructureV2
-
Configures the Infrastructure
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.CronPolicy
-
Configure a policy with given parameters.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
Configure a policy with given parameters.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.RestartDownNodesPolicy
-
Configure a policy with given parameters.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.StaticPolicy
-
Configure a policy with given parameters.
- configure(Object...) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.TimeSlotPolicy
-
Configure a policy with given parameters.
- 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.
- configureForDataSpace(Node) - Method in class org.ow2.proactive.resourcemanager.nodesource.RMNodeConfigurator
-
Configure node for dataSpaces
- configureNode(RMNode) - Method in class org.ow2.proactive.resourcemanager.nodesource.RMNodeConfigurator
-
Configures the node.
- 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.resourcemanager.task.client.RMNodeClient
-
- connect(String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- 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
-
- consumeProcessStream(InputStream) - Static method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.Utils
-
Consumes everything written by a stream.
- 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
-
- ContextClassLoaderInjector - Class in org.ow2.proactive.resourcemanager.utils
-
- ContextClassLoaderInjector() - Constructor for class org.ow2.proactive.resourcemanager.utils.ContextClassLoaderInjector
-
- ContextClassLoaderInjector.SupplierWithException<T> - Interface in org.ow2.proactive.resourcemanager.utils
-
supplier which can throw exceptions
- 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.NullConverter
-
- convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.ShortConverter
-
- 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
-
- convertObject2Byte(Object) - Static method in class org.ow2.proactive.scheduler.common.util.Object2ByteConverter
-
- convertToLinuxClassPath(String) - Static method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
- convertToLinuxPath(String) - Static method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
- convertToLinuxPathInJVMArgument(String) - Static method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
- 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
-
- copyLockStatusFrom(RMNode) - Method in class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
-
- 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.util.RMListenerProxy
-
- create(NodeSourceDescriptor) - Static method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManagerFactory
-
Creates new infrastructure manager using reflection mechanism.
- create(String) - Static method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicyFactory
-
Creates a new node source policy.
- 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.
- create(String, String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.dataspace.RestDataspace
-
Create an empty file or folder in the specified location in the dataspace.
- createAllChildrenKiller(String) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
-
A subsequent kill will terminate all children of the current process.
- createAndActivate(String, String, Object[]) - Static method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicyFactory
-
Creates a new active node source policy using reflection mechanism.
- 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
-
- 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
-
- createClass(String, MultipartFormDataInput) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- 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.CredentialParserValidator
-
- 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.GlobalFileParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.GlobalFolderParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.HiddenParserValidator
-
- 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.JSONParserValidator
-
- 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.NotEmptyParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.OptionalParserValidator
-
- 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
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.UserFileParserValidator
-
- createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.UserFolderParserValidator
-
- 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
-
- createExecutorPrintOutput(String, InetAddress, String...) - Static method in class org.ow2.proactive.process.SSHProcessExecutor
-
- createExecutorPrintOutput(String, InetAddress, List<String>) - Static method in class org.ow2.proactive.process.SSHProcessExecutor
-
- createExecutorSaveOutput(String, InetAddress, String...) - Static method in class org.ow2.proactive.process.SSHProcessExecutor
-
- createExecutorSaveOutput(String, InetAddress, List<String>) - Static method in class org.ow2.proactive.process.SSHProcessExecutor
-
- 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, OSProcessBuilder) - 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(String, String, String, String, String, Serializable[]) - 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(URL, String, String, String, String, Serializable[]) - 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
- createInjectedObject(Class<?>, ClassLoader) - Static method in class org.ow2.proactive.resourcemanager.utils.ContextClassLoaderInjector
-
Create an injected object which has been injected with specifying the thread context class loader during all its methods invocation.
- createInMemoryRMDBManager() - Static method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- 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(String, Map<String, String>, Map<String, String>, Scheduler, SchedulerSpaceInterface, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
-
Creates a job using the given job descriptor with the scheduler instance for validating jobs.
- 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(InputStream, Map<String, String>, Map<String, String>, Scheduler, SchedulerSpaceInterface, 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(String, Map<String, String>, Map<String, String>, Scheduler, SchedulerSpaceInterface, 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
-
- createJob(InputStream, Map<String, String>, Map<String, String>, Scheduler, SchedulerSpaceInterface, 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
- createLockEntryOrUpdate(String, RMDBManager.NodeLockUpdateAction) - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- 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(String, String, String, Serializable[]) - 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(URL, String, String, Serializable[]) - 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
-
- createNodeEvent() - Method in class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
- createNodeEvent(RMEventType, NodeState, String) - Method in class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
- createNodeEvent(RMEventType, NodeState, String) - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
- createNodeEvent() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
- 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
- createNodeSource(String, String, Object[], String, Object[], boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
- createNodeSource(String, String, String[], String[], String, String[], String[]) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- createNodeSource(String, String, String[], String[], String, String[], String[], String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- createNodeSource(String, String, String, String[], String[], String, String[], String[]) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
- createNodeSource(String, String, String, String[], String[], String, String[], String[], String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
- createNodeSourceEvent() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
- 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(String, String, Serializable[]) - 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(URL, String, Serializable[]) - 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
- createRMNodeClient(TaskContext) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
- createRMNodeData(RMNode) - Static method in class org.ow2.proactive.resourcemanager.db.RMNodeData
-
Create an instance of
RMNodeData
and populate its fields with the content of a node.
- createSchedulerNodeClient(TaskContext) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
-
- createScript(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- 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, Decrypter, TaskLogger) - Method in class org.ow2.proactive.scheduler.task.ProActiveForkedTaskLauncherFactory
-
- createTaskDataspaces(TaskId, NamingService, boolean, Decrypter, TaskLogger) - Method in class org.ow2.proactive.scheduler.task.ProActiveNonForkedTaskLauncherFactory
-
- createTaskDataspaces(TaskId, NamingService, boolean, Decrypter, TaskLogger) - 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.CredentialParserValidator
-
- 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.GlobalFileParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.GlobalFolderParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.HiddenParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.JSONParserValidator
-
- 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<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.NotEmptyParserValidator
-
- createValidator(String, Converter<T>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.OptionalParserValidator
-
- 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<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.UserFileParserValidator
-
- createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.UserFolderParserValidator
-
- createWorkflow(String, Workflow) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- 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
-
- CredentialParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- CredentialParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CredentialParserValidator
-
- 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
- CredentialValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
-
- CredentialValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CredentialValidator
-
- 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
-
- 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
-
- CronPolicy - Class in org.ow2.proactive.resourcemanager.nodesource.policy
-
Allocated nodes for specified time slot: from "acquire time" to "release time" with specified period.
- CronPolicy() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.policy.CronPolicy
-
Proactive default constructor
- 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
-
- currentUser(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Get the login string associated to a session.
- currentUser(String) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- currentUserData(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Get a UserData object associated to a session.
- currentUserData(String) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- dataBaseFile - Variable in class org.ow2.proactive.jmx.RRDDataStore
-
- DatabaseManagerException - Exception in org.ow2.proactive.db
-
DatabaseManagerException is thrown by the DataBaseManager when Hibernate exception occurs.
- DatabaseManagerException() - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
-
Create a new instance of DatabaseManagerException.
- DatabaseManagerException(String, Throwable) - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
-
Create a new instance of DatabaseManagerException.
- DatabaseManagerException(String) - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
-
Create a new instance of DatabaseManagerException.
- DatabaseManagerException(Throwable) - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
-
Create a new instance of DatabaseManagerException.
- dataSources - Variable in class org.ow2.proactive.jmx.RRDDataStore
-
- DataSpaceClient - Class in org.ow2.proactive.scheduler.rest.ds
-
- DataSpaceClient() - Constructor for class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- DataSpaceClient(String, ClientHttpEngine) - Constructor for class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- dataSpaceConfigPropertyToUrls(String) - Static method in class org.ow2.proactive.utils.Tools
-
Parses the given dataspace configuration property to an array of strings
The parsing handles double quotes and space separators
- DataSpaceNodeClient - Class in org.ow2.proactive.scheduler.task.client
-
DataSpace api available as a variable during the execution of a task.
- DataSpaceNodeClient(SchedulerNodeClient, IDataSpaceClient.Dataspace, String) - Constructor for class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
- DataUtility - Class in org.ow2.proactive.scheduler.rest.data
-
- DATE_FORMAT - Static variable in class org.ow2.proactive.resourcemanager.nodesource.policy.TimeSlotPolicy
-
- DATETIME_COMPLETE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- DateTimeConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
-
- DateTimeConverter(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DateTimeConverter
-
- DateTimeParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- DateTimeParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- DATETYPE_FORMAT_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
-
- DBConnectionDetails - Class in org.ow2.proactive.scheduler.examples.connectionpooling
-
- DBConnectionDetails.Builder - Class in org.ow2.proactive.scheduler.examples.connectionpooling
-
- DBConnectionPoolFactory - Class in org.ow2.proactive.scheduler.examples.connectionpooling
-
- DBConnectionPoolFactory() - Constructor for class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolFactory
-
- DBConnectionPoolsHolder - Class in org.ow2.proactive.scheduler.examples.connectionpooling
-
- debug(String) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
Prints a formatted debug message to the logging system
- declareDeployingNodeLost(String, String) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Declares a deploying node lost.
- decrease() - Method in class org.ow2.proactive.resourcemanager.selection.statistics.Probability
-
Sets the probability to zero until the timer restores it.
- decreaseNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Decrease the number of execution left.
- decreaseNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
Decrease the number of execution on failure left.
- decrementLockCount() - Method in class org.ow2.proactive.resourcemanager.core.history.LockHistory
-
- decrypt(String) - Method in class org.ow2.proactive.authentication.crypto.Credentials
-
Decrypts the encapsulated credentials
- decrypt(PrivateKey) - Method in class org.ow2.proactive.authentication.crypto.Credentials
-
Decrypts the encapsulated credentials
- decrypt(PrivateKey, String, HybridEncryptionUtil.HybridEncryptedData) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
-
- decrypt(PrivateKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
-
Decrypt a message using asymmetric keys
- decrypt(SecretKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
-
Decrypt a message using a symmetric key
- decrypt() - Method in class org.ow2.proactive.scheduler.task.utils.Decrypter
-
Decrypt the stored credential with this object private key.
- decryptBase64String(String, PrivateKey, String) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
-
- decryptData(String) - Static method in class org.ow2.proactive.core.properties.PropertyDecrypter
-
- Decrypter - Class in org.ow2.proactive.scheduler.task.utils
-
Decrypter is used to ensure one shot usage of private key for a decryption.
- Decrypter(PrivateKey) - Constructor for class org.ow2.proactive.scheduler.task.utils.Decrypter
-
Create a new instance of Decrypter
- decryptString(HybridEncryptionUtil.HybridEncryptedData, PrivateKey) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
-
- DEFAULT_BUFFER_LENGTH - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
-
The default number of bytes in the buffer.
- DEFAULT_ESCAPE - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Constant for the default escape character.
- DEFAULT_JOB_NAME - Static variable in class org.ow2.proactive.scheduler.job.JobIdImpl
-
Default job name
- DEFAULT_LOCAL_NODES_NODE_SOURCE_RECOVERABLE - Static variable in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Default recovery mode for NS with local nodes started with the RM by default
- DEFAULT_MAX_FINISHED_JOBS_SIZE - Static variable in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
-
- DEFAULT_NODE_DEPLOYMENT_FAILURE_THRESHOLD - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
- DEFAULT_NODE_NUMBER - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
- DEFAULT_NODE_TIMEOUT - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
- DEFAULT_NODES_NUMBER - Static variable in class org.ow2.proactive.resourcemanager.utils.RMStarter
-
- DEFAULT_OUTPUT_BUFFER_LENGTH - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructureV2
-
- DEFAULT_OUTPUT_MAX_SIZE - Static variable in class org.ow2.proactive.scripting.Script
-
- DEFAULT_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Constant for the default variable prefix.
- DEFAULT_RECOVERABLE - Static variable in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
- DEFAULT_SSH_PORT - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructureV2
-
- DEFAULT_STATUS_FILENAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
Default name of the file used to persist the list of jobs
- DEFAULT_STORAGE_SIZE - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
-
Default buffer size.
- DEFAULT_SUFFIX - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Constant for the default variable suffix.
- DEFAULT_TASK_RETRY_DELAY - Static variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
-
The default value of defining how long to wait before restart task in error (zero or negative value means restart immediately)
- DEFAULT_TIMEOUT - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
- DEFAULT_VALUE_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
-
Constant for the default value delimiter of a variable.
- DEFAULT_WAIT_TIME_BETWEEN_NODE_DEPLOYMENT_FAILURES - Static variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager
-
- DefaultInfrastructureManager - Class in org.ow2.proactive.resourcemanager.nodesource.infrastructure
-
A default infrastructure manager.
- DefaultInfrastructureManager() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.infrastructure.DefaultInfrastructureManager
-
Proactive default constructor.
- defaultJmxUrl - Variable in class org.ow2.proactive.resourcemanager.core.history.NodeHistory
-
- DefaultModelJobValidatorServiceProvider - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model
-
TaskFlowJob validator which validates variables against model definition
- DefaultModelJobValidatorServiceProvider() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
-
- defaultStatusFilter - Static variable in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
- defaultValue() - Static method in class org.ow2.proactive.resourcemanager.selection.statistics.Probability
-
Calculates default probability value
- defineNodeSource(String, String, Object[], String, Object[], boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- defineNodeSource(String, String, Object[], String, Object[], boolean) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Defines a new node source in the resource manager.
- defineNodeSource(String, String, Object[], String, Object[], boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Defines a new node source in the resource manager.
- defineNodeSource(String, String, String[], String[], String, String[], String[], String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- defineNodeSource(String, String, String, String[], String[], String, String[], String[], String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Create/define a node source
- delete(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the characters between the two specified indices.
- delete(IDataSpaceClient.IRemoteSource) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- delete(IDataSpaceClient.IRemoteSource) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
-
Deletes the specified directory or the file from the dataspace.
- delete(String, String, String, List<String>, List<String>) - Method in interface org.ow2.proactive_grid_cloud_portal.dataspace.RestDataspace
-
Delete file(s) from the specified location in the dataspace.
- delete(String, String, String, List<String>, List<String>) - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.client.SchedulerRestClient
-
- deleteAll(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the character wherever it occurs in the builder.
- deleteAll(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the string wherever it occurs in the builder.
- deleteAll(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes all parts of the builder that the matcher matches.
- deleteChannel(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
-
Delete a channel
- deleteChannel(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
-
- deleteChannel(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
-
- deleteCharAt(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the character at the specified index.
- deleteFile(File) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
-
Delete the given file or folder(including its content) inside the local space
- deleteFile(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
-
Delete the given file or folder(including its content) inside the remote space
- deleteFile(String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
-
Deletes the specified file from the server.
- deleteFile(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- deleteFile(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
- deleteFile(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- deleteFile(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Deletes a file or recursively delete a directory from the given DataSpace
- deleteFile(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- deleteFiles(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
-
Deletes all files found by resolving the given pattern
The following special characters can be used :
** matches zero or more directories
* matches zero or more characters
? matches one character
- deleteFiles(String, String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
-
Delete the remote files described by the given pattern
The following special characters can be used inside the pattern :
** matches zero or more directories
* matches zero or more characters
? matches one character
- deleteFiles(String, String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
- deleteFirst(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the character wherever it occurs in the builder.
- deleteFirst(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the string wherever it occurs in the builder.
- deleteFirst(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
-
Deletes the first match within the builder using the specified matcher.
- deleteLiveLogJob(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
remove the live log object.
- deleteOldNodeHistory() - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- deleteOldUserHistory() - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- deleteRecursively(Path) - Static method in class org.ow2.proactive.utils.FileUtils
-
Deletes a file or directory and all contents recursively.
- deleteWorkflow(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- DependenceFailedException - Exception in org.ow2.proactive.scheduler.common.exception
-
Exceptions Generated if a ProActive task is sent to a java or native task dependence list.
- DependenceFailedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.DependenceFailedException
-
Create a new instance of JobCreationException with the given messag
- deploymentMode - Variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructureV2
-
- deploymentScript - Variable in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.CLIInfrastructure
-
- deployNodeSource(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- deployNodeSource(String) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Start acquiring the nodes of a node source that has been defined before.
- deployNodeSource(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Start acquiring the nodes of a node source that has been defined before.
- deployNodeSource(String) - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
Start the nodes acquisition of the node source
- deployNodeSource(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Deploy a node source.
- DESC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
-
Used to sort according to descendant order
- DESC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
-
- DESC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
-
- DESC_SUFFIX - Static variable in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- description - Variable in class org.ow2.proactive.scheduler.common.job.Job
-
Short description of this job
- description - Variable in class org.ow2.proactive.scheduler.common.task.Task
-
Description of the task.
- deserializeVariableMap(Map<String, byte[]>) - Static method in class org.ow2.proactive.scheduler.common.task.util.SerializationUtil
-
- deserializeVariableMap(Map<String, byte[]>, ClassLoader) - Static method in class org.ow2.proactive.scheduler.common.task.util.SerializationUtil
-
- detachService(String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Detach a cloud automation service previously associated with the given job
- detachService(String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- detachService(String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- detachService(String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- detachService(String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- detachService(String, String, int) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Detach a cloud automation service previously associated with a job.
- detachService(String, int) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- detectedPingedDownNode(String, String) - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Marks node as down.
- DIFFERENT_HOSTS_EXCLUSIVE - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
-
the set of nodes one per host exclusively
(hosts are reserved for the user)
- DifferentHostsExclusiveDescriptor - Class in org.ow2.proactive.topology.descriptor
-
This descriptor allows to select one node per host exclusively.
- DifferentHostsExclusiveDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.DifferentHostsExclusiveDescriptor
-
Constructs a new instance of the class.
- digest(String) - Static method in class org.ow2.proactive.scripting.Script
-
Get MD5 hash value of the script without parameters
- digest() - Method in class org.ow2.proactive.scripting.SelectionScript
-
Get MD5 hash value
- DISABLE_PROCESS_TREE_KILLER_GENERIC_INFO - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
This generic information can be used to disable Process Tree Killer execution
- disableContentCompression() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
-
- discardAllJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
This call "reset" the current proxy by removing all knowledge of awaited jobs
- discardAllJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- discardJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
-
Removes the given job of the awaited job list (should rarely be used)
- discardJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
-
- disconnect() - Method in class org.ow2.proactive.jmx.JMXClientHelper
-
Disconnects the connector of this helper.
- disconnect() - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
-
- disconnect() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Disconnects from resource manager and releases all the nodes taken by user for computations.
- disconnect(UniqueID) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Disconnects the client and releases all nodes held by him
- disconnect() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Disconnects from resource manager and releases all the nodes taken by user for computations.
- disconnect() - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
Disconnects from resource manager and releases all the nodes taken by
user for computations.
- disconnect() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Disconnect properly the user from the scheduler.
- disconnect() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- disconnect() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- disconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Disconnect from the scheduler
- disconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- disconnect() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
-
Disconnect from the server
- disconnect() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- disconnect(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
terminates the session id sessionId
- disconnect() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- DisconnectionAwareSchedulerEventListener - Interface in org.ow2.proactive.scheduler.rest
-
extended scheduler event listener to notify the disconnection event
- display() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- display() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
-
- display() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
-
- display() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
-
- display() - Method in class org.ow2.proactive.scheduler.common.task.NativeTask
-
- display() - Method in class org.ow2.proactive.scheduler.common.task.ScriptTask
-
- display() - Method in class org.ow2.proactive.scheduler.common.task.Task
-
- display() - Method in class org.ow2.proactive.scripting.Script
-
- distance(long, long) - Method in interface org.ow2.proactive.topology.descriptor.DistanceFunction
-
Defines the way how distances are calculated in clustering
- DistanceFunction - Interface in org.ow2.proactive.topology.descriptor
-
This class represent a distance function for hierarchical agglomerative clustering.
- DOCKER_FORK_WINDOWS2LINUX - Static variable in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
- doesCacheContain(String) - Method in class org.ow2.proactive.utils.appenders.AsynchChachedFileAppender
-
Deprecated.
- doInTransaction(Session) - Method in interface org.ow2.proactive.db.SessionWork
-
- doTask(ExecutableContainer, TaskResult[], TaskTerminateNotification, String, boolean) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- DoubleConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
-
- DoubleConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DoubleConverter
-
- DoubleParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
-
- DoubleParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
-
- doubleQuoteMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
-
Returns a matcher which matches the double quote character.
- download(IDataSpaceClient.IRemoteSource, IDataSpaceClient.ILocalDestination) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
-
- download(IDataSpaceClient.IRemoteSource, IDataSpaceClient.ILocalDestination) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
-
- download(String, String, String, List<String>, List<String>, String) - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.client.SchedulerRestClient
-
- download(String, String, String, List<String>, List<String>, File) - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.client.SchedulerRestClient
-
- downloadTaskOutputFiles(AwaitedJob, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
-
Pull the output files of the given task from the pull_url either to the localFolder defined for the job or to the localFolder specified as argument, if it is not null.
- downloadTaskOutputFiles(AwaitedJob, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- downloadTaskOutputFiles(AwaitedJob, String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- downloadTaskResult(String, String, String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns the value of the task result of the task taskName
of
the job jobId
This method returns the result as a byte stream.
- DS_CACHE_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_GLOBAL_API_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_GLOBAL_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_INPUT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_OUTPUT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_SCRATCH_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_USER_API_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- DS_USER_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
-
- 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
-
- generateNodeName(HostTracker) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostsFileBasedInfrastructureManager.NodeNameBuilder
-
- generatePublicKey() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
-
- generateTokens(String, int) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Generate tokens which can be used as one-time access session identifiers
- 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
- GenericBatchJobInfrastructure - Class in org.ow2.proactive.resourcemanager.nodesource.infrastructure
-
This class implements a wrapper for user defined BatchJobInfrastructure.
- GenericBatchJobInfrastructure() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.infrastructure.GenericBatchJobInfrastructure
-
- GenericInformation - Class in org.ow2.proactive.scheduler.common.job.factories.globalvariables
-
- GenericInformation() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.globalvariables.GenericInformation
-
- GenericInformation(String, String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.globalvariables.GenericInformation
-
- 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() - Method in interface org.ow2.proactive.resourcemanager.utils.ContextClassLoaderInjector.SupplierWithException
-
- get() - Method in interface org.ow2.proactive.scheduler.common.task.TaskProgress
-
get the current progress
- 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() - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.TaskProgressImpl
-
- 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.core.properties.PASharedProperties
-
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.
- getAbsolutePath() - Method in class org.ow2.proactive_grid_cloud_portal.studio.Script
-
- 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
- getAccountingCacheValidityTimeInSeconds() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.ManagementMBean
-
Returns the accounting cache valid time in seconds.
- getAccountingCacheValidityTimeInSeconds() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.ManagementMBeanImpl
-
- 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.
- getAction() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.eventing.EventNotification
-
- 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)
- getActiveObjects() - Method in class org.ow2.proactive.resourcemanager.core.recovery.FakeDownNodeForRecovery
-
- getActiveObjects(String) - Method in class org.ow2.proactive.resourcemanager.core.recovery.FakeDownNodeForRecovery
-
- getActivityTimePercentage() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the nodes activity time percentage.
- getAddEvent() - Method in class org.ow2.proactive.resourcemanager.rmnode.AbstractRMNode
-
Returns the id of the add event RMNodeEvent
.
- getAddEvent() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
Returns the id of the add event RMNodeEvent
.
- getAdditionalClasspath() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
-
Return a copy of the additional classpath, empty list if no arguments.
- getAdditionalInformation() - Method in class org.ow2.proactive.resourcemanager.db.NodeSourceData
-
- getAdditionalInformation() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
- getAdditionalInformation() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSourceDescriptor
-
- getAddonClassLoader(String, ClassLoader) - Static method in class org.ow2.proactive.resourcemanager.utils.AddonClassUtils
-
Get the proper class loader for the class which could be an addon.
- getAddonsBasePath() - Static method in class org.ow2.proactive.resourcemanager.utils.AddonPathUtils
-
- 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.
- getAdministrator() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
The provider of the node source is the resource manager client initiated
the node source creation.
- getAdminPermission() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Returns the permission which administrator must have.
- getAdminPermission() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
Unsupported operation.
- getAdminPermission() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
Gets the permission which defines who can remove this node.
- getAdminPermission() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
Gets the permission which defines who can remove this node.
- getAliveNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Retrieves a list of alive nodes
- getAllEligibleNodesTokens() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getAllEligibleNodesTokens() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- getAllEligibleNodesTokens() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Get the list of tokens associated with all resource manager eligible nodes
- 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.db.RMDBManager
-
- getAllNodesTokens() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getAllNodesTokens() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- getAllNodesTokens() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Get the list of tokens associated with all resource manager nodes
- getAllNodesURL() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
-
- getAllNodesURL() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
-
Use this method for a multi-node task.
- getAllNodesURLs() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
-
- 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
-
- getAllResults() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobResultData
-
- getAllTokens() - Method in class org.ow2.proactive.permissions.PrincipalPermission
-
- 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
Finds "number" nodes for computations according to the selection script.
- getAtMostNodes(int, SelectionScript, NodeSet) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Finds "number" nodes for computations according to the selection script.
- getAtMostNodes(int, List<SelectionScript>, NodeSet) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Finds "number" nodes for computations according to the selection scripts
(node must be complaint to all scripts).
- getAtMostNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- 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.
- getAttachedServices() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns a map of attached PSA services
{ServiceId, EnableActions}
- getAttachedServices() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getAttachedServices() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getAttachedServices() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- 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(String) - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.MyAccountMBeanImpl
-
- 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.
- getAttributes(String[]) - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.MyAccountMBeanImpl
-
- getAvailableNodesCount() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the current number of available nodes.
- getAvailableNodesCount() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- getAvailableNodesCount() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the current number of available nodes.
- getAverageActivity() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the average activity percentage.
- getAverageActivity() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- getAverageInactivity() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the average inactivity percentage.
- getAverageInactivity() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- 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.
- getBatchinJobSystemName() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.BatchJobInfrastructure
-
Return a string to identify the type of the target Batching Job System.
- getBatchinJobSystemName() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.GenericBatchJobInfrastructure
-
- getBatchinJobSystemName() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LSFInfrastructure
-
- getBatchinJobSystemName() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.PBSInfrastructure
-
- 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.
- getBucketName() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.WorkflowDescription
-
- getBuffer() - Method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- getBuilder() - Method in class org.ow2.proactive.utils.BoundedStringWriter
-
Return the string builder itself.
- getBusyNodesCount() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the current number of nodes in NodeState.BUSY
state.
- getBusyNodesCount() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- getBusyNodesCount() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the current number of nodes in NodeState.BUSY
state.
- 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.
- getCatalogRestPublicUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- 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.job.JobInfo
-
Return the number of children jobs
- getChildrenCount() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
-
Return the number of children remaining.
- getChildrenCount() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getChildrenCount() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getChildrenCount() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getClasses(String) - Method in interface org.ow2.proactive_grid_cloud_portal.studio.StudioInterface
-
- getClasspath() - Static method in class org.ow2.proactive.utils.OneJar
-
When running with OneJar, jars are expanded to a temporary folder to be accessed by sub processes.
- 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 enum org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelType
-
- 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
-
- getCloudAutomationRestPublicUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getCloudAutomationRestUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- 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.core.properties.PASharedProperties
-
- getCmdLine() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getCode() - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader.ResponseContent
-
- getCollectorURL() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollectorDeployer
-
- getCommandLine() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
Returns the command line of the node that is deploying.
- 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
-
- getConfigNodesCount() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the current number of nodes in NodeState.CONFIGURING
state.
- getConfigNodesCount() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- 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.core.properties.PASharedProperties
-
- 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.core.properties.PASharedProperties
-
- getConfigurationFilePathPropertyName() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
-
- getConfiguredAddress() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostTracker
-
- getConfiguredNodeNumber() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.HostTracker
-
- getConfiguringNodesCount() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the current number of nodes in NodeState.CONFIGURING
state.
- 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 class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- getConnectionInfo() - Method in interface org.ow2.proactive.scheduler.rest.IRMClient
-
Returns the connection info, if initialized previously
- 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
-
- getConnectionTime() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.SchedulerUserData
-
- 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.
- getConnectorServerName() - Method in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXHelper
-
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.ResponseContent
-
- 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.
- getContent() - Method in class org.ow2.proactive_grid_cloud_portal.studio.Script
-
- getContext(Class<?>) - Method in class org.ow2.proactive_grid_cloud_portal.rm.client.RMRestClient.JacksonContextResolver
-
- getContext(Class<?>) - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.client.SchedulerRestClient.JacksonContextResolver
-
- 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
-
- getCreateCredential(LoginForm) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
generates a credential file from user provided credentials
- getCredential() - Method in class org.ow2.proactive_grid_cloud_portal.common.dto.LoginForm
-
- 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.resourcemanager.authentication.Client
-
- 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.
- getCurrentLoggers(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.CommonRestInterface
-
Get the state of current loggers.
- getCurrentNodeHostName() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
-
- getCurrentNodeName() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
-
- getCurrentNodeSourceName() - 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
- 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 class org.ow2.proactive.resourcemanager.core.RMCore
-
- 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.
- getData() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.eventing.EventNotification
-
- 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.
- getDbManager() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- getDecryptableProperties() - Static method in class org.ow2.proactive.core.properties.PropertyDecrypter
-
- 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.
- getDefaultCacheValidityTimeInSeconds() - Method in class org.ow2.proactive.resourcemanager.core.account.RMAccountsManager
-
Returns the default value of the accounts refresher.
- getDefaultCommandLineBuilder(OperatingSystem) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
This method returns a
CommandLineBuilder
filled
in with "default" settings.
- getDefaultDomain() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
-
- getDefaultEncryptor() - Static method in class org.ow2.proactive.core.properties.PropertyDecrypter
-
- getDefaultJavaPath() - Static method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.Utils
-
Get default javaPath: use Java from JAVA_HOME if defined, otherwise use Java from system property java.home
- getDefaultJmxUrl() - Method in class org.ow2.proactive.resourcemanager.core.history.NodeHistory
-
- 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
-
- getDeleteJobCommand() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.BatchJobInfrastructure
-
To be able to get from implementations the command that will be used to
delete a job
- getDeleteJobCommand() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.GenericBatchJobInfrastructure
-
- getDeleteJobCommand() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LSFInfrastructure
-
- getDeleteJobCommand() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.PBSInfrastructure
-
- 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.
- getDeployingAndLostNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
To retrieve nodes whose registration status is deploying or lost.
- getDeployingAndLostNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Retrieves the list of deploying nodes handled by the infrastructure manager
- getDeployingNodesCount() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the current number of nodes in NodeState.DEPLOYING
state.
- getDeployingNodesCount() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- getDeployingNodesCount() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the current number of nodes in NodeState.DEPLOYING
state.
- getDeployingNodesWithLock() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- getDeployingOrLostNode(String) - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.AutoUpdateInfrastructure
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.BatchJobInfrastructure
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.CLIInfrastructure
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.DefaultInfrastructureManager
-
Node source description
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.LocalInfrastructure
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructure
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.SSHInfrastructureV2
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Creates a node source string representation
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.CronPolicy
-
Policy description for UI
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.EmptyPolicy
-
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.NodeSourcePolicy
-
Policy description for UI
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.RestartDownNodesPolicy
-
Description for the UI
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.StaticPolicy
-
Description for the UI
- getDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.TimeSlotPolicy
-
Policy description for UI
- getDescription() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
Returns the deploying node's description.
- getDescription() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
To get the description
- getDescription() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- 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
-
- getDescription(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Get workflow description from a submitted job
- getDescription() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskStateData
-
- getDescription() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.WorkflowDescription
-
- getDescriptor() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Get the information that describe the node source and that are needed
to instantiate it
- getDescriptorVMName() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
A deploying node has no VM descriptor.
- getDescriptorVMName() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
This method call nodeInformation.getDescriptorVMName();
- getDescriptorVMName() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
Returns the java virtual machine name of the RMNode.
- getDetailedSignals() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the map of signals and input variables
- getDetailedSignals() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getDetailedSignals() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getDetailedSignals() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getDetailedVariables() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns the variables Map with full definition
- getDetailedVariables() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getDetailedVariables() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getDetailedVariables() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- 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.
- getDirectoryListing() - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFile
-
- 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(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(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.
- getDistances() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
- getDocumentation() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.WorkflowDescription
-
- 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
-
- getDownNodes() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSource
-
Retrieves a list of down nodes
- getDownNodesCount() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the current number of nodes in NodeState.DOWN
state.
- getDownNodesCount() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- getDownNodesCount() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the current number of nodes in NodeState.DOWN
state.
- getDupNumber() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
-
- getElapsedTime(long) - Static method in class org.ow2.proactive.utils.Tools
-
- getEligibleTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
-
To get the tasks.
- getEmptyCommandLineBuilder() - Method in class org.ow2.proactive.resourcemanager.nodesource.infrastructure.InfrastructureManager
-
Returns an empty
CommandLineBuilder
- 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
-
- getEndTime() - Method in class org.ow2.proactive.resourcemanager.core.history.NodeHistory
-
- 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.scheduler.common.job.JobIdDataAndError
-
- getErrorMessage() - Method in class org.ow2.proactive_grid_cloud_portal.common.exceptionmapper.ExceptionToJson
-
- getErrorMessage() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobValidationData
-
- getErrorOutput() - Method in class org.ow2.proactive.process.ProcessExecutor
-
- 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.
- getEvents() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.eventing.EventSubscription
-
- getEventType() - Method in class org.ow2.proactive.scheduler.common.NotificationData
-
Get the Type of the event.
- getExactlyNodes(int, SelectionScript) - Method in class org.ow2.proactive.resourcemanager.core.RMCore
- 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.
- getException() - Method in class org.ow2.proactive_grid_cloud_portal.common.exceptionmapper.ExceptionToJson
-
- getExceptionClass() - Method in class org.ow2.proactive_grid_cloud_portal.common.exceptionmapper.ExceptionToJson
-
- getExceptionMessage() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
-
Return the exception message, if any, used by dozer mappings.
- getExceptionMessage() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskResultData
-
- 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
-
- getExceptionResults() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobResultData
-
- 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.
- getExecutionDuration() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskInfoData
-
- 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.common.usage.TaskUsage
-
- getExecutionHostName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
-
- getExecutionHostName() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
-
- getExecutionHostName() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskInfoData
-
- getExecutionHostName() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskUsageData
-
- 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
-
- getExistingNodeSources() - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- getExistingNodeSources(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
List existing node sources.
- getExistingNodeSourcesList() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getExistingNodeSourcesList() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
Gives list of existing Node Sources
- getExistingNodeSourcesList() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Returns the list of existing node source infrastructures
- getExitCode() - Method in class org.ow2.proactive.process.ProcessExecutor
-
- getExtension(String) - Static method in class org.ow2.proactive.utils.FileUtils
-
- getExtensions() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
-
- getExternalEndpointUrls() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
-
Returns a set of external endpoint urls
- getExternalEndpointUrls() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
-
- getExternalEndpointUrls() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
-
- getExternalEndpointUrls() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- 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(boolean) - 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(String, boolean) - 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.
- getFileListing() - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFile
-
- 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
-
- getFilters() - Method in class org.ow2.proactive.scheduler.common.job.factories.globalvariables.GlobalVariables
-
- 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
-
- getFinishedTime() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getFinishedTime() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskInfoData
-
- 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.core.RMCore
-
- getFreeNodesCount() - Method in interface org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBean
-
Returns the current number of nodes in NodeState.FREE
state.
- getFreeNodesCount() - Method in class org.ow2.proactive.resourcemanager.core.jmx.mbean.RuntimeDataMBeanImpl
-
- getFreeNodesCount() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the current number of nodes in NodeState.FREE
state.
- 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.
- getFullListing() - Method in class org.ow2.proactive_grid_cloud_portal.dataspace.dto.ListFile
-
- getGenericInformation() - Method in class org.ow2.proactive.scheduler.common.job.factories.globalvariables.Filter
-
- getGenericInformation() - Method in class org.ow2.proactive.scheduler.common.job.factories.globalvariables.GlobalVariablesData
-
- 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
-
- getGenericInformation() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getGenericInformation() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobStateData
-
- getGenericInformation() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskStateData
-
- getGenericInformation() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.WorkflowDescription
-
- getGenericInformation() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.WorkflowUrlData
-
- getGlobalGenericInformation() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Returns the global generic information of this job
- getGlobalGenericInformation() - 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
-
- getGlobalVariables() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
Returns the global variables of this job
- getGlobalVariables() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getGroup() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
-
- getGroupFileName() - Method in class org.ow2.proactive.authentication.FileLoginModule
-
Defines group file name
- getGroupFileName() - Method in class org.ow2.proactive.resourcemanager.authentication.RMFileLoginModule
-
Returns group file name from resource manager configuration file
- getGroupFileName() - Method in class org.ow2.proactive.resourcemanager.authentication.RMLDAPLoginModule
-
Returns group file name from resource manager configuration file
Used for group membership verification fall back.
- getGroupFileName() - Method in class org.ow2.proactive.resourcemanager.authentication.RMPAMLoginModule
-
Returns group file name from resource manager configuration file
- getGroups() - Method in class org.ow2.proactive.authentication.UserData
-
- getGroups() - Method in class org.ow2.proactive.resourcemanager.authentication.Client
-
- getGroups(Map<String, ? extends JobVariable>) - Static method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
-
- 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.SchedulerUserInfo
-
- getGroups() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
-
- getGroups() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
-
- getGroups() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.SchedulerUserData
-
- getHandler() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
Returns the ProActive stub on the remote script handler.
- getHandler(TopologyDescriptor) - Method in class org.ow2.proactive.resourcemanager.selection.topology.TopologyManager
-
Returns the handler of corresponding descriptor.
- getHiddenGroups() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
-
- getHiddenVariables() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
-
- getHistory() - Method in class org.ow2.proactive.resourcemanager.authentication.Client
-
Returns the connection history object linked to the data base
- 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
-
- getHost() - Method in class org.ow2.proactive.resourcemanager.core.history.NodeHistory
-
- getHostname() - Method in class org.ow2.proactive.resourcemanager.db.RMNodeData
-
- getHostName() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
A deploying node has no hostname assigned yet.
- getHostName() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
This method call nodeInformation.getHostName();
- getHostName() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
Returns the host name of the RMNode.
- 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
- getHostName() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.SchedulerUserData
-
- 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.
- getHostsMap() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
- getHostTopology(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Gets the distances associated to the host.
- getHostTopology(String) - 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() - Method in class org.ow2.proactive.resourcemanager.authentication.RMAuthenticationImpl
-
Return the URL of this Resource Manager.
- getHostURL(String) - Static method in class org.ow2.proactive.utils.Tools
-
Normalize the given URL into an URL that only contains protocol://host:port/
- getHttpErrorCode() - Method in class org.ow2.proactive_grid_cloud_portal.common.exceptionmapper.ExceptionToJson
-
- getIcon() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.WorkflowDescription
-
- getIconUri() - Method in class org.ow2.proactive.scheduler.job.ExternalEndpoint
-
- getId() - Method in class org.ow2.proactive.resourcemanager.authentication.Client
-
Gets the id of the client
- getId(Object) - Static method in class org.ow2.proactive.resourcemanager.authentication.Client
-
Extract the body id from an active object.
- getId() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- 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.JobIdDataAndError
-
- 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.SimpleScript
-
- getId() - Method in class org.ow2.proactive.scripting.TaskScript
-
- getId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobIdData
-
- getId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobResultData
-
- getId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobStateData
-
- getId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskIdData
-
- getId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskResultData
-
- getId() - Method in class org.ow2.proactive_grid_cloud_portal.studio.Workflow
-
- getIdentityPrincipals(Client) - Method in class org.ow2.proactive.resourcemanager.nodesource.policy.AccessType
-
Returns a set of identity principals for the specified user depending
on the node source access type.
- getIgnoredMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
-
Gets the ignored character matcher.
- getInactivityTimePercentage() - Method in class org.ow2.proactive.resourcemanager.utils.RMStatistics
-
Returns the nodes inactivity time percentage.
- 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
-
- getInErrorTime() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getInErrorTime() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskInfoData
-
- getInetAddress(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
-
Return the inet address associated with this host
- getInetAddress(String) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
-
- 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.
- getInfrasToPoliciesMapping() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
-
- getInfrasToPoliciesMapping() - Method in class org.ow2.proactive.resourcemanager.core.RMCore
-
- getInfrasToPoliciesMapping() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
-
Return the associations of infrastructures and policy
For each infrastructure name, the list of policies which can be associated
- getInfrasToPoliciesMapping() - Method in class org.ow2.proactive.resourcemanager.task.client.RMNodeClient
-
- getInfrasToPoliciesMapping(String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.RMRestInterface
-
Supported infrastructures mapping to policies.
- getInfrastructureParameters() - Method in class org.ow2.proactive.resourcemanager.db.NodeSourceData
-
- getInfrastructureParameters() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSourceDescriptor
-
- getInfrastructureType() - Method in class org.ow2.proactive.resourcemanager.db.NodeSourceData
-
- getInfrastructureType() - Method in class org.ow2.proactive.resourcemanager.nodesource.NodeSourceDescriptor
-
- getInfrastructureVariables() - Method in class org.ow2.proactive.resourcemanager.db.NodeSourceData
-
- 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
-
- getInputVariables() - Method in class org.ow2.proactive.scheduler.signal.Signal
-
- getInstance() - Static method in class org.ow2.proactive.http.CommonHttpResourceDownloader
-
- getInstance() - Static method in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXHelper
-
Returns the single instance of this class.
- getInstance() - Static method in class org.ow2.proactive.resourcemanager.db.RMDBManager
-
- getInstance() - Static method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
-
- getInstance() - Static method in class org.ow2.proactive.scheduler.common.job.factories.globalvariables.GlobalVariablesParser
-
- 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
-
- getInstance() - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
-
- 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
-
- getIterationIndex() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskStateData
-
- 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
-
- getJavaSecurityPolicy() - Method in class org.ow2.proactive.resourcemanager.RMInitializer
-
Get the absolute file path to the java security policy file
- 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.
- getJMXConnectorURL() - Method in class org.ow2.proactive.resourcemanager.authentication.RMAuthenticationImpl
-
Return the JMX connector server URL used to contact this instance.
- getJMXConnectorURL(JMXTransportProtocol) - Method in class org.ow2.proactive.resourcemanager.authentication.RMAuthenticationImpl
-
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.
- getJMXRMIConnectorServerPort() - Method in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXHelper
-
Sub-classes must provide the port to be used by the JMX RMI connector server.
- getJMXUrl(JMXTransportProtocol) - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
- getJMXUrl(JMXTransportProtocol) - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
Gets the JMX url of the node.
- getJMXUrl(JMXTransportProtocol) - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
- getJmxUrls() - Method in class org.ow2.proactive.resourcemanager.db.RMNodeData
-
- getJmxUrls() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMDeployingNode
-
- getJmxUrls() - Method in interface org.ow2.proactive.resourcemanager.rmnode.RMNode
-
Gets the JMX urls of the node.
- getJmxUrls() - Method in class org.ow2.proactive.resourcemanager.rmnode.RMNodeImpl
-
- 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(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
- getJobContent(JobId) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- GetJobContentGenerator - 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.
- GetJobContentGenerator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.GetJobContentGenerator
-
- 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
-
- getJobDuration() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobUsageData
-
- getJobExpectedExecutionTime() - Method in class org.ow2.proactive.scheduler.common.job.Job
-
- getJobHtml(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a base64 utf-8 encoded html visualization corresponding to the
jobid.
- 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
-
- getJobId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getJobId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobUsageData
-
- getJobId() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.TaskInfoData
-
- getJobid() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.UserJobData
-
- getJobids() - Method in class org.ow2.proactive_grid_cloud_portal.common.dto.PermissionForm
-
- 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() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobResultData
-
- getJobInfo() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobStateData
-
- getJobInfo() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.UserJobData
-
- getJobInfo(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- getJobName() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
-
- getJobName() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
-
- getJobName() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobUsageData
-
- 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
-
- getJobOwner() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.JobInfoData
-
- getJobOwner() - Method in class org.ow2.proactive_grid_cloud_portal.scheduler.dto.UserJobData
-
- getJobPlannerRestPublicUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-
- getJobPlannerRestUrl() - 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
-
- getJobResultMaps(List<String>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
-
Return result maps associated with multiple jobs
- getJobResultMaps(List<String>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
-
- getJobResultMaps(List<String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
-
- getJobResultMaps(List<String>) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
-
- getJobResultMaps(List<String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
-
- getJobResultMaps(List<String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
-
- 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
-
- getJobSignals() - Method in interface org.ow2.proactive.scheduler.signal.SignalApi
-
Return the set of job signals
- getJobSignals() - Method in class org.ow2.proactive.scheduler.signal.SignalApiImpl
-
- 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 information 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
-
- getJobTasksIdsByTag(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of the name of the tasks belonging to job
jobId
- getJobTasksIdsByTagPaginated(String, String, String, int, int) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of the name of the tasks belonging to job
jobId
(with pagination)
- getJobTaskStates(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of taskState
- getJobTaskStatesByTag(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of taskState of the tasks filtered by a given tag.
- getJobTaskStatesByTagByStatusPaginated(String, String, int, int, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
- getJobTaskStatesByTagPaginated(String, String, String, int, int) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of taskState of the tasks filtered by a given tag and
paginated.
- getJobTaskStatesFilteredPaginated(String, String, int, int, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
- getJobTaskStatesPaginated(String, String, int, int) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of taskState with pagination
- getJobTaskStatesWithVisualization(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of taskStates, only tasks with visualization activated
- getJobTaskTags(String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of the tags of the tasks belonging to job
jobId
- getJobTaskTagsPrefix(String, String, String) - Method in interface org.ow2.proactive_grid_cloud_portal.common.SchedulerRestInterface
-
Returns a list of the tags of the tasks belonging to job
jobId
and filtered by a prefix pattern
- getJobVariables() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
-