public static enum Containers.ContainerType extends Enum<Containers.ContainerType>
| Enum Constant and Description |
|---|
FLOWLET |
MAPREDUCE |
SERVICE |
SPARK |
SYSTEM_SERVICE |
WORKER |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
static Containers.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Containers.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Containers.ContainerType SYSTEM_SERVICE
public static final Containers.ContainerType FLOWLET
public static final Containers.ContainerType SERVICE
public static final Containers.ContainerType MAPREDUCE
public static final Containers.ContainerType WORKFLOW
public static final Containers.ContainerType SPARK
public static final Containers.ContainerType WORKER
public static Containers.ContainerType[] values()
for (Containers.ContainerType c : Containers.ContainerType.values()) System.out.println(c);
public static Containers.ContainerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.