Aracılığıyla paylaş


NetworkGroup Class

public final class NetworkGroup
extends ExpandableStringEnum<NetworkGroup>

The network group.

Field Summary

Modifier and Type Field and Description
static final NetworkGroup NONE

Static value None for NetworkGroup.

static final NetworkGroup NON_RDMA

Static value NonRDMA for NetworkGroup.

static final NetworkGroup RDMA

Static value RDMA for NetworkGroup.

Constructor Summary

Constructor Description
NetworkGroup()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkGroup value.

Method Summary

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

Creates or finds a NetworkGroup from its string representation.

static Collection<NetworkGroup> values()

Gets known NetworkGroup values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final NetworkGroup NONE

Static value None for NetworkGroup.

NON_RDMA

public static final NetworkGroup NON_RDMA

Static value NonRDMA for NetworkGroup.

RDMA

public static final NetworkGroup RDMA

Static value RDMA for NetworkGroup.

Constructor Details

NetworkGroup

@Deprecated
public NetworkGroup()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkGroup value.

Method Details

fromString

public static NetworkGroup fromString(String name)

Creates or finds a NetworkGroup from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NetworkGroup.

values

public static Collection<NetworkGroup> values()

Gets known NetworkGroup values.

Returns:

known NetworkGroup values.

Applies to