NodeSizeFamily Class

public final class NodeSizeFamily
extends ExpandableStringEnum<NodeSizeFamily>

The kind of nodes that the Big Data pool provides.

Field Summary

Modifier and Type Field and Description
static final NodeSizeFamily HARDWARE_ACCELERATED_FPGA

Static value HardwareAcceleratedFPGA for NodeSizeFamily.

static final NodeSizeFamily HARDWARE_ACCELERATED_GPU

Static value HardwareAcceleratedGPU for NodeSizeFamily.

static final NodeSizeFamily MEMORY_OPTIMIZED

Static value MemoryOptimized for NodeSizeFamily.

static final NodeSizeFamily NONE

Static value None for NodeSizeFamily.

Constructor Summary

Constructor Description
NodeSizeFamily()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NodeSizeFamily value.

Method Summary

Modifier and Type Method and Description
static NodeSizeFamily fromString(String name)

Creates or finds a NodeSizeFamily from its string representation.

static Collection<NodeSizeFamily> values()

Gets known NodeSizeFamily values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HARDWARE_ACCELERATED_FPGA

public static final NodeSizeFamily HARDWARE_ACCELERATED_FPGA

Static value HardwareAcceleratedFPGA for NodeSizeFamily.

HARDWARE_ACCELERATED_GPU

public static final NodeSizeFamily HARDWARE_ACCELERATED_GPU

Static value HardwareAcceleratedGPU for NodeSizeFamily.

MEMORY_OPTIMIZED

public static final NodeSizeFamily MEMORY_OPTIMIZED

Static value MemoryOptimized for NodeSizeFamily.

NONE

public static final NodeSizeFamily NONE

Static value None for NodeSizeFamily.

Constructor Details

NodeSizeFamily

@Deprecated
public NodeSizeFamily()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NodeSizeFamily value.

Method Details

fromString

public static NodeSizeFamily fromString(String name)

Creates or finds a NodeSizeFamily from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NodeSizeFamily.

values

public static Collection<NodeSizeFamily> values()

Gets known NodeSizeFamily values.

Returns:

known NodeSizeFamily values.

Applies to