Java* API Reference for Intel® Data Analytics Acceleration Library 2019

Static Public Attributes | List of all members
ComputeStep Class Reference

Class Constructor

ComputeStep ( int  value)

Constructs the compute step object using the provided value

Parameters
valueValue 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)
 

Detailed Description

Describes on which node the computation stage is done in distributed computations

Member Function Documentation

int getValue ( )

Returns the value corresponding to the compute step object

Returns
Value corresponding to the compute step object

Member Data Documentation

final ComputeStep step1Local = new ComputeStep(step1LocalValue)
static

Processing is done on local nodes

final ComputeStep step2Master = new ComputeStep(step2MasterValue)
static

Processing is done on master nodes

final ComputeStep step3Local = new ComputeStep(step3LocalValue)
static

Finalization is done on local nodes


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.