NodeSizeFamily Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. NodeSizeFamily
- com.
- com.
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
Node |
HARDWARE_ACCELERATED_FPGA
Static value Hardware |
|
static final
Node |
HARDWARE_ACCELERATED_GPU
Static value Hardware |
|
static final
Node |
MEMORY_OPTIMIZED
Static value Memory |
|
static final
Node |
NONE
Static value None for Node |
Constructor Summary
| Constructor | Description |
|---|---|
| NodeSizeFamily() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Node |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Node |
fromString(String name)
Creates or finds a Node |
|
static
Collection<Node |
values()
Gets known Node |
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
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:
Returns:
values
public static Collection<NodeSizeFamily> values()
Gets known NodeSizeFamily values.
Returns: