Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
ComputeStep | ( | int | value | ) |
Constructs the compute step object using the provided value
value | Value corresponding to the compute step object |
Static Public Attributes | |
static final ComputeStep | step1Local = new ComputeStep(step1LocalValue) |
static final ComputeStep | step2Master = new ComputeStep(step2MasterValue) |
static final ComputeStep | step3Local = new ComputeStep(step3LocalValue) |
int getValue | ( | ) |
Returns the value corresponding to the compute step object
|
static |
Processing is done on local nodes
|
static |
Processing is done on master nodes
|
static |
Finalization is done on local nodes
For more complete information about compiler optimizations, see our Optimization Notice.