JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
B
blindTrust(boolean)
- Method in
FluentTask
Configure SSL policy for task communication with R integration servers.
C
config
- Field in
DeployRTask
config
- Field in
OpenCPUTask
D
DATAFRAME(String, List<RData>)
- Method in
DeployRDataFactory
Encode task input as R "data.frame".
DATATABLE(InputStream, String, boolean, boolean)
- Method in
DeployRDataFactory
Encode task input as R "data.table".
DATE(String, Date, String)
- Method in
DeployRDataFactory
Encode task input as R "date".
DeployRDataFactory
- Class in
io.onetapbeyond.fluent.r.encoding
Factory to simplfiy building DeployR-encoded data for use when sending inputs on task executions.
DeployRTask
- Class in
io.onetapbeyond.fluent.r.tasks
DeployRTask supports the execution of the DeployR Fluent R DSL.
DeployRTask()
- Constructor in
DeployRTask
DeployRTaskBuilder
- Class in
io.onetapbeyond.fluent.r
Static factory for building DeployR Fluent R tasks.
E
execute()
- Method in
DeployRTask
Execute Fluent R DSL on task and return results.
execute()
- Method in
FluentTask
Execute Fluent R DSL on task and return results.
execute()
- Method in
OpenCPUTask
Execute Fluent R DSL on task and return results.
F
FACTOR(String, List, List, List, boolean)
- Method in
DeployRDataFactory
Encode task input as R "factor".
FluentResult
- Interface in
io.onetapbeyond.fluent.r
Defines the interface for objects holding the result data of a completed Fluent R task.
FluentServerException
- Class in
io.onetapbeyond.fluent.r
Returned on
FluentResult
to indicate a Fluent R task execution error has been detected by the server.
FluentSyntaxException
- Class in
io.onetapbeyond.fluent.r
Returned on
FluentResult
to indicate a Fluent R DSL syntax error has been detected by the builder.
FluentTask
- Class in
io.onetapbeyond.fluent.r.tasks
Defines the common interface implemented by all Fluent R tasks.
fluentTask(FluentTask)
- Method in
DeployRTaskBuilder
Build DeployR Fluent R task using the existing configuration associated with the FluentTask passed as a parameter on the method.
fluentTask(FluentTask)
- Method in
OpenCPUTaskBuilder
Build OpenCPU Fluent R task using the existing configuration associated with the FluentTask passed as a parameter on the method.
G
getConsole()
- Method in
FluentResult
Retrieve R console output generated by task, if fetch indicated by Fluent R DSL.
getError()
- Method in
FluentResult
Retrieve error message if task execution failed.
getErrorCause()
- Method in
FluentResult
Retrieve cause of error if task execution failed.
getFiles()
- Method in
FluentResult
Retrieve working directory files generated by task, if fetch indicated by Fluent R DSL.
getObjects()
- Method in
FluentResult
Retrieve workspace objects generated by task, if fetch indicated by Fluent R DSL.
getPlots()
- Method in
FluentResult
Retrieve graphics device plots generated by task, if fetch indicated by Fluent R DSL.
H
I
isSuccess()
- Method in
FluentResult
Determine if task execution was successful.
J
K
L
LIST(String, List<RData>)
- Method in
DeployRDataFactory
Encode task input as R "list".
LITERAL(String, String)
- Method in
DeployRDataFactory
Encode task input as R "literal".
LITERALVECTOR(String, List<String>)
- Method in
DeployRDataFactory
Encode task input as R "vector" of "literal".
LOGICAL(String, boolean)
- Method in
DeployRDataFactory
Encode task input as R "logical".
LOGICALVECTOR(String, List<Boolean>)
- Method in
DeployRDataFactory
Encode task input as R "vector" of "logical".
M
N
NUMERIC(String, double)
- Method in
DeployRDataFactory
Encode task input as R "numeric".
NUMERICVECTOR(String, List<Double>)
- Method in
DeployRDataFactory
Encode task input as R "vector" of "numeric".
O
OpenCPUTask
- Class in
io.onetapbeyond.fluent.r.tasks
OpenCPUTask supports the execution of the OpenCPU Fluent R DSL.
OpenCPUTask()
- Constructor in
OpenCPUTask
Use
OpenCPUTaskBuilder
to create instances of OpenCPUTask.
OpenCPUTaskBuilder
- Class in
io.onetapbeyond.fluent.r
Static factory for building OpenCPU Fluent R tasks.
P
Q
R
S
send(Object)
- Method in
DeployRTask
Send either a single input data value as a DeployR-encoded com.revo.deployr.client.data.RData or send two or more input data values as a list of com.revo.deployr.client.data.RData on task execution.
send(Object)
- Method in
FluentTask
Send input data encoded as java.lang.Object on task execution.
send(Object)
- Method in
OpenCPUTask
Send input data as JSON represented as Map on task execution.
stream(URI)
- Method in
FluentTask
Ingest Fluent R DSL for task from java.net.URI.
T
U
V
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Simple R Integration for Java, Groovy, Scala and Clojure Developers.