dsIsAsync,ArmadilloConnection-method {DSMolgenisArmadillo} | R Documentation |
Armadillo DataShield Service asynchronous support
Description
List of DataSHIELD operations on which Armadillo DataSHIELD Service supports asynchronicity.
Usage
## S4 method for signature 'ArmadilloConnection'
dsIsAsync(conn)
Arguments
conn |
|
Details
When a DSResult-class
object is returned on aggregation or
assignment operation, the raw result can be accessed asynchronously,
allowing parallelization of DataSHIELD calls over multpile servers.
The returned named list of logicals will specify if asynchronicity is
supported for:
aggregation operation ('aggregate'),
table assignment operation ('assignTable'),
resource assignment operation ('assignResource')
and expression assignment operation ('assignExpr').
Value
The named list of logicals detailing the asynchronicity support.
[Package DSMolgenisArmadillo version 2.0.9 Index]