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

Static Public Attributes | List of all members
NumericTable.AllocationFlag Class Reference

Static Public Attributes

static final AllocationFlag DoNotAllocate = new AllocationFlag(_doNotAllocate)
 
static final AllocationFlag NotAllocate
 
static final AllocationFlag DoAllocate = new AllocationFlag(_doAllocate)
 

Detailed Description

Specifies whether the Numeric Table allocates memory

Member Data Documentation

final AllocationFlag DoAllocate = new AllocationFlag(_doAllocate)
static
Deprecated:
This item will be removed in a future release. Use DoNotAllocate instead.

NumericTable allocates memory when needed

final AllocationFlag DoNotAllocate = new AllocationFlag(_doNotAllocate)
static

NumericTable does not allocate memory

final AllocationFlag NotAllocate
static
Initial value:
= new AllocationFlag(
_notAllocate)

NumericTable does not allocate memory


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

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