A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
S
- s3Config(kotlin.jvm.functions.Function1) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- s3Config(org.veupathdb.lib.compute.platform.config.AsyncS3Config) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- secretKey(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- Sets the secret key for the S3 store.
- setAccessToken(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setBucket(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setConfig(com.fasterxml.jackson.databind.JsonNode) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- setDbConfig(org.veupathdb.lib.compute.platform.config.AsyncDBConfig) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Async DB Configuration.
- setDbName(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncDBConfig.Builder
- Database name.
- setExecutorFactory(org.veupathdb.lib.compute.platform.job.JobExecutorFactory) - function in org.veupathdb.lib.compute.platform.config.AsyncJobConfig.Builder
- Job Executor FactoryUsed to provide JobExecutor instances that will execute individual jobs.
- setExpirationDays(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncJobConfig.Builder
- Number of days after a job was last accessed that it may be expired and pruned.
- setHost(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncDBConfig.Builder
- Database instance hostname.
- setHost(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- Hostname for the target RabbitMQ instance.
- setHost(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setHttps(java.lang.Boolean) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setId(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- Unique identifier for the queue.
- setJobConfig(org.veupathdb.lib.compute.platform.config.AsyncJobConfig) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Async Job Configuration.
- setJobID(org.veupathdb.lib.hash_id.HashID) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- setLocalWorkspaceRoot(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Local scratch workspace root path.
- setPassword(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncDBConfig.Builder
- Credentials password.
- setPassword(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- RabbitMQ credentials password.
- setPoolSize(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncDBConfig.Builder
- Max database connection pool size.
- setPort(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncDBConfig.Builder
- Database instance host port.
- setPort(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- Port number for connecting to the target RabbitMQ instance.
- setPort(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setRootPath(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setS3Config(org.veupathdb.lib.compute.platform.config.AsyncS3Config) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Async S3 Configuration.
- setSecretKey(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setUsername(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncDBConfig.Builder
- Credentials username.
- setUsername(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- RabbitMQ credentials username.
- setWorkers(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- Number of worker threads to be used by consumers of the target queue.
- submitJob(java.lang.String,kotlin.jvm.functions.Function1) - function in org.veupathdb.lib.compute.platform.AsyncPlatform
- Submits a new job to the async compute platform.
- submitJob(java.lang.String,org.veupathdb.lib.compute.platform.job.JobSubmission) - function in org.veupathdb.lib.compute.platform.AsyncPlatform
- Submits a new job to the async compute platform.
- success(java.lang.String) - function in org.veupathdb.lib.compute.platform.job.JobResult.Companion
- Constructs a new JobResult for a job success and marks the given list of files as persistable.
- success(java.lang.Iterable) - function in org.veupathdb.lib.compute.platform.job.JobResult.Companion
- Constructs a new JobResult for a job success and marks the given list of files as persistable.
- Success - enum entry in org.veupathdb.lib.compute.platform.job.JobResultStatus