A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
W
- workers(java.lang.Integer) - function in org.veupathdb.lib.compute.platform.config.AsyncQueueConfig.Builder
- Sets the number of worker threads to use as consumers for this queue.
- write(java.lang.String,com.fasterxml.jackson.databind.JsonNode) - function in org.veupathdb.lib.compute.platform.job.JobWorkspace
- Writes the given JsonNode to the file at the given path.
- write(java.lang.String,java.io.InputStream) - function in org.veupathdb.lib.compute.platform.job.JobWorkspace
- Writes the contents of the given stream to the file at the given path.
- write(java.lang.String,java.io.Reader) - function in org.veupathdb.lib.compute.platform.job.JobWorkspace
- Writes the contents of the given reader to the file at the given path.
- write(java.lang.String,java.util.function.Consumer) - function in org.veupathdb.lib.compute.platform.job.JobWorkspace
- Opens an output stream to the given path and passes it to the consumer, which can write arbitrary data to the file, then closes the stream.
- write(java.lang.String,java.lang.String) - function in org.veupathdb.lib.compute.platform.job.JobWorkspace
- Writes the given string to the file at the given path.