A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
A
- accessToken(java.lang.String) - function in org.veupathdb.lib.compute.platform.config.AsyncS3Config.Builder
- Sets the access token for the S3 store.
- addInputFile(java.io.File) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- Adds the given file to the job submission inputs.
- addInputFile(java.lang.String,com.fasterxml.jackson.databind.JsonNode) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- Adds the given content as a file to the job submission inputs.
- addInputFile(java.lang.String,java.io.File) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- Adds the given file to the job submission inputs.
- addInputFile(java.lang.String,java.io.InputStream) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- Adds the given content as a file to the job submission inputs.
- addInputFile(java.lang.String,java.io.Reader) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- Adds the given content as a file to the job submission inputs.
- addInputFile(java.lang.String,java.lang.String) - function in org.veupathdb.lib.compute.platform.job.JobSubmission.Builder
- Adds the given content as a file to the job submission inputs.
- addQueue(kotlin.jvm.functions.Function1) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Adds the given queue configuration to this Builder.
- addQueue(org.veupathdb.lib.compute.platform.config.AsyncQueueConfig) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Adds the given queue configuration to this Builder.
- addQueues(org.veupathdb.lib.compute.platform.config.AsyncQueueConfig) - function in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig.Builder
- Adds the given queue configurations to this Builder.
- addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
- AsyncDBConfig - class in org.veupathdb.lib.compute.platform.config
- Async Platform Database Connection ConfigurationConfigures how the async compute platform library will connect to its managed PostgreSQL instance.
- AsyncDBConfig.Builder - class in org.veupathdb.lib.compute.platform.config.AsyncDBConfig
- Async DB Config Builder
- AsyncJob - class in org.veupathdb.lib.compute.platform.job
- Async JobRepresents a job submitted to the compute platform.
- AsyncJobConfig - class in org.veupathdb.lib.compute.platform.config
- Async Job Processing Configuration
- AsyncJobConfig.Builder - class in org.veupathdb.lib.compute.platform.config.AsyncJobConfig
- Async Job Config Builder
- AsyncPlatform - class in org.veupathdb.lib.compute.platform
- Asynchronous Compute PlatformAccess point for working with the async compute platform library.
- AsyncPlatformConfig - class in org.veupathdb.lib.compute.platform.config
- Async Compute Platform Configuration
- AsyncPlatformConfig.Builder - class in org.veupathdb.lib.compute.platform.config.AsyncPlatformConfig
- Async Platform Config Builder
- AsyncQueueConfig - class in org.veupathdb.lib.compute.platform.config
- Configuration entry for a single RabbitMQ queue.
- AsyncQueueConfig.Builder - class in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig
- Async Queue Config BuilderBuilder class for constructing a new AsyncQueueConfig instance.
- AsyncS3Config - class in org.veupathdb.lib.compute.platform.config
- S3 Store Connection Configuration
- AsyncS3Config.Builder - class in org.veupathdb.lib.compute.platform.config.AsyncS3Config