ContainerType Class

public final class ContainerType
extends ExpandableStringEnum<ContainerType>

Defines values for ContainerType.

Field Summary

Modifier and Type Field and Description
static final ContainerType INFERENCE_SERVER

Static value InferenceServer for ContainerType.

static final ContainerType STORAGE_INITIALIZER

Static value StorageInitializer for ContainerType.

Constructor Summary

Constructor Description
ContainerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ContainerType value.

Method Summary

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

Creates or finds a ContainerType from its string representation.

static Collection<ContainerType> values()

Gets known ContainerType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INFERENCE_SERVER

public static final ContainerType INFERENCE_SERVER

Static value InferenceServer for ContainerType.

STORAGE_INITIALIZER

public static final ContainerType STORAGE_INITIALIZER

Static value StorageInitializer for ContainerType.

Constructor Details

ContainerType

@Deprecated
public ContainerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ContainerType value.

Method Details

fromString

public static ContainerType fromString(String name)

Creates or finds a ContainerType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ContainerType.

values

public static Collection<ContainerType> values()

Gets known ContainerType values.

Returns:

known ContainerType values.

Applies to