- pendingTasks - Variable in class com.revo.deployr.client.broker.RBrokerStatus
-
Number of
RTask
currently on
RBroker
queues
pending execution.
- poolCreationOptions - Variable in class com.revo.deployr.client.broker.config.PooledBrokerConfig
-
Specifies the set of pre-initialization operations to be
performed on each R Session in the pool at creation time.
- PoolCreationOptions - Class in com.revo.deployr.client.broker.options
-
Startup options for a Pooled Task
RBroker
.
- PoolCreationOptions() - Constructor for class com.revo.deployr.client.broker.options.PoolCreationOptions
-
- PooledBrokerConfig - Class in com.revo.deployr.client.broker.config
-
Configuration options for a Pooled Task
RBroker
.
- PooledBrokerConfig(String, RAuthentication) - Constructor for class com.revo.deployr.client.broker.config.PooledBrokerConfig
-
- PooledBrokerConfig(String, RAuthentication, int) - Constructor for class com.revo.deployr.client.broker.config.PooledBrokerConfig
-
- PooledBrokerConfig(String, RAuthentication, int, PoolCreationOptions) - Constructor for class com.revo.deployr.client.broker.config.PooledBrokerConfig
-
- pooledTask(String, String, String, String, PooledTaskOptions) - Static method in class com.revo.deployr.client.factory.RTaskFactory
-
Create an instance of a
PooledTask
for an analytics Web service based on a repository-managed R script.
- pooledTask(String, PooledTaskOptions) - Static method in class com.revo.deployr.client.factory.RTaskFactory
-
Create an instance of a
PooledTask
for an analytics Web service based on an arbitrary block of R code.
- pooledTask(URL, PooledTaskOptions) - Static method in class com.revo.deployr.client.factory.RTaskFactory
-
Create an instance of a
PooledTask
for an analytics Web service based on a URL-addressable R script.
- pooledTaskBroker(PooledBrokerConfig) - Static method in class com.revo.deployr.client.factory.RBrokerFactory
-
Create an instance of an
RBroker
to manage the execution of
PooledTask
.
- PooledTaskOptions - Class in com.revo.deployr.client.broker.options
-
Runtime options for a
PooledTask
.
- PooledTaskOptions() - Constructor for class com.revo.deployr.client.broker.options.PooledTaskOptions
-
- PoolPreloadOptions - Class in com.revo.deployr.client.broker.options
-
Pool preload options.
- PoolPreloadOptions() - Constructor for class com.revo.deployr.client.broker.options.PoolPreloadOptions
-
- preloadByDirectory - Variable in class com.revo.deployr.client.broker.options.PoolCreationOptions
-
Preload by directory option allows the
loading of all files from one or more repository-managed
directories into the working directory into the working
directory of each R session in the pool on pool initialization.
- preloadByDirectory - Variable in class com.revo.deployr.client.broker.options.TaskOptions
-
[Pre-execution] Preload by directory option allows the
loading of all files from one or more repository-managed
directories into the working directory of the current R session
prior to execution.
- preloadDirectory - Variable in class com.revo.deployr.client.broker.options.PoolCreationOptions
-
Preload working directory options allow the loading of
one or more files from the repository into the working
directory of each R session in the pool on pool initialization.
- preloadDirectory - Variable in class com.revo.deployr.client.broker.options.TaskOptions
-
[Pre-execution] Preload working directory options allow the
loading of one or more files from the repository into the
working directory of the current R session prior to execution.
- preloadWorkspace - Variable in class com.revo.deployr.client.broker.options.PoolCreationOptions
-
Preload workspace options allow the loading of
one or more binary R objects from the repository into the
workspace of each R session in the pool on pool initialization.
- preloadWorkspace - Variable in class com.revo.deployr.client.broker.options.TaskOptions
-
[Pre-execution] Preload workspace options allow the loading of one
or more binary R objects from the repository into the
workspace of the current R session prior to execution.
- published - Variable in class com.revo.deployr.client.broker.options.TaskStorageOptions
-
Enable to assign public access on stored files in the
repository following an execution.