NodeSize Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. NodeSize
- com.
- com.
public final class NodeSize
extends ExpandableStringEnum<NodeSize>
The level of compute power that each node in the Big Data pool has.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Node |
LARGE
Static value Large for Node |
static final
Node |
MEDIUM
Static value Medium for Node |
static final
Node |
NONE
Static value None for Node |
static final
Node |
SMALL
Static value Small for Node |
static final
Node |
XLARGE
Static value XLarge for Node |
static final
Node |
XXLARGE
Static value XXLarge for Node |
static final
Node |
XXXLARGE
Static value XXXLarge for Node |
Constructor Summary
Constructor | Description |
---|---|
NodeSize() |
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
LARGE
public static final NodeSize LARGE
Static value Large for NodeSize.
MEDIUM
public static final NodeSize MEDIUM
Static value Medium for NodeSize.
NONE
public static final NodeSize NONE
Static value None for NodeSize.
SMALL
public static final NodeSize SMALL
Static value Small for NodeSize.
XLARGE
public static final NodeSize XLARGE
Static value XLarge for NodeSize.
XXLARGE
public static final NodeSize XXLARGE
Static value XXLarge for NodeSize.
XXXLARGE
public static final NodeSize XXXLARGE
Static value XXXLarge for NodeSize.
Constructor Details
NodeSize
@Deprecated
public NodeSize()
Deprecated
Creates a new instance of NodeSize value.
Method Details
fromString
public static NodeSize fromString(String name)
Creates or finds a NodeSize from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NodeSize values.
Returns:
Applies to
Azure SDK for Java